Skip to content

Commit 0eeff5e

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYTHONDOTENV-16115271
1 parent ab5144c commit 0eeff5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-dotenv>=1.0.0,<2.0.0
1+
python-dotenv>=1.2.2
22
# <82: pkg_resources (used by coverage-badge and similar tools) was removed in setuptools 82+
33
setuptools>=80.0.0,<82.0.0
44
requests>=2.33.0,<3.0.0

0 commit comments

Comments
 (0)