File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Changelog
14
14
15
15
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
16
16
- updated the ` requests ` dependency to 2.26.0
17
+ - updated development dependencies
17
18
18
19
[ 0.1.0] ( ../../releases/tag/v0.1.0 ) - 2021-08-02
19
20
-----------------------------------------------
Original file line number Diff line number Diff line change 57
57
'flake8-docstrings ~= 1.6.0' ,
58
58
'flake8-isort ~= 4.0.0' ,
59
59
'flake8-quotes ~= 3.2.0' ,
60
- 'isort ~= 5.8.0 ' ,
61
- 'mypy ~= 0.901 ' ,
60
+ 'isort ~= 5.9.3 ' ,
61
+ 'mypy ~= 0.910 ' ,
62
62
'pep8-naming ~= 0.11.1' ,
63
63
'pytest ~= 6.2.2' ,
64
- 'sphinx ~= 4.0 .2' ,
64
+ 'sphinx ~= 4.1 .2' ,
65
65
'sphinx-autodoc-typehints ~= 1.12.0' ,
66
66
'sphinx-markdown-builder ~= 0.5.4' ,
67
- 'types-requests ~= 0.1.8 ' ,
67
+ 'types-requests ~= 2.25.2 ' ,
68
68
],
69
69
},
70
70
)
You can’t perform that action at this time.
0 commit comments