diff --git a/requirements/base.txt b/requirements/base.txt index 4fe9bca1..c2a72c74 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ pytz==2023.3.post1 # https://github.com/stub42/pytz -Pillow==10.2.0 # https://github.com/python-pillow/Pillow +Pillow==10.3.0 # https://github.com/python-pillow/Pillow argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi whitenoise==6.6.0 # https://github.com/evansd/whitenoise redis==5.0.1 # https://github.com/redis/redis-py @@ -13,7 +13,7 @@ flower==2.0.1 # https://github.com/mher/flower django==5.0.3 django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils -django-allauth==0.61.1 # https://github.com/pennersr/django-allauth +django-allauth==0.63.6 # https://github.com/pennersr/django-allauth django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-compressor==4.4 # https://github.com/django-compressor/django-compressor @@ -32,7 +32,7 @@ django_celery_results==2.5.1 # Wagtail # ------------------------------------------------------------------------------ -wagtail==5.2.3 # https://github.com/wagtail/wagtail +wagtail==6.0.5 # https://github.com/wagtail/wagtail # Wagtail Recaptcha # ------------------------------------------------------------------------------ @@ -86,4 +86,7 @@ urllib3==2.2.2 iso639-lang==2.2.3 feedparser==6.0.11 requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability -certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability +dnspython>=2.6.1 # not directly required, pinned by Snyk to avoid a vulnerability +sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file