Skip to content

Commit

Permalink
Upgrade to python 3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomilov committed Jan 7, 2025
1 parent d622b37 commit cb727ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.7
3.12.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.11-alpine3.19
FROM python:3.12.7-alpine3.19
LABEL maintainer="Hypothes.is Project and contributors"

# Install nginx & supervisor
Expand Down
12 changes: 6 additions & 6 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ importlib-resources==6.4.5
# checkmatelib
iniconfig==2.0.0
# via pytest
jinja2==3.1.5
jinja2==3.1.4
# via
# -r requirements/requirements.txt
# pywb
Expand All @@ -108,7 +108,7 @@ netaddr==1.3.0
# via
# -r requirements/requirements.txt
# checkmatelib
newrelic==10.4.0
newrelic==10.2.0
# via -r requirements/requirements.txt
packaging==23.2
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.3.4
pytest==8.3.3
# via -r requirements/functests.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ rpds-py==0.16.2
# -r requirements/requirements.txt
# jsonschema
# referencing
sentry-sdk==2.19.2
sentry-sdk==2.17.0
# via -r requirements/requirements.txt
six==1.16.0
# via
Expand Down Expand Up @@ -214,7 +214,7 @@ urllib3==1.26.15
# sentry-sdk
uwsgi==2.0.28
# via -r requirements/requirements.txt
waitress==3.0.2
waitress==3.0.1
# via webtest
warcio==1.7.4
# via
Expand All @@ -233,7 +233,7 @@ webob==1.8.8
# -r requirements/requirements.txt
# h-vialib
# webtest
webtest==3.0.2
webtest==3.0.1
# via -r requirements/functests.in
werkzeug==2.2.3
# via
Expand Down

0 comments on commit cb727ff

Please sign in to comment.