mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-20 10:10:35 -04:00
Merge pull request #3540 from alphagov/pyup-scheduled-update-2022-05-11
Scheduled weekly dependency update for week 19
This commit is contained in:
@@ -7,19 +7,19 @@ 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.1
|
||||
Flask==2.1.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)
|
||||
git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0
|
||||
iso8601==1.0.2
|
||||
itsdangerous==2.1.2
|
||||
jsonschema[format]==4.4.0
|
||||
jsonschema[format]==4.5.1
|
||||
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.35
|
||||
cachetools==5.0.0
|
||||
PyJWT==2.4.0
|
||||
SQLAlchemy==1.4.36
|
||||
cachetools==5.1.0
|
||||
beautifulsoup4==4.11.1
|
||||
lxml==4.8.0
|
||||
Werkzeug==2.0.3
|
||||
|
||||
@@ -33,7 +33,7 @@ botocore==1.22.4
|
||||
# awscli
|
||||
# boto3
|
||||
# s3transfer
|
||||
cachetools==5.0.0
|
||||
cachetools==5.1.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# notifications-utils
|
||||
@@ -75,7 +75,7 @@ docutils==0.15.2
|
||||
# via awscli
|
||||
eventlet==0.33.0
|
||||
# via gunicorn
|
||||
flask==2.1.1
|
||||
flask==2.1.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# flask-bcrypt
|
||||
@@ -133,7 +133,7 @@ jmespath==0.10.0
|
||||
# botocore
|
||||
jsonpointer==2.3
|
||||
# via jsonschema
|
||||
jsonschema[format]==4.4.0
|
||||
jsonschema[format]==4.5.1
|
||||
# via -r requirements.in
|
||||
kombu==5.2.3
|
||||
# via celery
|
||||
@@ -176,7 +176,7 @@ pyasn1==0.4.8
|
||||
# via rsa
|
||||
pycparser==2.20
|
||||
# via cffi
|
||||
pyjwt==2.3.0
|
||||
pyjwt==2.4.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# notifications-python-client
|
||||
@@ -237,7 +237,7 @@ smartypants==2.0.1
|
||||
# via notifications-utils
|
||||
soupsieve==2.2.1
|
||||
# via beautifulsoup4
|
||||
sqlalchemy==1.4.35
|
||||
sqlalchemy==1.4.36
|
||||
# via
|
||||
# -r requirements.in
|
||||
# alembic
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
-r requirements.txt
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==22.3.23
|
||||
flake8-bugbear==22.4.25
|
||||
isort==5.10.1
|
||||
moto==3.1.4
|
||||
pytest==7.1.1
|
||||
moto==3.1.9
|
||||
pytest==7.1.2
|
||||
pytest-env==0.6.2
|
||||
pytest-mock==3.7.0
|
||||
pytest-cov==3.0.0
|
||||
|
||||
Reference in New Issue
Block a user