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: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105
  • Loading branch information
snyk-bot committed Sep 2, 2024
commit 37d0af128cbea8fb0304c95491b4b5d321eeacbf
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ google-resumable-media==2.3.3
# via google-cloud-storage
googleapis-common-protos==1.56.4
# via google-api-core
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements.in
hiredis==2.0.0
# via -r requirements.in
Expand Down