Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 27 vulnerabilities #865

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,19 +15,19 @@ xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git
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
django-redis==5.4.0 # https://github.com/jazzband/django-redis4

# Django REST
djangorestframework==3.15.0
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1 # https://django-rest-framework-simplejwt.readthedocs.io/en/latest/

# Wagtail
# ------------------------------------------------------------------------------
wagtail==5.2.3 # https://github.com/wagtail/wagtail
wagtail==6.0.5 # https://github.com/wagtail/wagtail


# Wagtail Recaptcha
Expand Down Expand Up @@ -95,7 +95,7 @@ django-maintenance-mode==0.21.1
# Snky
# ------------------------------------------------------------------------------
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability


#Django prometheus
Expand All @@ -109,4 +109,7 @@ django-prometheus==2.3.1

# freezegun
# ------------------------------------------------------------------------------
freezegun==1.5.1
freezegun==1.5.1
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading