Skip to content

Commit 42d5e33

Browse files
authored
Update development dependencies (#57)
1 parent 7237a03 commit 42d5e33

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Changelog
1414

1515
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
1616
- updated the `requests` dependency to 2.26.0
17+
- updated development dependencies
1718

1819
[0.1.0](../../releases/tag/v0.1.0) - 2021-08-02
1920
-----------------------------------------------

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
'flake8-docstrings ~= 1.6.0',
5858
'flake8-isort ~= 4.0.0',
5959
'flake8-quotes ~= 3.2.0',
60-
'isort ~= 5.8.0',
61-
'mypy ~= 0.901',
60+
'isort ~= 5.9.3',
61+
'mypy ~= 0.910',
6262
'pep8-naming ~= 0.11.1',
6363
'pytest ~= 6.2.2',
64-
'sphinx ~= 4.0.2',
64+
'sphinx ~= 4.1.2',
6565
'sphinx-autodoc-typehints ~= 1.12.0',
6666
'sphinx-markdown-builder ~= 0.5.4',
67-
'types-requests ~= 0.1.8',
67+
'types-requests ~= 2.25.2',
6868
],
6969
},
7070
)

0 commit comments

Comments
 (0)