Skip to content

Commit

Permalink
Upgrade: Bump Python to 3.11
Browse files Browse the repository at this point in the history
This includes a dependency-bump, as it might add/remove polyfill libraries
  • Loading branch information
TrueBrain committed Dec 15, 2024
1 parent 0272a01 commit 0ec85cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5
with:
python-path: webclient
python-version: 3.8
python-version: 3.11
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13 as nodejs
FROM node:13 AS nodejs

WORKDIR /code

Expand All @@ -8,7 +8,7 @@ COPY package-lock.json \

RUN npm install

FROM python:3.8-slim
FROM python:3.11-slim

ARG BUILD_DATE=""
ARG BUILD_VERSION="dev"
Expand Down
20 changes: 9 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
blinker==1.8.2
certifi==2024.6.2
charset-normalizer==3.3.2
blinker==1.9.0
certifi==2024.12.14
charset-normalizer==3.4.0
click==8.1.7
Flask==3.0.3
idna==3.7
importlib_metadata==8.0.0
Flask==3.1.0
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
MarkupSafe==3.0.2
openttd-helpers==1.4.0
requests==2.32.3
sentry-sdk==2.7.1
urllib3==2.2.2
Werkzeug==3.0.3
zipp==3.19.2
sentry-sdk==2.19.2
urllib3==2.2.3
Werkzeug==3.1.3

0 comments on commit 0ec85cb

Please sign in to comment.