diff --git a/poetry.lock b/poetry.lock index 388caae18..65da07464 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,13 +1238,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.9.16" +version = "23.11.26" 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.8.1" files = [ - {file = "flake8-bugbear-23.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"}, - {file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"}, + {file = "flake8-bugbear-23.11.26.tar.gz", hash = "sha256:8e36119071bab626b6dab834fadd6d03c06090e9b189e67b4905821df8212fee"}, + {file = "flake8_bugbear-23.11.26-py3-none-any.whl", hash = "sha256:55d00c8a3c48c995c1f0ec0df54f8c9cf530c06035ce53975a03517d2e7f53e5"}, ] [package.dependencies] @@ -4697,4 +4697,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "1c7abee93e7fa589df1a6b0b22dca9424d4ff360fe5b215eeb0b5db6b042728e" +content-hash = "f9b3d2fa1a50b1d1a0469d9068badee8571f2c5326c0df9ff187550218738281" diff --git a/pyproject.toml b/pyproject.toml index 9e1f4a905..9a00e8eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ black = "^23.11.0" cloudfoundry-client = "*" exceptiongroup = "==1.2.0" flake8 = "^6.1.0" -flake8-bugbear = "^23.9.16" +flake8-bugbear = "^23.11.26" freezegun = "^1.2.2" honcho = "*" isort = "^5.12.0"