WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b4c38e5

Browse files
authored
Merge pull request #142 from bobbrodie/7.0.x
SP-1093 Update dependencies
2 parents bdc1251 + 5ca1757 commit b4c38e5

File tree

3 files changed

+421
-380
lines changed

3 files changed

+421
-380
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name = "pypi"
66
[packages]
77
ecdsa = "==0.19.0"
88
requests = "==2.32.3"
9-
pydantic = "==2.9.2"
9+
pydantic = "==2.10.3"
1010

1111
[dev-packages]
1212
black = "==24.10.0"
13-
pytest = "==8.3.3"
13+
pytest = "==8.3.4"
1414
pytest-mock = "==3.14.0"
1515
mypy = "==1.13.0"
1616
pytest-mypy-plugins = "==3.1.2"
17-
pytest-cov = "==5.0.0"
17+
pytest-cov = "==6.0.0"
1818

1919
[requires]
2020
python_version = "3"

0 commit comments

Comments
 (0)