diff --git a/pyproject.toml b/pyproject.toml index 7157aba1..bb7805f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,20 +49,20 @@ types-requests = "~2.28.11.8" [tool.poetry.group.linting.dependencies] autoflake = "~2.2.0" black = "~23.9.0" -flake8 = "~6.0.0" +flake8 = "~6.1.0" flake8-annotations = "~3.0.0" flake8-black = "~0.3.2" -flake8-bugbear = "~23.6.0" +flake8-bugbear = "~23.9.0" flake8-builtins = "~2.1.0" flake8-commas = "~2.1.0" -flake8-comprehensions = "~3.13.0" +flake8-comprehensions = "~3.14.0" flake8-debugger = "~4.1.0" flake8-docstrings = "~1.7.0" flake8-fixme = "~1.1.1" -flake8-isort = "~6.0.0" +flake8-isort = "~6.1.0" flake8-print = "~5.0.0" flake8-return = "~1.2.0" -flake8-simplify = "~0.20.0" +flake8-simplify = "~0.21.0" flake8-unused-globals = "~0.1.9" flake8-variables-names = "~0.0.4" isort = "~5.12.0"