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 93fa2d1 commit a78696bCopy full SHA for a78696b
Pipfile
@@ -6,13 +6,13 @@ name = "pypi"
6
[packages]
7
ecdsa = "==0.18.0"
8
requests = "==2.31.0"
9
-pydantic = "==2.5.2"
+pydantic = "==2.6.1"
10
11
[dev-packages]
12
-black = "==23.11.0"
13
-pytest = "==7.4.3"
+black = "==24.1.1"
+pytest = "==8.0.0"
14
pytest-mock = "==3.11.1"
15
-mypy = "==1.7.1"
+mypy = "==1.8.0"
16
pytest-mypy-plugins = "==3.0.0"
17
pytest-cov = "==4.1.0"
18
0 commit comments