Skip to content

Commit b535242

Browse files
fix(deps): update python docker tag
1 parent 001bbde commit b535242

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
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
6464
with:
65-
python-version: "3.13.7"
65+
python-version: "3.14.1"
6666
cache: "poetry"
6767

6868
- name: Install dependencies

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.7
1+
FROM python:3.14.1
22
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"
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
@@ -8,7 +8,7 @@ version = "0.0.0"
88
package-mode = false
99

1010
[tool.poetry.dependencies]
11-
python = "~3.13"
11+
python = "~3.14"
1212

1313
beautifulsoup4 = "^4.12.2"
1414
boto3 = "1.42.3"

0 commit comments

Comments
 (0)