diff --git a/requirements/base.txt b/requirements/base.txt index 0981a8fd..9641da86 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ pytz==2023.3 # https://github.com/stub42/pytz python-slugify==8.0.1 # https://github.com/un33k/python-slugify Pillow==9.4.0 -argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi +argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi beautifulsoup4==4.9.3 # CANNOT UPDATE DUE TO WAGTAIL lxml==4.9.3 pyyaml @@ -51,7 +51,7 @@ wagtail-cache==1.0.2 # Import/Export django-import-export==2.8.0 -gitpython==3.1.34 +gitpython==3.1.37 # S3 Uploads boto3==1.26.92 diff --git a/requirements/local.txt b/requirements/local.txt index 48496913..16e72ce5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r ./base.txt # TODO: Upgrade after https://github.com/django-extensions/django-extensions/issues/1715 is fixed -Werkzeug<2.1.0 # https://github.com/pallets/werkzeug +Werkzeug<2.4.0 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb Sphinx==5.0.2 # https://github.com/sphinx-doc/sphinx # TODO: Upgrade after moving to Django 3 @@ -11,7 +11,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ mypy==0.961 # https://github.com/python/mypy pytest==7.4.2 # https://github.com/pytest-dev/pytest -pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar +pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.0.0 py==1.11.0 # https://github.com/pytest-dev/pytest/issues/10420 requests==2.31.0