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.
2 parents bdc1251 + 5ca1757 commit b4c38e5Copy full SHA for b4c38e5
Pipfile
@@ -6,15 +6,15 @@ name = "pypi"
6
[packages]
7
ecdsa = "==0.19.0"
8
requests = "==2.32.3"
9
-pydantic = "==2.9.2"
+pydantic = "==2.10.3"
10
11
[dev-packages]
12
black = "==24.10.0"
13
-pytest = "==8.3.3"
+pytest = "==8.3.4"
14
pytest-mock = "==3.14.0"
15
mypy = "==1.13.0"
16
pytest-mypy-plugins = "==3.1.2"
17
-pytest-cov = "==5.0.0"
+pytest-cov = "==6.0.0"
18
19
[requires]
20
python_version = "3"
0 commit comments