From ffd7cf2f7f53a957b53fbe1537051d1a696557b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:08 +0100 Subject: [PATCH 1/6] Update pip from 21.3.1 to 22.0.2 --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index ece22f4fc46..3fdb6a8da8b 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,6 +1,6 @@ # Base packages -pip==21.3.1 +pip==22.0.2 virtualenv==20.13.0 django==3.2.11 # pyup: <3.3 From 91eb626f7dc2dd7b23a557230cb069e0892e9ca1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:08 +0100 Subject: [PATCH 2/6] Update requests-oauthlib from 1.3.0 to 1.3.1 --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 3fdb6a8da8b..aab40ae3d0f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -49,7 +49,7 @@ celery==5.1.2 # pyup: ignore # ``account/base.html`` -- you will need to check your templates and likely # override ``account/base.html`` within your project. django-allauth==0.42.0 # pyup: ignore -requests-oauthlib==1.3.0 +requests-oauthlib==1.3.1 # GitPython >3.1.18 drops support for python 3.6. GitPython==3.1.18 # pyup: ignore From 3a07f3b3e139b4d2f14859fe3fefa0b604e2fd17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:09 +0100 Subject: [PATCH 3/6] Update django-crispy-forms from 1.13.0 to 1.14.0 --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index aab40ae3d0f..a84b644cee1 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -81,7 +81,7 @@ markdown==3.3.6 git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5 django-formtools==2.3 -django-crispy-forms==1.13.0 +django-crispy-forms==1.14.0 docker==5.0.3 From 148313a27cc31754a1bbe893cb392732e1a3b608 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:09 +0100 Subject: [PATCH 4/6] Update awscli from 1.22.41 to 1.22.46 --- requirements/docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docker.txt b/requirements/docker.txt index ed921f3f98b..260c143ec5e 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -26,7 +26,7 @@ argh==0.26.2 tox==3.24.5 # AWS utilities to use against MinIO -awscli==1.22.41 +awscli==1.22.46 # Used together with structlog to have nicer logs locally rich==11.0.0 From efa5b5cbae6573c91838185f0337a6d4cdd7c6c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:10 +0100 Subject: [PATCH 5/6] Update rich from 11.0.0 to 11.1.0 --- requirements/docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docker.txt b/requirements/docker.txt index 260c143ec5e..56420f1e8da 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -29,4 +29,4 @@ tox==3.24.5 awscli==1.22.46 # Used together with structlog to have nicer logs locally -rich==11.0.0 +rich==11.1.0 From 53b9f969cfa29a5e4f50169df34f0d4b24f9205a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jan 2022 21:08:10 +0100 Subject: [PATCH 6/6] Update pytest-mock from 3.6.1 to 3.7.0 --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 6aea1bd3b75..9c10c39d070 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -14,7 +14,7 @@ execnet==1.9.0 Mercurial==6.0.1 yamale==2.2.0 # pyup: <3.0 -pytest-mock==3.6.1 +pytest-mock==3.7.0 # local debugging tools datadiff==2.0.0