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 30, 2023
1 parent 2f32e74 commit 826956f
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,4 +1,4 @@
requests>=2.21.0
aiohttp>=3.7.4
pydantic==1.10.*
pydantic==2.4.0*
tenacity==8.*

0 comments on commit 826956f

Please sign in to comment.