Skip to content

Commit ade00a8

Browse files
fix(deps): update python
1 parent f50389c commit ade00a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)