-
Notifications
You must be signed in to change notification settings - Fork 29
bump: docker image and python deps #246
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
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| python 3.9.7 | ||
| python 3.13.3 |
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,4 +1,4 @@ | ||
| FROM python:3.9-slim-buster | ||
| FROM python:3.13-slim-trixie | ||
| MAINTAINER Galen Guyer <[email protected]> | ||
|
|
||
| RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime | ||
|
|
||
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,18 +1,17 @@ | ||
| csh_ldap~=2.4.0 | ||
| ddtrace~=2.13.0 | ||
| Flask==1.1.4 | ||
| Flask-Migrate==4.0.7 | ||
| flask-optimize==0.2.9.8 | ||
| csh-ldap @ git+https://github.com/ComputerScienceHouse/[email protected] | ||
| ddtrace==3.15.0 | ||
| Flask==3.1.2 | ||
| Flask-Migrate==4.1.0 | ||
| Flask-pyoidc==3.14.3 | ||
| Flask-SQLAlchemy==2.5.1 | ||
| Flask-SQLAlchemy==3.1.1 | ||
| gunicorn==23.0.0 | ||
| pip-tools~=6.6.2 | ||
| PyMySQL==1.1.1 | ||
| pip-tools==7.5.1 | ||
| PyMySQL==1.1.2 | ||
| pyGravatar==0.0.6 | ||
| git+https://github.com/maxcountryman/flask-uploads@master | ||
| pylint~=3.2.7 | ||
| Pillow==10.3.0 | ||
| requests~=2.32.3 | ||
| sentry-sdk[flask]~=2.14.0 | ||
| markupsafe==2.1.2 | ||
| Werkzeug==1.0.1 | ||
| pylint==3.3.9 | ||
| pillow==11.3.0 | ||
| requests==2.32.5 | ||
| sentry-sdk[flask]==2.39.0 | ||
| markupsafe==3.0.3 | ||
| Werkzeug==3.1.3 | ||
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,199 +1,195 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with python 3.9 | ||
| # To update, run: | ||
| # This file is autogenerated by pip-compile with Python 3.13 | ||
| # by the following command: | ||
| # | ||
| # pip-compile requirements.in | ||
| # | ||
| alembic==1.13.3 | ||
| alembic==1.16.5 | ||
| # via flask-migrate | ||
| annotated-types==0.7.0 | ||
| # via pydantic | ||
| astroid==3.2.4 | ||
| astroid==3.3.11 | ||
| # via pylint | ||
| blinker==1.4 | ||
| # via sentry-sdk | ||
| bytecode==0.15.1 | ||
| blinker==1.9.0 | ||
| # via | ||
| # flask | ||
| # sentry-sdk | ||
| build==1.3.0 | ||
| # via pip-tools | ||
| bytecode==0.17.0 | ||
| # via ddtrace | ||
| certifi==2024.7.4 | ||
| certifi==2025.10.5 | ||
| # via | ||
| # requests | ||
| # sentry-sdk | ||
| cffi==1.15.0 | ||
| cffi==2.0.0 | ||
| # via cryptography | ||
| charset-normalizer==2.0.12 | ||
| charset-normalizer==3.4.3 | ||
| # via requests | ||
| click==7.1.2 | ||
| click==8.3.0 | ||
| # via | ||
| # flask | ||
| # pip-tools | ||
| cryptography==43.0.1 | ||
| cryptography==46.0.2 | ||
| # via oic | ||
| csh-ldap==2.4.0 | ||
| csh-ldap @ git+https://github.com/ComputerScienceHouse/[email protected].0 | ||
| # via -r requirements.in | ||
| ddtrace==2.13.0 | ||
| ddtrace==3.15.0 | ||
| # via -r requirements.in | ||
| defusedxml==0.7.1 | ||
| # via oic | ||
| deprecated==1.2.14 | ||
| # via opentelemetry-api | ||
| dill==0.3.5.1 | ||
| dill==0.4.0 | ||
| # via pylint | ||
| dnspython==2.6.1 | ||
| dnspython==2.8.0 | ||
| # via srvlookup | ||
| envier==0.5.2 | ||
| envier==0.6.1 | ||
| # via ddtrace | ||
| flask==1.1.4 | ||
| flask==3.1.2 | ||
| # via | ||
| # -r requirements.in | ||
| # flask-migrate | ||
| # flask-optimize | ||
| # flask-pyoidc | ||
| # flask-sqlalchemy | ||
| # flask-uploads | ||
| # sentry-sdk | ||
| flask-migrate==4.0.7 | ||
| # via -r requirements.in | ||
| flask-optimize==0.2.9.8 | ||
| flask-migrate==4.1.0 | ||
| # via -r requirements.in | ||
| flask-pyoidc==3.14.3 | ||
| # via -r requirements.in | ||
| flask-sqlalchemy==2.5.1 | ||
| flask-sqlalchemy==3.1.1 | ||
| # via | ||
| # -r requirements.in | ||
| # flask-migrate | ||
| flask-uploads @ git+https://github.com/maxcountryman/flask-uploads@master | ||
| # via -r requirements.in | ||
| future==0.18.3 | ||
| future==1.0.0 | ||
| # via pyjwkest | ||
| greenlet==2.0.2 | ||
| greenlet==3.2.4 | ||
| # via sqlalchemy | ||
| gunicorn==23.0.0 | ||
| # via -r requirements.in | ||
| htmlmin==0.1.12 | ||
| # via flask-optimize | ||
| idna==3.7 | ||
| idna==3.10 | ||
| # via requests | ||
| importlib-metadata==8.4.0 | ||
| importlib-metadata==8.7.0 | ||
| # via opentelemetry-api | ||
| importlib-resources==6.4.5 | ||
| importlib-resources==6.5.2 | ||
| # via flask-pyoidc | ||
| isort==5.10.1 | ||
| isort==6.1.0 | ||
| # via pylint | ||
| itsdangerous==1.1.0 | ||
| itsdangerous==2.2.0 | ||
| # via flask | ||
| jinja2==2.11.3 | ||
| jinja2==3.1.6 | ||
| # via flask | ||
| mako==1.2.2 | ||
| legacy-cgi==2.6.3 | ||
| # via ddtrace | ||
| mako==1.3.10 | ||
| # via | ||
| # alembic | ||
| # oic | ||
| markupsafe==2.0.1 | ||
| markupsafe==3.0.3 | ||
| # via | ||
| # -r requirements.in | ||
| # flask | ||
| # jinja2 | ||
| # mako | ||
| # sentry-sdk | ||
| # werkzeug | ||
| mccabe==0.7.0 | ||
| # via pylint | ||
| oic==1.6.1 | ||
| # via flask-pyoidc | ||
| opentelemetry-api==1.27.0 | ||
| opentelemetry-api==1.37.0 | ||
| # via ddtrace | ||
| packaging==21.3 | ||
| # via gunicorn | ||
| pep517==0.12.0 | ||
| # via pip-tools | ||
| pillow==10.3.0 | ||
| packaging==25.0 | ||
| # via | ||
| # build | ||
| # gunicorn | ||
| pillow==11.3.0 | ||
| # via -r requirements.in | ||
| pip-tools==6.6.2 | ||
| pip-tools==7.5.1 | ||
| # via -r requirements.in | ||
| platformdirs==2.5.2 | ||
| platformdirs==4.4.0 | ||
| # via pylint | ||
| protobuf==3.20.2 | ||
| protobuf==6.32.1 | ||
| # via ddtrace | ||
| pyasn1==0.4.8 | ||
| pyasn1==0.6.1 | ||
| # via | ||
| # pyasn1-modules | ||
| # python-ldap | ||
| pyasn1-modules==0.2.8 | ||
| pyasn1-modules==0.4.2 | ||
| # via python-ldap | ||
| pycparser==2.21 | ||
| pycparser==2.23 | ||
| # via cffi | ||
| pycryptodomex==3.19.1 | ||
| pycryptodomex==3.23.0 | ||
| # via | ||
| # oic | ||
| # pyjwkest | ||
| pydantic==2.9.2 | ||
| pydantic==2.11.10 | ||
| # via pydantic-settings | ||
| pydantic-core==2.23.4 | ||
| pydantic-core==2.33.2 | ||
| # via pydantic | ||
| pydantic-settings==2.5.2 | ||
| pydantic-settings==2.11.0 | ||
| # via oic | ||
| pygravatar==0.0.6 | ||
| # via -r requirements.in | ||
| pyjwkest==1.4.2 | ||
| pyjwkest==1.4.4 | ||
| # via oic | ||
| pylint==3.2.7 | ||
| pylint==3.3.9 | ||
| # via -r requirements.in | ||
| pymysql==1.1.1 | ||
| pymysql==1.1.2 | ||
| # via -r requirements.in | ||
| pyparsing==3.0.9 | ||
| # via packaging | ||
| python-dotenv==1.0.1 | ||
| pyproject-hooks==1.2.0 | ||
| # via | ||
| # build | ||
| # pip-tools | ||
| python-dotenv==1.1.1 | ||
| # via pydantic-settings | ||
| python-ldap==3.4.0 | ||
| python-ldap==3.4.4 | ||
| # via csh-ldap | ||
| requests==2.32.3 | ||
| requests==2.32.5 | ||
| # via | ||
| # -r requirements.in | ||
| # flask-pyoidc | ||
| # oic | ||
| # pyjwkest | ||
| sentry-sdk[flask]==2.14.0 | ||
| sentry-sdk[flask]==2.39.0 | ||
| # via -r requirements.in | ||
| six==1.16.0 | ||
| six==1.17.0 | ||
| # via pyjwkest | ||
| sqlalchemy==1.4.36 | ||
| sqlalchemy==2.0.43 | ||
| # via | ||
| # alembic | ||
| # flask-sqlalchemy | ||
| srvlookup==2.0.0 | ||
| # via csh-ldap | ||
| tomli==2.0.1 | ||
| # via | ||
| # pep517 | ||
| # pylint | ||
| tomlkit==0.13.2 | ||
| tomlkit==0.13.3 | ||
| # via pylint | ||
| typing-extensions==4.12.2 | ||
| typing-extensions==4.15.0 | ||
| # via | ||
| # alembic | ||
| # astroid | ||
| # bytecode | ||
| # ddtrace | ||
| # opentelemetry-api | ||
| # pydantic | ||
| # pydantic-core | ||
| # pylint | ||
| urllib3==1.26.19 | ||
| # sqlalchemy | ||
| # typing-inspection | ||
| typing-inspection==0.4.2 | ||
| # via | ||
| # pydantic | ||
| # pydantic-settings | ||
| urllib3==2.5.0 | ||
| # via | ||
| # requests | ||
| # sentry-sdk | ||
| werkzeug==1.0.1 | ||
| werkzeug==3.1.3 | ||
| # via | ||
| # -r requirements.in | ||
| # flask | ||
| wheel==0.38.1 | ||
| wheel==0.45.1 | ||
| # via pip-tools | ||
| wrapt==1.16.0 | ||
| # via | ||
| # ddtrace | ||
| # deprecated | ||
| xmltodict==0.13.0 | ||
| wrapt==1.17.3 | ||
| # via ddtrace | ||
| zipp==3.20.2 | ||
| # via | ||
| # importlib-metadata | ||
| # importlib-resources | ||
| zipp==3.23.0 | ||
| # via importlib-metadata | ||
|
|
||
| # The following packages are considered to be unsafe in a requirements file: | ||
| # pip | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we not able to do the pypi release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting on Liam to give the org access. I've tried bumping the thread a couple times, but no response.