Skip to content

Commit

Permalink
chore(deps): update python to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 7022b3c commit d9a5265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 157 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.0-bullseye AS base
FROM python:3.13.1-bullseye AS base

ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \
Expand Down
157 changes: 2 additions & 155 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testpaths = ["test"]
python_files = ["test_*.py"]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.13,<3.14"
pymongo = {extras = ["srv"], version = "^4.0.0"}
requests = {extras = ["crypto"], version = "^2.31.0"}
celery = {extras = ["tblib"], version = "5.4.0"}
Expand Down

0 comments on commit d9a5265

Please sign in to comment.