Skip to content

Commit 5b56586

Browse files
authored
Merge pull request #154 from swlodarski-sumoheavy/7.0.x
SP-1160 - Dependency updates for Python SDK
2 parents a7c58d7 + 9c6207d commit 5b56586

File tree

3 files changed

+345
-363
lines changed

3 files changed

+345
-363
lines changed

Pipfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ name = "pypi"
66
[packages]
77
ecdsa = "==0.19.0"
88
requests = "==2.32.3"
9-
pydantic = "==2.10.3"
9+
pydantic = "==2.10.6"
1010

1111
[dev-packages]
12-
black = "==24.10.0"
12+
black = "==25.1.0"
1313
pytest = "==8.3.4"
1414
pytest-mock = "==3.14.0"
15-
mypy = "==1.13.0"
16-
pytest-mypy-plugins = "==3.1.2"
15+
mypy = "==1.15.0"
16+
pytest-mypy-plugins = "==3.2.0"
1717
pytest-cov = "==6.0.0"
1818

1919
[requires]

0 commit comments

Comments
 (0)