-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4328 from alphagov/bump-non-sqlalchemy-deps
Bump non-SQLAlchemy dependencies to latest versions
- Loading branch information
Showing
6 changed files
with
52 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -3,23 +3,23 @@ | |
|
||
celery[sqs]==5.4.0 | ||
Flask-Bcrypt==1.0.1 | ||
flask-marshmallow==0.14.0 | ||
flask-marshmallow==1.3.0 | ||
Flask-Migrate==3.1.0 | ||
flask-sqlalchemy==3.0.2 | ||
click-datetime==0.2 | ||
# We originally pinned this due to eventlet v0.33 compatibility issues. That was supposedly fixed in version v21.0.0 and we merged v21.2.0 for a while. Until we ran a load test again, and identified that the bumped version of gunicorn led to a 33%+ drop-off in performance/requests per second that the API was able to handle. If a version greater than 21.2.0 is released, and it either gives us something we need or we think it addresses said performance issues, make sure to run a load test in staging before releasing to production. | ||
gunicorn[eventlet] @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64 | ||
iso8601==1.1.0 | ||
jsonschema[format]==4.16.0 | ||
iso8601==2.1.0 | ||
jsonschema[format]==4.23.0 | ||
marshmallow-sqlalchemy==0.28.1 | ||
marshmallow==3.18.0 | ||
# Requests pinned to 2.32.2 until https://github.com/psf/requests/issues/6730 is fixed. Once so, we can remove this pin | ||
requests==2.32.2 | ||
psycopg2-binary==2.9.6 | ||
PyJWT==2.5.0 | ||
psycopg2-binary==2.9.10 | ||
PyJWT==2.10.0 | ||
SQLAlchemy==1.4.41 | ||
|
||
notifications-python-client==8.0.1 | ||
notifications-python-client==10.0.1 | ||
|
||
# Run `make bump-utils` to update to the latest version | ||
notifications-utils @ git+https://github.com/alphagov/[email protected] | ||
|
This file contains 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 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 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 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 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