mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 00:33:41 -04:00
Merge pull request #3483 from alphagov/pyup-scheduled-update-2022-03-09
Scheduled weekly dependency update for week 10
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Run `make freeze-requirements` to update requirements.txt
|
# Run `make freeze-requirements` to update requirements.txt
|
||||||
# with package version changes made in requirements-app.txt
|
# 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.3
|
||||||
@@ -17,14 +17,14 @@ jsonschema==3.2.0
|
|||||||
marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors
|
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.0.1
|
PyJWT==2.3.0
|
||||||
SQLAlchemy==1.4.10
|
SQLAlchemy==1.4.32
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
rfc3987==1.3.8
|
rfc3987==1.3.8
|
||||||
cachetools==4.2.1
|
cachetools==4.2.1
|
||||||
beautifulsoup4==4.9.3
|
beautifulsoup4==4.10.0
|
||||||
lxml==4.8.0
|
lxml==4.8.0
|
||||||
Werkzeug==2.0.2
|
Werkzeug==2.0.3
|
||||||
|
|
||||||
notifications-python-client==6.3.0
|
notifications-python-client==6.3.0
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ awscli-cwlogs==1.4.6
|
|||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
bcrypt==3.2.0
|
bcrypt==3.2.0
|
||||||
# via flask-bcrypt
|
# via flask-bcrypt
|
||||||
beautifulsoup4==4.9.3
|
beautifulsoup4==4.10.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
billiard==3.6.4.0
|
billiard==3.6.4.0
|
||||||
# via celery
|
# via celery
|
||||||
@@ -168,7 +168,7 @@ pyasn1==0.4.8
|
|||||||
# via rsa
|
# via rsa
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
# via cffi
|
# via cffi
|
||||||
pyjwt==2.0.1
|
pyjwt==2.3.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# notifications-python-client
|
# notifications-python-client
|
||||||
@@ -226,7 +226,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.10
|
sqlalchemy==1.4.32
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# alembic
|
# alembic
|
||||||
@@ -248,7 +248,7 @@ wcwidth==0.2.5
|
|||||||
# via prompt-toolkit
|
# via prompt-toolkit
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
# via bleach
|
# via bleach
|
||||||
werkzeug==2.0.2
|
werkzeug==2.0.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# flask
|
# flask
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
flake8==4.0.1
|
flake8==4.0.1
|
||||||
flake8-bugbear==22.1.11
|
flake8-bugbear==22.1.11
|
||||||
isort==5.10.1
|
isort==5.10.1
|
||||||
moto==3.0.5
|
moto==3.0.7
|
||||||
pytest==7.0.1
|
pytest==7.0.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.1.0
|
freezegun==1.2.0
|
||||||
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.1
|
||||||
|
|||||||
Reference in New Issue
Block a user