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 a6bfacf + 365d61d commit e74b50fCopy full SHA for e74b50f
Pipfile
@@ -6,14 +6,14 @@ name = "pypi"
6
[packages]
7
ecdsa = "==0.18.0"
8
requests = "==2.31.0"
9
-pydantic = "==2.3.0"
+pydantic = "==2.5.2"
10
11
[dev-packages]
12
-black = "==23.7.0"
13
-pytest = "==7.4.0"
+black = "==23.11.0"
+pytest = "==7.4.3"
14
pytest-mock = "==3.11.1"
15
-mypy = "==1.5.1"
16
-pytest-mypy-plugins = "==1.11.1"
+mypy = "==1.7.1"
+pytest-mypy-plugins = "==3.0.0"
17
pytest-cov = "==4.1.0"
18
19
[requires]
0 commit comments