From ad725ed51b4dac1868aba065b1ddc1e89fb65019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:35:56 +0000 Subject: [PATCH] Bump flake8-bugbear from 21.9.1 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.1 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.9.1...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 640da0d..762c672 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,7 +100,7 @@ dev = types-pkg_resources == 0.1.3 # Type stubs for package introspection API lxml-stubs == 0.5.1 # Type stubs for lxml, duh flake8 == 3.9.2 # Unquestioning adherence to coding stylees - flake8-bugbear == 21.9.1 # Ditto + flake8-bugbear == 24.12.12 # Ditto flake8-docstrings == 1.6.0 # And check the docstrings too pep8-naming == 0.12.1 # And even your function and variable names mypy ~= 1.10.0 # Do your type annotations actually work?