diff --git a/setup.cfg b/setup.cfg index d8ad6707b..3f912fe65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,11 +56,11 @@ qbittorrentapi = [options.extras_require] dev = - black == 23.9.1 + black == 23.10.0 build == 1.0.3 coverage[toml] == 7.3.2 furo == 2023.9.10 - mypy == 1.6.0; platform_python_implementation != "PyPy" + mypy == 1.6.1; platform_python_implementation != "PyPy" pre-commit == 3.5.0 pytest == 7.4.2 sphinx == 7.2.6; python_version >= "3.9" @@ -69,7 +69,7 @@ dev = sphinx-autodoc-typehints == 1.24.0 tox == 4.11.3 twine == 4.0.2 - types-requests == 2.31.0.9 + types-requests == 2.31.0.10 types-six == 1.16.21.9 [options.packages.find]