Skip to content

Commit

Permalink
fix: src/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-PYDANTIC-5907722
  • Loading branch information
snyk-bot committed Sep 29, 2023
1 parent a5eaa6d commit f15f274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests>=2.21.0
aiohttp>=3.7.4
pydantic==1.*
pydantic==2.4.0*
tenacity==8.*
# websockets==11.*

0 comments on commit f15f274

Please sign in to comment.