Skip to content

Commit 8c189e0

Browse files
chore(deps): update python
1 parent 309deb0 commit 8c189e0

File tree

3 files changed

+4
-168
lines changed

3 files changed

+4
-168
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.0-bullseye AS base
1+
FROM python:3.13.1-bullseye AS base
22

33
ENV PYTHONFAULTHANDLER=1 \
44
PYTHONHASHSEED=random \

poetry.lock

Lines changed: 2 additions & 166 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
@@ -21,7 +21,7 @@ testpaths = ["test"]
2121
python_files = ["test_*.py"]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.8,<3.12"
24+
python = ">=3.13,<3.14"
2525
pymongo = {extras = ["srv"], version = "^4.0.0"}
2626
requests = {extras = ["crypto"], version = "^2.31.0"}
2727
celery = {extras = ["tblib"], version = "5.4.0"}

0 commit comments

Comments
 (0)