Skip to content

Commit c3d51a4

Browse files
authored
Merge pull request #46 from mwarzybok-sumoheavy/feature/SP-678
update mypy, requests, pytest-mock, pytest
2 parents d924533 + 75b32d6 commit c3d51a4

File tree

2 files changed

+65
-46
lines changed

2 files changed

+65
-46
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ name = "pypi"
55

66
[packages]
77
ecdsa = "==0.18.0"
8-
requests = "==2.28.2"
8+
requests = "==2.31.0"
99

1010
[dev-packages]
1111
black = "==23.7.0"
12-
pytest = "==7.3.1"
13-
pytest-mock = "==3.10.0"
14-
mypy = "==1.3.0"
12+
pytest = "==7.4.0"
13+
pytest-mock = "==3.11.1"
14+
mypy = "==1.5.1"
1515
pytest-mypy-plugins = "==1.11.1"
1616
pytest-cov = "==4.1.0"
1717

Pipfile.lock

Lines changed: 61 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)