Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
  • Loading branch information
snyk-bot committed Apr 15, 2024
1 parent f851847 commit 6018029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ djangorestframework-gis==1.0
djangorestframework-simplejwt==5.2.1
djangorestframework==3.14.0
gunicorn==20.1.0
idna==3.4; python_version >= '3.5'
idna==3.7; python_version >= '3.5'
markdown==3.4.1
oauthlib==3.2.2; python_version >= '3.6'
psycopg2==2.9.4
Expand Down

0 comments on commit 6018029

Please sign in to comment.