Skip to content

Commit

Permalink
fix: leaktopus_backend/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-GUNICORN-6615672
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent bfd6258 commit 527f0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaktopus_backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slack_sdk==3.19.5
Flask-Cors==3.0.10

# Application server for both development and production.
gunicorn==20.0.4
gunicorn==22.0.0
watchdog==2.1.9

# Logging
Expand Down

0 comments on commit 527f0cd

Please sign in to comment.