We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fbc392 + 67ef678 commit b069f33Copy full SHA for b069f33
4 files changed
Pipfile
@@ -6,15 +6,15 @@ name = "pypi"
6
[packages]
7
ecdsa = "==0.19.1"
8
requests = "==2.32.5"
9
-pydantic = "==2.11.7"
+pydantic = "==2.11.9"
10
11
[dev-packages]
12
-black = "==25.1.0"
13
-pytest = "==8.4.1"
14
-pytest-mock = "==3.14.1"
15
-mypy = "==1.17.1"
+black = "==25.9.0"
+pytest = "==8.4.2"
+pytest-mock = "==3.15.1"
+mypy = "==1.18.2"
16
pytest-mypy-plugins = "==3.2.0"
17
-pytest-cov = "==6.2.1"
+pytest-cov = "==7.0.0"
18
19
[requires]
20
python_version = "3"
0 commit comments