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-SQLPARSE-6615674
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 0ed11e4 commit fa0d62d
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 @@ -46,7 +46,7 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3
social-auth-app-django==5.0.0
social-auth-core==4.3.0; python_version >= '3.6'
soupsieve==2.3.2.post1; python_version >= '3.6'
sqlparse==0.4.2; python_version >= '3.5'
sqlparse==0.5.0; python_version >= '3.5'
tweepy==4.10.1
tzdata==2022.2; sys_platform == 'win32'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
Expand Down

0 comments on commit fa0d62d

Please sign in to comment.