Skip to content

Commit d2ac436

Browse files
committed
Bump python version 3.12 and update dependencies
Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/IN-1086
1 parent 26b95e9 commit d2ac436

File tree

5 files changed

+571
-4
lines changed

5 files changed

+571
-4
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.4
1+
3.12

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim as build
1+
FROM python:3.12-slim as build
22
WORKDIR /app
33
COPY . .
44

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest = "*"
1616
ruff = "*"
1717

1818
[requires]
19-
python_version = "3.11"
19+
python_version = "3.12"
2020

2121
[scripts]
2222
my_app = "python -c \"from my_app.cli import main; main()\""

0 commit comments

Comments
 (0)