Skip to content

Commit 1627be5

Browse files
chore(deps): update all patch dependencies (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e23fe14 commit 1627be5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.2-slim as base
1+
FROM python:3.13.3-slim as base
22

33
# PYTHONDONTWRITEBYTECODE: Prevents Python from writing pyc files to disc (equivalent to python -B option) -> https://docs.python.org/3/using/cmdline.html#cmdoption-B
44
# PYTHONUNBUFFERED: Prevents Python from buffering stdout and stderr (equivalent to python -u -> https://docs.python.org/3/using/cmdline.html#cmdoption-u

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pipenv~=2024.4.1
2-
uv~=0.6.13
2+
uv~=0.6.14

0 commit comments

Comments
 (0)