Skip to content

Commit c00c9c6

Browse files
authored
Update development dependencies (#65)
1 parent d61f0d4 commit c00c9c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Changelog
2020
### Internal changes
2121

2222
- added human-friendly names to the jobs in Github Action workflows
23+
- updated development dependencies
2324

2425
[0.2.0](../../releases/tag/v0.2.0) - 2021-08-09
2526
-----------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
'flake8-commas ~= 2.0.0',
5757
'flake8-docstrings ~= 1.6.0',
5858
'flake8-isort ~= 4.0.0',
59-
'flake8-quotes ~= 3.2.0',
59+
'flake8-quotes ~= 3.3.0',
6060
'isort ~= 5.9.3',
6161
'mypy ~= 0.910',
6262
'pep8-naming ~= 0.11.1',
6363
'pytest ~= 6.2.2',
6464
'sphinx ~= 4.1.2',
6565
'sphinx-autodoc-typehints ~= 1.12.0',
6666
'sphinx-markdown-builder ~= 0.5.4',
67-
'types-requests ~= 2.25.2',
67+
'types-requests ~= 2.25.6',
6868
],
6969
},
7070
)

0 commit comments

Comments
 (0)