From 23937cba287a732fc4f5bc8cd5464d5cdaa88810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:00:25 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest). Updates `black` from 23.10.0 to 23.10.1 - [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.10.0...23.10.1) Updates `pytest` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c3ff57891..c7e4c60c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,13 +56,13 @@ qbittorrentapi = [options.extras_require] dev = - black == 23.10.0 + black == 23.10.1 build == 1.0.3 coverage[toml] == 7.3.2 furo == 2023.9.10 mypy == 1.6.1; platform_python_implementation != "PyPy" pre-commit == 3.5.0 - pytest == 7.4.2 + pytest == 7.4.3 sphinx == 7.2.6; python_version >= "3.9" sphinx-copybutton == 0.5.2 sphinxcontrib-spelling == 8.0.0