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?