Skip to content

Commit

Permalink
Update Python to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent fdfb058 commit edf1cc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.12.5
FROM python:3.13.1
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
6 changes: 3 additions & 3 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 @@ -7,7 +7,7 @@ readme = "README.md"
version = "0.0.0"

[tool.poetry.dependencies]
python = "3.12.5"
python = "3.13.1"

beautifulsoup4 = "^4.12.2"
boto3 = "1.35.62"
Expand Down

0 comments on commit edf1cc8

Please sign in to comment.