Skip to content

Commit e74b50f

Browse files
authored
Merge pull request #72 from mwarzybok-sumoheavy/feature/SP-770master
SP-770 Review Python dependency updates
2 parents a6bfacf + 365d61d commit e74b50f

File tree

4 files changed

+528
-438
lines changed

4 files changed

+528
-438
lines changed

Pipfile

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

1111
[dev-packages]
12-
black = "==23.7.0"
13-
pytest = "==7.4.0"
12+
black = "==23.11.0"
13+
pytest = "==7.4.3"
1414
pytest-mock = "==3.11.1"
15-
mypy = "==1.5.1"
16-
pytest-mypy-plugins = "==1.11.1"
15+
mypy = "==1.7.1"
16+
pytest-mypy-plugins = "==3.0.0"
1717
pytest-cov = "==4.1.0"
1818

1919
[requires]

0 commit comments

Comments
 (0)