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-AIOHTTP-6091621
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent 5d4e18f commit 61eda1b
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 @@

pytest-cov>=2.8.1
mock>=4.0.3
aiohttp>=3.8.1
aiohttp>=3.9.0
pycodestyle==2.10.0
flake8>=5.0.4
python-dateutil>=2.8.2
Expand Down

0 comments on commit 61eda1b

Please sign in to comment.