Skip to content

Commit

Permalink
fix: test-requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-GEVENT-5906371
  • Loading branch information
snyk-bot committed Sep 21, 2023
1 parent 8cd0d87 commit 78b2c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Faker==18.11.2
pytest==7.4.1
pytest-cov==4.0.0
gevent==22.10.1; "PyPy" not in platform_python_implementation
gevent==23.9.0; "PyPy" not in platform_python_implementation
pylibmc==1.6.3; sys.platform != 'win32'
python-memcached==1.59
zstd==1.5.2.5
Expand Down

0 comments on commit 78b2c91

Please sign in to comment.