-
Notifications
You must be signed in to change notification settings - Fork 265
Webapp: Use Python 3.12 and update dependencies #5473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
matyasselmeci
wants to merge
5
commits into
opensciencegrid:master
Choose a base branch
from
matyasselmeci:pr/python312
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+39
−39
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
a4736b0
Dockerfile: build with el9 and use python3.12
matyasselmeci ef3eec1
Requirements: update to latest
matyasselmeci 291ab63
apache.conf: reference the Python 3.12 mod_wsgi module
matyasselmeci 86c4973
GHA: use Python 3.12 for validate-code and validate-data
matyasselmeci cc1c18b
Use python3.12 -m pip ... to call pip
matyasselmeci File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| -r requirements-rootless.txt | ||
|
|
||
| # mod-wsgi requires apache httpd headers (redhat package httpd-devel, ubuntu package apache2-dev) | ||
| # also gcc and python headers (redhat package python39-devel or similar) | ||
| mod-wsgi~=4.9.4 | ||
| # also gcc and python headers (redhat package python3.12-devel or similar) | ||
| mod-wsgi~=6.0.4 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,35 @@ | ||
| # This file is included in requirements-apache.txt | ||
|
|
||
| asn1~=2.7.0 | ||
| blinker~=1.6.2 | ||
| certifi>=2023.5.7 | ||
| chardet~=5.1.0 | ||
| charset-normalizer~=3.1.0 | ||
| click~=8.1.3 | ||
| configobj~=5.0.8 | ||
| asn1~=3.3.0 | ||
| blinker~=1.9.0 | ||
| certifi>=2026.5.20 | ||
| chardet~=7.4.3 | ||
| charset-normalizer~=3.4.7 | ||
| click~=8.4.1 | ||
| configobj~=5.0.9 | ||
| enum-compat~=0.0.3 | ||
| Flask~=2.3.2 | ||
| Flask-WTF~=1.1.1 | ||
| gitdb~=4.0.10 | ||
| GitPython~=3.1.31 | ||
| icalendar~=5.0.5 | ||
| idna~=3.4 | ||
| itsdangerous~=2.1.2 | ||
| Jinja2~=3.1.2 | ||
| Flask~=3.1.3 | ||
| Flask-WTF~=1.3.0 | ||
| gitdb~=4.0.12 | ||
| GitPython~=3.1.50 | ||
| icalendar~=7.1.3 | ||
| idna~=3.18 | ||
| itsdangerous~=2.2.0 | ||
| Jinja2~=3.1.6 | ||
| ldap3~=2.9.1 | ||
| MarkupSafe~=2.1.2 | ||
| prometheus-client~=0.20.0 | ||
| MarkupSafe~=3.0.3 | ||
| prometheus-client~=0.25.0 | ||
| pyasn1~=0.6.3 | ||
| python-dateutil~=2.8.2 | ||
| python-gnupg~=0.5.0 | ||
| pytz>=2023.3 | ||
| PyYAML~=6.0 | ||
| requests~=2.32.4 | ||
| six~=1.16.0 | ||
| smmap~=5.0.0 | ||
| urllib3~=2.6.3 | ||
| Werkzeug~=3.1.4 | ||
| WTForms~=3.0.1 | ||
| xmltodict~=0.13.0 | ||
| python-dateutil~=2.9.0 | ||
| python-gnupg~=0.5.6 | ||
| pytz>=2026.2 | ||
| PyYAML~=6.0.3 | ||
| requests~=2.34.2 | ||
| six~=1.17.0 | ||
| smmap~=5.0.3 | ||
| typing-extensions~=4.15.0 | ||
| tzdata>=2026.2 | ||
| urllib3~=2.7.0 | ||
| Werkzeug~=3.1.8 | ||
| WTForms~=3.2.2 | ||
| xmltodict~=1.0.4 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.