Skip to content

Commit ac1750a

Browse files
fix(deps): update python
1 parent 7ed922a commit ac1750a

File tree

3 files changed

+11
-81
lines changed

3 files changed

+11
-81
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hadolint global ignore=SC2046,DL3002,DL3008,DL3025,DL3042,DL4006
22

3-
FROM python:3.12-slim AS base
3+
FROM python:3.13-slim AS base
44
LABEL maintainer "ODL DevOps <[email protected]>"
55

66
# Add package files, install updated node and pip

poetry.lock

+9-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["MIT ODL"]
1111

1212

1313
[tool.poetry.dependencies]
14-
python = "~3.12"
14+
python = "~3.13"
1515
attrs = "^25.0.0"
1616
base36 = "^0.1.1"
1717
beautifulsoup4 = "^4.8.2"

0 commit comments

Comments
 (0)