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

View File

@@ -2,12 +2,12 @@
# with package version changes made in requirements.in
cffi==1.15.0
celery[sqs]==5.2.3
Flask-Bcrypt==0.7.1
celery[sqs]==5.2.6
Flask-Bcrypt==1.0.1
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
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
# 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
@@ -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
psycopg2-binary==2.9.3
PyJWT==2.3.0
SQLAlchemy==1.4.32
SQLAlchemy==1.4.35
strict-rfc3339==0.7
rfc3987==1.3.8
cachetools==4.2.1
cachetools==5.0.0
beautifulsoup4==4.10.0
lxml==4.8.0
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
# 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

View File

@@ -31,11 +31,11 @@ botocore==1.22.4
# awscli
# boto3
# s3transfer
cachetools==4.2.1
cachetools==5.0.0
# via
# -r requirements.in
# notifications-utils
celery[sqs]==5.2.3
celery[sqs]==5.2.6
# via -r requirements.in
certifi==2021.10.8
# via
@@ -73,7 +73,7 @@ docutils==0.15.2
# via awscli
eventlet==0.33.0
# via gunicorn
flask==2.1.0
flask==2.1.1
# via
# -r requirements.in
# flask-bcrypt
@@ -82,7 +82,7 @@ flask==2.1.0
# flask-redis
# gds-metrics
# notifications-utils
flask-bcrypt==0.7.1
flask-bcrypt==1.0.1
# via -r requirements.in
flask-marshmallow==0.14.0
# via -r requirements.in
@@ -154,7 +154,7 @@ packaging==21.0
# via bleach
phonenumbers==8.12.36
# via notifications-utils
prometheus-client==0.10.1
prometheus-client==0.14.1
# via
# -r requirements.in
# gds-metrics
@@ -224,7 +224,7 @@ smartypants==2.0.1
# via notifications-utils
soupsieve==2.2.1
# via beautifulsoup4
sqlalchemy==1.4.32
sqlalchemy==1.4.35
# via
# -r requirements.in
# alembic

View File

@@ -1,14 +1,14 @@
-r requirements.txt
flake8==4.0.1
flake8-bugbear==22.1.11
flake8-bugbear==22.3.23
isort==5.10.1
moto==3.0.7
pytest==7.0.1
moto==3.1.4
pytest==7.1.1
pytest-env==0.6.2
pytest-mock==3.7.0
pytest-cov==3.0.0
pytest-xdist==2.5.0
freezegun==1.2.0
freezegun==1.2.1
requests-mock==1.9.3
# used for creating manifest file locally
jinja2-cli[yaml]==0.8.1
jinja2-cli[yaml]==0.8.2