Skip to content

Commit

Permalink
Update Python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 2b22483 commit 45f43b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 66 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.6
FROM python:3.13.0
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
66 changes: 2 additions & 64 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 @@ -9,7 +9,7 @@ authors = ["MIT ODL"]


[tool.poetry.dependencies]
python = "3.12.6"
python = "3.13.0"
attrs = "^24.0.0"
base36 = "^0.1.1"
beautifulsoup4 = "^4.8.2"
Expand Down

0 comments on commit 45f43b4

Please sign in to comment.