Skip to content

Commit

Permalink
Merge pull request #115 from bobbrodie/6.0.x
Browse files Browse the repository at this point in the history
SP-974 Update dependencies
  • Loading branch information
bobbrodie authored Jul 1, 2024
2 parents 3c798de + d44c25e commit 560d04a
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 353 deletions.
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ verify_ssl = true
name = "pypi"

[packages]
ecdsa = "==0.18.0"
requests = "==2.31.0"
pydantic = "==2.6.1"
ecdsa = "==0.19.0"
requests = "==2.32.3"
pydantic = "==2.7.4"

[dev-packages]
black = "==24.1.1"
pytest = "==8.0.0"
pytest-mock = "==3.11.1"
mypy = "==1.8.0"
pytest-mypy-plugins = "==3.0.0"
pytest-cov = "==4.1.0"
black = "==24.4.2"
pytest = "==8.2.2"
pytest-mock = "==3.14.0"
mypy = "==1.10.0"
pytest-mypy-plugins = "==3.1.2"
pytest-cov = "==5.0.0"

[requires]
python_version = "3"
Loading

0 comments on commit 560d04a

Please sign in to comment.