From f64fde7a54470e75c4b494d0c8cde793a5ead484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:38:33 +0000 Subject: [PATCH] Bump flake8-bugbear from 21.9.1 to 24.10.31 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.1 to 24.10.31. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.9.1...24.10.31) --- 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..1cb6d7d 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.10.31 # 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?