From 83c5a4f67cf40c01fa23b27b6309cdcd1c2b5410 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:03 +0000 Subject: [PATCH 01/11] Update cffi from 1.14.4 to 1.14.5 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 80933ce40..17fcb13f9 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -1,7 +1,7 @@ # Run `make freeze-requirements` to update requirements.txt # with package version changes made in requirements-app.txt -cffi==1.14.4 +cffi==1.14.5 celery[sqs]==3.1.26.post2 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1 From d56430b3a8aa90d553bd7db5645577cbd2707032 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:03 +0000 Subject: [PATCH 02/11] Update flask-migrate from 2.5.3 to 2.7.0 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 17fcb13f9..d50ede278 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -6,7 +6,7 @@ celery[sqs]==3.1.26.post2 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1 flask-marshmallow==0.14.0 -Flask-Migrate==2.5.3 +Flask-Migrate==2.7.0 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask==1.1.2 click-datetime==0.2 From 63719759816d28721652ca794184c0ee6c67e382 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:03 +0000 Subject: [PATCH 03/11] Update eventlet from 0.30.0 to 0.30.1 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index d50ede278..6830d43d9 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -10,7 +10,7 @@ Flask-Migrate==2.7.0 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask==1.1.2 click-datetime==0.2 -eventlet==0.30.0 +eventlet==0.30.1 gunicorn==20.0.4 iso8601==0.1.13 itsdangerous==1.1.0 From e05ae8f413196146707a22fd849e127f0e4cc851 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:04 +0000 Subject: [PATCH 04/11] Update iso8601 from 0.1.13 to 0.1.14 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 6830d43d9..ce143d576 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -12,7 +12,7 @@ Flask==1.1.2 click-datetime==0.2 eventlet==0.30.1 gunicorn==20.0.4 -iso8601==0.1.13 +iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # marshmallow v3 throws errors From b615f7192f30efb75771b3ac82d23f5fb2ada917 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:04 +0000 Subject: [PATCH 05/11] Update marshmallow-sqlalchemy from 0.23.1 to 0.24.0 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index ce143d576..0420f01bb 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -15,7 +15,7 @@ gunicorn==20.0.4 iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 -marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # marshmallow v3 throws errors +marshmallow-sqlalchemy==0.24.0 # pyup: <0.24.1 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 PyJWT==2.0.0 From 49dac21739b60e4bd1eaa511a7b8d5242205c353 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:05 +0000 Subject: [PATCH 06/11] Update pyjwt from 2.0.0 to 2.0.1 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 0420f01bb..fad68c497 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -18,7 +18,7 @@ jsonschema==3.2.0 marshmallow-sqlalchemy==0.24.0 # pyup: <0.24.1 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 -PyJWT==2.0.0 +PyJWT==2.0.1 SQLAlchemy==1.3.22 strict-rfc3339==0.7 rfc3987==1.3.8 From 8067ebdca5ff3aa1a51ab86f436e31a9db386d6e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:05 +0000 Subject: [PATCH 07/11] Update sqlalchemy from 1.3.22 to 1.3.23 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index fad68c497..830b99fac 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -19,7 +19,7 @@ marshmallow-sqlalchemy==0.24.0 # pyup: <0.24.1 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 PyJWT==2.0.1 -SQLAlchemy==1.3.22 +SQLAlchemy==1.3.23 strict-rfc3339==0.7 rfc3987==1.3.8 cachetools==4.2.0 From 80891199f8a0f1df45d07b58dbd75a7d376e8230 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:05 +0000 Subject: [PATCH 08/11] Update cachetools from 4.2.0 to 4.2.1 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 830b99fac..4dfca36bf 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -22,7 +22,7 @@ PyJWT==2.0.1 SQLAlchemy==1.3.23 strict-rfc3339==0.7 rfc3987==1.3.8 -cachetools==4.2.0 +cachetools==4.2.1 beautifulsoup4==4.9.3 lxml==4.6.2 # higher version causes build to fail From b5f5114c59d51b4b5536629b46d5ecb98295ebdf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:06 +0000 Subject: [PATCH 09/11] Pin cryptography to latest version 3.4.6 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 4dfca36bf..2db246dbf 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -26,7 +26,7 @@ cachetools==4.2.1 beautifulsoup4==4.9.3 lxml==4.6.2 # higher version causes build to fail -cryptography<3.4 +cryptography==3.4.6 notifications-python-client==5.7.1 From 9f391189911995c6079f1a32d55bb8c3c2f20b42 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Mar 2021 13:00:06 +0000 Subject: [PATCH 10/11] Update notifications-python-client from 5.7.1 to 6.0.2 --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 2db246dbf..109ec489f 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -28,7 +28,7 @@ lxml==4.6.2 # higher version causes build to fail cryptography==3.4.6 -notifications-python-client==5.7.1 +notifications-python-client==6.0.2 # PaaS awscli-cwlogs==1.4.6 From 289c0ea0c6a8c248117d0e94eebd341e9886be0a Mon Sep 17 00:00:00 2001 From: David McDonald Date: Mon, 8 Mar 2021 15:56:42 +0000 Subject: [PATCH 11/11] Make freeze requirements --- requirements-app.txt | 7 ++++--- requirements.txt | 35 +++++++++++++++++------------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index 109ec489f..c1cc12c12 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -15,7 +15,7 @@ gunicorn==20.0.4 iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 -marshmallow-sqlalchemy==0.24.0 # pyup: <0.24.1 # marshmallow v3 throws errors +marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 PyJWT==2.0.1 @@ -25,8 +25,9 @@ rfc3987==1.3.8 cachetools==4.2.1 beautifulsoup4==4.9.3 lxml==4.6.2 -# higher version causes build to fail -cryptography==3.4.6 +# higher version causes build to fail on PaaS due to lack of Rust +# see https://github.com/pyca/cryptography/issues/5810 +cryptography<3.4 notifications-python-client==6.0.2 diff --git a/requirements.txt b/requirements.txt index 6bedf5a41..36239e801 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,34 +3,35 @@ # Run `make freeze-requirements` to update requirements.txt # with package version changes made in requirements-app.txt -cffi==1.14.4 +cffi==1.14.5 celery[sqs]==3.1.26.post2 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1 flask-marshmallow==0.14.0 -Flask-Migrate==2.5.3 +Flask-Migrate==2.7.0 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask==1.1.2 click-datetime==0.2 -eventlet==0.30.0 +eventlet==0.30.1 gunicorn==20.0.4 -iso8601==0.1.13 +iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # marshmallow v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.8.6 -PyJWT==2.0.0 -SQLAlchemy==1.3.22 +PyJWT==2.0.1 +SQLAlchemy==1.3.23 strict-rfc3339==0.7 rfc3987==1.3.8 -cachetools==4.2.0 +cachetools==4.2.1 beautifulsoup4==4.9.3 lxml==4.6.2 -# higher version causes build to fail +# higher version causes build to fail on PaaS due to lack of Rust +# see https://github.com/pyca/cryptography/issues/5810 cryptography<3.4 -notifications-python-client==5.7.1 +notifications-python-client==6.0.2 # PaaS awscli-cwlogs==1.4.6 @@ -42,18 +43,18 @@ prometheus-client==0.9.0 gds-metrics==0.2.4 ## The following requirements were added by pip freeze: -alembic==1.5.5 +alembic==1.5.6 amqp==1.4.9 anyjson==0.3.3 attrs==20.3.0 -awscli==1.19.14 +awscli==1.19.22 bcrypt==3.2.0 billiard==3.3.0.23 bleach==3.3.0 blinker==1.4 boto==2.49.0 -boto3==1.17.14 -botocore==1.20.14 +boto3==1.17.22 +botocore==1.20.22 certifi==2020.12.5 chardet==4.0.0 click==7.1.2 @@ -61,22 +62,20 @@ colorama==0.4.3 dnspython==1.16.0 docutils==0.15.2 flask-redis==0.4.0 -future==0.18.2 geojson==2.5.0 govuk-bank-holidays==0.8 greenlet==1.0.0 idna==2.10 -importlib-metadata==3.6.0 +importlib-metadata==3.7.2 Jinja2==2.11.3 jmespath==0.10.0 kombu==3.0.37 Mako==1.1.4 MarkupSafe==1.1.1 mistune==0.8.4 -monotonic==1.5 orderedset==2.0.3 packaging==20.9 -phonenumbers==8.12.18 +phonenumbers==8.12.19 pyasn1==0.4.8 pycparser==2.20 pyparsing==2.4.7 @@ -100,4 +99,4 @@ typing-extensions==3.7.4.3 urllib3==1.26.3 webencodings==0.5.1 Werkzeug==1.0.1 -zipp==3.4.0 +zipp==3.4.1