Skip to content

Commit

Permalink
fix: requirements/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-ANYIO-7361842
  • Loading branch information
snyk-bot committed Jun 25, 2024
1 parent 5a8a166 commit 156bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=test_requirements.txt test_requirements.in
#
anyio==4.2.0
anyio==4.4.0
# via jupyter-server
argon2-cffi==23.1.0
# via
Expand Down

0 comments on commit 156bf5f

Please sign in to comment.