Skip to content
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: Django_Blog/13-Deployment-Heroku/django_project/requirements.txt…
… to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-10302884
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
  • Loading branch information
snyk-bot committed Jun 11, 2025
commit a812153e8edad949a25c11cc487c981d6014ed6e
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ botocore==1.12.96
certifi==2018.10.15
chardet==3.0.4
dj-database-url==0.5.0
Django==4.2.16
Django==4.2.22
django-crispy-forms==1.7.2
django-heroku==0.3.1
django-storages==1.7.1
Expand All @@ -15,7 +15,7 @@ Pillow==5.2.0
psycopg2==2.7.7
python-dateutil==2.8.0
pytz==2018.5
requests==2.19.1
requests==2.32.4
s3transfer==0.2.0
six==1.12.0
urllib3==1.23
Expand Down