File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Changelog
20
20
### Internal changes
21
21
22
22
- added human-friendly names to the jobs in Github Action workflows
23
+ - updated development dependencies
23
24
24
25
[ 0.2.0] ( ../../releases/tag/v0.2.0 ) - 2021-08-09
25
26
-----------------------------------------------
Original file line number Diff line number Diff line change 56
56
'flake8-commas ~= 2.0.0' ,
57
57
'flake8-docstrings ~= 1.6.0' ,
58
58
'flake8-isort ~= 4.0.0' ,
59
- 'flake8-quotes ~= 3.2 .0' ,
59
+ 'flake8-quotes ~= 3.3 .0' ,
60
60
'isort ~= 5.9.3' ,
61
61
'mypy ~= 0.910' ,
62
62
'pep8-naming ~= 0.11.1' ,
63
63
'pytest ~= 6.2.2' ,
64
64
'sphinx ~= 4.1.2' ,
65
65
'sphinx-autodoc-typehints ~= 1.12.0' ,
66
66
'sphinx-markdown-builder ~= 0.5.4' ,
67
- 'types-requests ~= 2.25.2 ' ,
67
+ 'types-requests ~= 2.25.6 ' ,
68
68
],
69
69
},
70
70
)
You can’t perform that action at this time.
0 commit comments