diff --git a/requirements/docker.txt b/requirements/docker.txt index ed921f3f98b..56420f1e8da 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 +rich==11.1.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index ece22f4fc46..a84b644cee1 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 @@ -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 @@ -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 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