Skip to content

Commit 0ba6a40

Browse files
fix(deps): update python docker tag to v3.13.2 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 977e1e4 commit 0ba6a40

File tree

5 files changed

+6
-68
lines changed

5 files changed

+6
-68
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@42375524e23c412d93fb67b49958b491fce71c38 # v5
4848
with:
49-
python-version: "3.12.6"
49+
python-version: "3.13.2"
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.12.6
1+
3.13.2

Dockerfile

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

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 2 additions & 64 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.12.6"
12+
python = "3.13.2"
1313
boto3 = "^1.35.81"
1414
celery = "^5.3.1"
1515
channels = {version = "^4.2.0"}

0 commit comments

Comments
 (0)