Skip to content

Commit b3fbbf9

Browse files
fix(deps): update python to v3.13.1
1 parent e0733c4 commit b3fbbf9

File tree

3 files changed

+8
-59
lines changed

3 files changed

+8
-59
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.9.18 as base
1+
FROM python:3.13.1 as base
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 6 additions & 57 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
@@ -9,7 +9,7 @@ authors = ["MIT ODL"]
99

1010

1111
[tool.poetry.dependencies]
12-
python = "3.9.18"
12+
python = "3.13.1"
1313

1414
beautifulsoup4 = "^4.8.2"
1515
bleach = "^5.0.1"

0 commit comments

Comments
 (0)