diff --git a/poetry.lock b/poetry.lock index 954e62b75..9284797dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1223,18 +1223,18 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.3.12" +version = "23.9.16" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"}, - {file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"}, + {file = "flake8-bugbear-23.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"}, + {file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"}, ] [package.dependencies] attrs = ">=19.2.0" -flake8 = ">=3.0.0" +flake8 = ">=6.0.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -4520,4 +4520,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "fb6aabe642ae69597f971ffee83c7734e7d4105c12383efb8be6bed3c041a687" +content-hash = "b470062c6d5a5bda2d4aa3e3dc95d9d7684344f2c3b8917dd39ccff40ff898df" diff --git a/pyproject.toml b/pyproject.toml index 1d07639d5..a76ffa054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ black = "^23.10.1" cloudfoundry-client = "*" exceptiongroup = "==1.1.3" flake8 = "^6.1.0" -flake8-bugbear = "^23.3.12" +flake8-bugbear = "^23.9.16" freezegun = "^1.2.2" honcho = "*" isort = "^5.12.0"