Skip to content

Commit ebbe4aa

Browse files
authored
Update development dependencies, add types-request dev dependency (#45)
1 parent 08a637f commit ebbe4aa

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
[0.1.0](../../releases/tag/v0.1.0) - 2021-06-11
5+
-----------------------------------------------
6+
7+
### Internal changes
8+
9+
- updated development dependencies
10+
411
[0.0.1](../../releases/tag/v0.0.1) - 2021-05-13
512
-----------------------------------------------
613

setup.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,19 @@
5151
install_requires=['requests ~= 2.25.1'],
5252
extras_require={
5353
'dev': [
54-
'autopep8 ~= 1.5.5',
55-
'flake8 ~= 3.8.4',
54+
'autopep8 ~= 1.5.7',
55+
'flake8 ~= 3.9.2',
5656
'flake8-commas ~= 2.0.0',
57-
'flake8-docstrings ~= 1.5.0',
57+
'flake8-docstrings ~= 1.6.0',
5858
'flake8-isort ~= 4.0.0',
59-
'isort ~= 5.7.0',
60-
'mypy ~= 0.812',
59+
'isort ~= 5.8.0',
60+
'mypy ~= 0.901',
6161
'pep8-naming ~= 0.11.1',
6262
'pytest ~= 6.2.2',
63-
'sphinx ~= 3.5.1',
64-
'sphinx-autodoc-typehints ~= 1.11.1',
63+
'sphinx ~= 4.0.2',
64+
'sphinx-autodoc-typehints ~= 1.12.0',
6565
'sphinx-markdown-builder ~= 0.5.4',
66+
'types-requests ~= 0.1.8',
6667
],
6768
},
6869
)

src/apify_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)