Skip to content

Commit 47b77aa

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
1 parent 3b43dfa commit 47b77aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python-dotenv>=0.14.0
1515
requests>=2.24.0
1616
soupsieve>=2.0.1
1717
typing-extensions>=3.7.4.2
18-
urllib3>=1.25.10
18+
urllib3>=2.2.2
1919
websockets>=8.1
2020
yarl>=1.5.1
2121
mysql-connector-python>=8.0.21

0 commit comments

Comments
 (0)