Skip to content

Commit f560635

Browse files
fix: docs/requirements.txt to reduce vulnerabilities (#240)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 Co-authored-by: snyk-bot <[email protected]>
1 parent 40a223d commit f560635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pygments==2.19.1
8888
# via sphinx
8989
pyseto==1.8.2
9090
# via -r requirements.in
91-
requests==2.32.3
91+
requests==2.32.4
9292
# via
9393
# -r requirements.in
9494
# sphinx

0 commit comments

Comments
 (0)