Skip to content

Commit d819c90

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

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
@@ -33,7 +33,7 @@ pyodbc>=4.0.39
3333
pyparsing>=3.1.0
3434
pytest>=7.4.0
3535
pyupgrade>=3.15.0
36-
requests>=2.32.0
36+
requests>=2.32.4
3737
ruff>=0.2.1
3838
selenium>=4.15.2
3939
Selenium-Screenshot>=2.1.0

0 commit comments

Comments
 (0)