Skip to content

Commit

Permalink
Merge pull request #132 from bobbrodie/6.1.x
Browse files Browse the repository at this point in the history
SP-1076 Update Dependencies
  • Loading branch information
bobbrodie authored Oct 28, 2024
2 parents e5e23fb + 7f7c108 commit 7aaf3fc
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ name = "pypi"
[packages]
ecdsa = "==0.19.0"
requests = "==2.32.3"
pydantic = "==2.7.4"
pydantic = "==2.9.2"

[dev-packages]
black = "==24.4.2"
pytest = "==8.2.2"
black = "==24.8.0"
pytest = "==8.3.3"
pytest-mock = "==3.14.0"
mypy = "==1.10.1"
mypy = "==1.11.2"
pytest-mypy-plugins = "==3.1.2"
pytest-cov = "==5.0.0"

Expand Down
Loading

0 comments on commit 7aaf3fc

Please sign in to comment.