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 3c798de + d44c25e commit 560d04aCopy full SHA for 560d04a
Pipfile
@@ -4,17 +4,17 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-ecdsa = "==0.18.0"
8
-requests = "==2.31.0"
9
-pydantic = "==2.6.1"
+ecdsa = "==0.19.0"
+requests = "==2.32.3"
+pydantic = "==2.7.4"
10
11
[dev-packages]
12
-black = "==24.1.1"
13
-pytest = "==8.0.0"
14
-pytest-mock = "==3.11.1"
15
-mypy = "==1.8.0"
16
-pytest-mypy-plugins = "==3.0.0"
17
-pytest-cov = "==4.1.0"
+black = "==24.4.2"
+pytest = "==8.2.2"
+pytest-mock = "==3.14.0"
+mypy = "==1.10.0"
+pytest-mypy-plugins = "==3.1.2"
+pytest-cov = "==5.0.0"
18
19
[requires]
20
python_version = "3"
0 commit comments