Skip to content

Commit 560d04a

Browse files
authored
Merge pull request #115 from bobbrodie/6.0.x
SP-974 Update dependencies
2 parents 3c798de + d44c25e commit 560d04a

File tree

4 files changed

+500
-353
lines changed

4 files changed

+500
-353
lines changed

Pipfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
ecdsa = "==0.18.0"
8-
requests = "==2.31.0"
9-
pydantic = "==2.6.1"
7+
ecdsa = "==0.19.0"
8+
requests = "==2.32.3"
9+
pydantic = "==2.7.4"
1010

1111
[dev-packages]
12-
black = "==24.1.1"
13-
pytest = "==8.0.0"
14-
pytest-mock = "==3.11.1"
15-
mypy = "==1.8.0"
16-
pytest-mypy-plugins = "==3.0.0"
17-
pytest-cov = "==4.1.0"
12+
black = "==24.4.2"
13+
pytest = "==8.2.2"
14+
pytest-mock = "==3.14.0"
15+
mypy = "==1.10.0"
16+
pytest-mypy-plugins = "==3.1.2"
17+
pytest-cov = "==5.0.0"
1818

1919
[requires]
2020
python_version = "3"

0 commit comments

Comments
 (0)