Skip to content

Commit 7aaf3fc

Browse files
authored
Merge pull request #132 from bobbrodie/6.1.x
SP-1076 Update Dependencies
2 parents e5e23fb + 7f7c108 commit 7aaf3fc

File tree

4 files changed

+521
-467
lines changed

4 files changed

+521
-467
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
11+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
1212

1313
steps:
1414
- uses: actions/checkout@v4

Pipfile

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

1111
[dev-packages]
12-
black = "==24.4.2"
13-
pytest = "==8.2.2"
12+
black = "==24.8.0"
13+
pytest = "==8.3.3"
1414
pytest-mock = "==3.14.0"
15-
mypy = "==1.10.1"
15+
mypy = "==1.11.2"
1616
pytest-mypy-plugins = "==3.1.2"
1717
pytest-cov = "==5.0.0"
1818

0 commit comments

Comments
 (0)