Skip to content

Commit

Permalink
Merge pull request #72 from mwarzybok-sumoheavy/feature/SP-770master
Browse files Browse the repository at this point in the history
SP-770 Review Python dependency updates
  • Loading branch information
bobbrodie committed Jan 15, 2024
2 parents a6bfacf + 365d61d commit e74b50f
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 438 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name = "pypi"
[packages]
ecdsa = "==0.18.0"
requests = "==2.31.0"
pydantic = "==2.3.0"
pydantic = "==2.5.2"

[dev-packages]
black = "==23.7.0"
pytest = "==7.4.0"
black = "==23.11.0"
pytest = "==7.4.3"
pytest-mock = "==3.11.1"
mypy = "==1.5.1"
pytest-mypy-plugins = "==1.11.1"
mypy = "==1.7.1"
pytest-mypy-plugins = "==3.0.0"
pytest-cov = "==4.1.0"

[requires]
Expand Down

0 comments on commit e74b50f

Please sign in to comment.