Skip to content

Commit 2e8d7fc

Browse files
committed
chore(python): bump python version to 3.13.3
1 parent 2d04bc3 commit 2e8d7fc

3 files changed

Lines changed: 45 additions & 48 deletions

File tree

backend/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
ENV PYTHONUNBUFFERED=1 \
33
PYTHONDONTWRITEBYTECODE=1 \
44
PIP_DISABLE_PIP_VERSION_CHECK=1 \

backend/poetry.lock

Lines changed: 43 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Brian Caffey <briancaffey2010@gmail.com>"]
66
package-mode = false
77

88
[tool.poetry.dependencies]
9-
python = "==3.13.2"
9+
python = "==3.13.3"
1010

1111
# TODO: complete major version upgrades for dependencies (!)
1212
# Update to Django 3.2 requires additional changes

0 commit comments

Comments
 (0)