We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b513c commit 11db49aCopy full SHA for 11db49a
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"urllib3>=1.24.3,<2.4",
42
"GitPython==3.1.44",
43
"pip",
44
- "pydantic==2.10.4",
+ "pydantic==2.10.6",
45
]
46
classifiers = [
47
"Development Status :: 5 - Production/Stable",
snyk/requirements.txt
@@ -14,7 +14,7 @@ typer==0.15.1
14
urllib3>=1.24.3,<2.4
15
GitPython==3.1.44
16
pip
17
-pydantic==2.10.4
+pydantic==2.10.6
18
coverage==7.6.11
19
pre-commit>=3.5.0
20
pytest==8.3.4
0 commit comments