Skip to content

Commit 69a8c28

Browse files
committed
fix: requirements/common.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent 6ad08f3 commit 69a8c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pydantic~=1.9.0
2-
requests~=2.31.0
2+
requests~=2.32.4
33
regex~=2022.3.15

0 commit comments

Comments
 (0)