Skip to content

Commit 749a1f1

Browse files
einarsisnyk-bot
andauthored
chore(deps): security upgrade urllib3 from 2.0.7 to 2.5.0 (#782)
fix: scripts/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent faa6ea8 commit 749a1f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pyyaml
22
requests
33
python-dotenv
4-
black
4+
black
5+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)