Skip to content
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

Update requirements to actually work #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Flask-Migrate~=2.7.0
Flask-pyoidc~=3.7.0
Flask~=1.1.4
csh_ldap~=2.3.1
ddtrace==1.1.4
ddtrace==1.18.3
flask_sqlalchemy~=2.5.1
gunicorn~=20.0.4
mypy==0.931
Expand Down
39 changes: 27 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
Comment on lines -2 to +3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the docker file, CI, and readme also using 3.11?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a bad point, I can re-generate it with 3.9, though this requirements does work in 3.9.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you need to use the same versions as we're using elsewhere, unless you want to make an effort to update everything to 3.11

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just triggered CI, so we'll see what happens

#
# pip-compile requirements.in
#
Expand All @@ -9,11 +9,17 @@ alembic==1.7.7
astroid==2.6.6
# via pylint
attrs==21.4.0
# via ddtrace
# via
# cattrs
# ddtrace
beaker==1.11.0
# via oic
blinker==1.4
# via flask-mail
bytecode==0.14.2
# via ddtrace
cattrs==23.1.2
# via ddtrace
certifi==2022.5.18.1
# via
# requests
Expand All @@ -32,12 +38,16 @@ csh-ldap==2.3.1
# via -r requirements.in
ddsketch==2.0.3
# via ddtrace
ddtrace==1.1.4
ddtrace==1.18.3
# via -r requirements.in
defusedxml==0.7.1
# via oic
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.2.1
# via srvlookup
envier==0.4.0
# via ddtrace
flask==1.1.4
# via
# -r requirements.in
Expand All @@ -60,10 +70,14 @@ flask-sqlalchemy==2.5.1
# flask-migrate
future==0.18.2
# via pyjwkest
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.0.4
# via -r requirements.in
idna==3.3
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
importlib-resources==5.7.1
# via flask-pyoidc
isort==5.10.1
Expand Down Expand Up @@ -95,7 +109,7 @@ oic==1.4.0
# via flask-pyoidc
onesignal-sdk==1.0.0
# via -r requirements.in
packaging==21.3
opentelemetry-api==1.19.0
# via ddtrace
pep517==0.12.0
# via pip-tools
Expand All @@ -105,7 +119,7 @@ protobuf==3.20.1
# via
# ddsketch
# ddtrace
psycopg2-binary==2.9.3
psycopg2-binary==2.9.7
# via -r requirements.in
pyasn1==0.4.8
# via
Expand All @@ -127,8 +141,6 @@ pylint==2.7.4
# pylint-quotes
pylint-quotes==0.2.1
# via -r requirements.in
pyparsing==3.0.9
# via packaging
python-ldap==3.0.0
# via csh-ldap
requests==2.27.1
Expand All @@ -153,8 +165,6 @@ sqlalchemy2-stubs==0.0.2a22
# via sqlalchemy
srvlookup==2.0.0
# via csh-ldap
tenacity==8.0.1
# via ddtrace
toml==0.10.2
# via pylint
tomli==2.0.1
Expand All @@ -163,6 +173,7 @@ tomli==2.0.1
# pep517
typing-extensions==4.2.0
# via
# ddtrace
# mypy
# oic
# sqlalchemy2-stubs
Expand All @@ -175,9 +186,13 @@ werkzeug==1.0.1
wheel==0.37.1
# via pip-tools
wrapt==1.12.1
# via astroid
# via
# astroid
# deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.8.0
# via importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down