Skip to content

Commit d4b754c

Browse files
fix(deps): update python to v3.14.1
1 parent 708251c commit d4b754c

File tree

4 files changed

+10
-99
lines changed

4 files changed

+10
-99
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v2
5454
with:
55-
python-version: "3.10.13"
55+
python-version: "3.14.1"
5656

5757
- id: cache
5858
uses: actions/cache@v4

Dockerfile

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

44

poetry.lock

Lines changed: 7 additions & 96 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
@@ -32,7 +32,7 @@ packages = []
3232
authors = ["MIT ODL"]
3333

3434
[tool.poetry.dependencies]
35-
python = "3.10.13"
35+
python = "3.14.1"
3636
django = "4.2.26"
3737
celery = {extras = ["redis"], version = "^5.3.6"}
3838
boto3 = "^1.16.63"

0 commit comments

Comments
 (0)