Skip to content

[Snyk] Security upgrade django from 3.2.25 to 4.2.21 #358

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

Open
wants to merge 1 commit into
base: master
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
fix: requirements/test.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-10074036
  • Loading branch information
snyk-bot committed May 9, 2025
commit 8bc6b6fce046e8698b92401c6c65ecc6cd32191e
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ didkit==0.2.1
datar==0.8.6
pdtypes==0.0.4
importlib-metadata==4.13.0
django>=4.2.21 # not directly required, pinned by Snyk to avoid a vulnerability
Loading