Merge pull request #3515 from alphagov/bump-straightforward-dependencies

Bump straightforward dependencies
This commit is contained in:
Katie Smith
2022-04-14 14:45:40 +01:00
committed by GitHub
3 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -2,12 +2,12 @@
# with package version changes made in requirements.in # with package version changes made in requirements.in
cffi==1.15.0 cffi==1.15.0
celery[sqs]==5.2.3 celery[sqs]==5.2.6
Flask-Bcrypt==0.7.1 Flask-Bcrypt==1.0.1
flask-marshmallow==0.14.0 flask-marshmallow==0.14.0
Flask-Migrate==3.1.0 Flask-Migrate==3.1.0
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask==2.1.0 Flask==2.1.1
click-datetime==0.2 click-datetime==0.2
# Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues) # Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues)
git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0 git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0
@@ -18,10 +18,10 @@ marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors
marshmallow==2.21.0 # pyup: <3 # v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
PyJWT==2.3.0 PyJWT==2.3.0
SQLAlchemy==1.4.32 SQLAlchemy==1.4.35
strict-rfc3339==0.7 strict-rfc3339==0.7
rfc3987==1.3.8 rfc3987==1.3.8
cachetools==4.2.1 cachetools==5.0.0
beautifulsoup4==4.10.0 beautifulsoup4==4.10.0
lxml==4.8.0 lxml==4.8.0
Werkzeug==2.0.3 Werkzeug==2.0.3
@@ -34,5 +34,5 @@ awscli-cwlogs==1.4.6
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.4 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.4
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains # gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
prometheus-client==0.10.1 prometheus-client==0.14.1
gds-metrics==0.2.4 gds-metrics==0.2.4
+6 -6
View File
@@ -31,11 +31,11 @@ botocore==1.22.4
# awscli # awscli
# boto3 # boto3
# s3transfer # s3transfer
cachetools==4.2.1 cachetools==5.0.0
# via # via
# -r requirements.in # -r requirements.in
# notifications-utils # notifications-utils
celery[sqs]==5.2.3 celery[sqs]==5.2.6
# via -r requirements.in # via -r requirements.in
certifi==2021.10.8 certifi==2021.10.8
# via # via
@@ -73,7 +73,7 @@ docutils==0.15.2
# via awscli # via awscli
eventlet==0.33.0 eventlet==0.33.0
# via gunicorn # via gunicorn
flask==2.1.0 flask==2.1.1
# via # via
# -r requirements.in # -r requirements.in
# flask-bcrypt # flask-bcrypt
@@ -82,7 +82,7 @@ flask==2.1.0
# flask-redis # flask-redis
# gds-metrics # gds-metrics
# notifications-utils # notifications-utils
flask-bcrypt==0.7.1 flask-bcrypt==1.0.1
# via -r requirements.in # via -r requirements.in
flask-marshmallow==0.14.0 flask-marshmallow==0.14.0
# via -r requirements.in # via -r requirements.in
@@ -154,7 +154,7 @@ packaging==21.0
# via bleach # via bleach
phonenumbers==8.12.36 phonenumbers==8.12.36
# via notifications-utils # via notifications-utils
prometheus-client==0.10.1 prometheus-client==0.14.1
# via # via
# -r requirements.in # -r requirements.in
# gds-metrics # gds-metrics
@@ -224,7 +224,7 @@ smartypants==2.0.1
# via notifications-utils # via notifications-utils
soupsieve==2.2.1 soupsieve==2.2.1
# via beautifulsoup4 # via beautifulsoup4
sqlalchemy==1.4.32 sqlalchemy==1.4.35
# via # via
# -r requirements.in # -r requirements.in
# alembic # alembic
+5 -5
View File
@@ -1,14 +1,14 @@
-r requirements.txt -r requirements.txt
flake8==4.0.1 flake8==4.0.1
flake8-bugbear==22.1.11 flake8-bugbear==22.3.23
isort==5.10.1 isort==5.10.1
moto==3.0.7 moto==3.1.4
pytest==7.0.1 pytest==7.1.1
pytest-env==0.6.2 pytest-env==0.6.2
pytest-mock==3.7.0 pytest-mock==3.7.0
pytest-cov==3.0.0 pytest-cov==3.0.0
pytest-xdist==2.5.0 pytest-xdist==2.5.0
freezegun==1.2.0 freezegun==1.2.1
requests-mock==1.9.3 requests-mock==1.9.3
# used for creating manifest file locally # used for creating manifest file locally
jinja2-cli[yaml]==0.8.1 jinja2-cli[yaml]==0.8.2