Skip to content

Commit 7144a9c

Browse files
SP-805 Update Python Dependencies
1 parent e74b50f commit 7144a9c

File tree

4 files changed

+274
-295
lines changed

4 files changed

+274
-295
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name = "pypi"
66
[packages]
77
ecdsa = "==0.18.0"
88
requests = "==2.31.0"
9-
pydantic = "==2.5.2"
9+
pydantic = "==2.6.1"
1010

1111
[dev-packages]
12-
black = "==23.11.0"
13-
pytest = "==7.4.3"
12+
black = "==24.1.1"
13+
pytest = "==8.0.0"
1414
pytest-mock = "==3.11.1"
15-
mypy = "==1.7.1"
15+
mypy = "==1.8.0"
1616
pytest-mypy-plugins = "==3.0.0"
1717
pytest-cov = "==4.1.0"
1818

0 commit comments

Comments
 (0)