Skip to content

Commit 44e495e

Browse files
chore(deps): update python to v3.13.3 (#365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02756f7 commit 44e495e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM python:3.13.2-alpine@sha256:323a717dc4a010fee21e3f1aac738ee10bb485de4e7593ce242b36ee48d6b352 AS base
2+
FROM python:3.13.3-alpine@sha256:7ce9864f2f4181df6ad32ea6625fb80bee3031d679faec6015623525ba753706 AS base
33
WORKDIR /app
44

55
## set environment variables

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "docs/README.md"
88
package-mode = false
99

1010
[tool.poetry.dependencies]
11-
python = "3.13.2"
11+
python = "3.13.3"
1212
django = "5.1.8"
1313
gunicorn = "23.0.0"
1414
pyjwt = "2.10.1"

0 commit comments

Comments
 (0)