Skip to content

Commit 826956f

Browse files
committed
fix: src/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYDANTIC-5907722
1 parent 2f32e74 commit 826956f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests>=2.21.0
22
aiohttp>=3.7.4
3-
pydantic==1.10.*
3+
pydantic==2.4.0*
44
tenacity==8.*

0 commit comments

Comments
 (0)