|
48 | 48 | package_dir={'': 'src'},
|
49 | 49 | packages=find_packages(where='src'),
|
50 | 50 | python_requires='>=3.7',
|
51 |
| - install_requires=['requests ~= 2.26.0'], |
| 51 | + install_requires=['requests ~= 2.28.0'], |
52 | 52 | extras_require={
|
53 | 53 | 'dev': [
|
54 |
| - 'autopep8 ~= 1.5.7', |
55 |
| - 'flake8 ~= 3.9.2', |
56 |
| - 'flake8-commas ~= 2.0.0', |
| 54 | + 'autopep8 ~= 1.6.0', |
| 55 | + 'flake8 ~= 4.0.1', |
| 56 | + 'flake8-commas ~= 2.1.0', |
57 | 57 | 'flake8-docstrings ~= 1.6.0',
|
58 |
| - 'flake8-isort ~= 4.0.0', |
59 |
| - 'flake8-quotes ~= 3.3.0', |
60 |
| - 'isort ~= 5.9.3', |
61 |
| - 'mypy ~= 0.910', |
62 |
| - 'pep8-naming ~= 0.12.1', |
63 |
| - 'pytest ~= 6.2.2', |
64 |
| - 'sphinx ~= 4.2.0', |
65 |
| - 'sphinx-autodoc-typehints ~= 1.12.0', |
66 |
| - 'sphinx-markdown-builder ~= 0.5.4', |
67 |
| - 'types-requests ~= 2.25.6', |
| 58 | + 'flake8-isort ~= 4.1.1', |
| 59 | + 'flake8-quotes ~= 3.3.1', |
| 60 | + 'isort ~= 5.10.1', |
| 61 | + 'mypy ~= 0.961', |
| 62 | + 'pep8-naming ~= 0.13.0', |
| 63 | + 'pytest ~= 7.1.2', |
| 64 | + 'sphinx <= 4.3', # pinned to <= 4.3, because 4.4 requires importlib_metadata >= 4.4, which is not compatible with flake8 >= 4 |
| 65 | + 'sphinx-autodoc-typehints <= 1.17', # pinned to <= 1.17, because 1.18 requires Sphinx >= 4.5, which is not compatible with flake8 >= 4 |
| 66 | + 'sphinx-markdown-builder == 0.5.4', # pinned to 0.5.4, because 0.5.5 has a formatting bug |
| 67 | + 'types-requests ~= 2.28.0', |
68 | 68 | ],
|
69 | 69 | },
|
70 | 70 | )
|
0 commit comments