Skip to content

Commit a6bc006

Browse files
fix(deps): update python docker tag to v3.13.5 (#231)
1 parent 2fa48bd commit a6bc006

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4848
with:
49-
python-version: "3.13.3"
49+
python-version: "3.13.5"
5050
cache: "poetry"
5151

5252
- name: Validate lockfile

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.3
1+
3.13.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3
1+
FROM python:3.13.5
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 2 additions & 2 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.13.3"
12+
python = "3.13.5"
1313
Django = "4.2.23"
1414
boto3 = "^1.35.81"
1515
celery = "^5.3.1"

0 commit comments

Comments
 (0)