Merge pull request #3483 from alphagov/pyup-scheduled-update-2022-03-09

Scheduled weekly dependency update for week 10
This commit is contained in:
Katie Smith
2022-03-10 08:27:06 +00:00
committed by GitHub
3 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# 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
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==2.21.0 # pyup: <3 # v3 throws errors
psycopg2-binary==2.9.3
PyJWT==2.0.1
SQLAlchemy==1.4.10
PyJWT==2.3.0
SQLAlchemy==1.4.32
strict-rfc3339==0.7
rfc3987==1.3.8
cachetools==4.2.1
beautifulsoup4==4.9.3
beautifulsoup4==4.10.0
lxml==4.8.0
Werkzeug==2.0.2
Werkzeug==2.0.3
notifications-python-client==6.3.0

View File

@@ -18,7 +18,7 @@ awscli-cwlogs==1.4.6
# via -r requirements.in
bcrypt==3.2.0
# via flask-bcrypt
beautifulsoup4==4.9.3
beautifulsoup4==4.10.0
# via -r requirements.in
billiard==3.6.4.0
# via celery
@@ -168,7 +168,7 @@ pyasn1==0.4.8
# via rsa
pycparser==2.20
# via cffi
pyjwt==2.0.1
pyjwt==2.3.0
# via
# -r requirements.in
# notifications-python-client
@@ -226,7 +226,7 @@ smartypants==2.0.1
# via notifications-utils
soupsieve==2.2.1
# via beautifulsoup4
sqlalchemy==1.4.10
sqlalchemy==1.4.32
# via
# -r requirements.in
# alembic
@@ -248,7 +248,7 @@ wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
werkzeug==2.0.2
werkzeug==2.0.3
# via
# -r requirements.in
# flask

View File

@@ -2,13 +2,13 @@
flake8==4.0.1
flake8-bugbear==22.1.11
isort==5.10.1
moto==3.0.5
moto==3.0.7
pytest==7.0.1
pytest-env==0.6.2
pytest-mock==3.7.0
pytest-cov==3.0.0
pytest-xdist==2.5.0
freezegun==1.1.0
freezegun==1.2.0
requests-mock==1.9.3
# used for creating manifest file locally
jinja2-cli[yaml]==0.8.1