From 02dd2d8cb74212bd7bb17f36a0a2d31e25ae885e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:37:42 +0000 Subject: [PATCH] Bump the pip group with 3 updates Bumps the pip group with 3 updates: [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed). Updates `black` from 23.9.1 to 23.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.9.1...23.10.0) Updates `mypy` from 1.6.0 to 1.6.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.1) Updates `types-requests` from 2.31.0.9 to 2.31.0.10 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]