Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Regenerate dependencies files with pip-compile-multi (on python 3.8);
allow Flask update since connexion was updated to not conflict, but
limit it to <2.3 since newer versions pull in a version of werkzeug
that's incompatible with connexion
(https://github.com/spec-first/connexion/blob/2.14.2/setup.py#L28).
Also constrain the version of itsdangerous because of
puiterwijk/flask-oidc#147.
  • Loading branch information
jcristau committed May 29, 2023
1 parent 7b3324e commit b6b0176
Show file tree
Hide file tree
Showing 4 changed files with 1,108 additions and 920 deletions.
8 changes: 4 additions & 4 deletions api/requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Need Flask<2 due to a dependency conflict with connexion==2.9.0. We can
# likely drop this when a newer version of 'connexion' is available.
Flask<2
Flask<2.3
Flask-Cors
Flask-Login
Flask-Migrate
Expand All @@ -21,10 +19,12 @@ gunicorn
kombu
mohawk<0.4,>=0.3.4
psycopg2
python-dateutil<2.7.0,>=2.1
python-dateutil>=2.1
python-jose
pytz
raven
requests
structlog
taskcluster
# itsdangerous 2.1 is incompatible with flask-oidc 1.4.0
itsdangerous<2.1
Loading

0 comments on commit b6b0176

Please sign in to comment.