Skip to content

Commit 1259207

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pytest-xdist>=3.6.1
5555
execnet>=2.1.1
5656

5757
# Requests (Connects to the contact's Tor Onion Service)
58-
requests>=2.31.0
58+
requests>=2.32.4
5959
certifi>=2024.2.2
6060
charset-normalizer==2.1.1
6161
idna>=3.7

0 commit comments

Comments
 (0)