diff --git a/poetry.lock b/poetry.lock index a2343c226..fa1204c6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,13 +1238,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.11.28" +version = "23.12.2" 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.11.28.tar.gz", hash = "sha256:0ba6c44eaa0e4782da94c5c2607159a0e73569369246cd179cc143a0e16b78ba"}, - {file = "flake8_bugbear-23.11.28-py3-none-any.whl", hash = "sha256:8d0f351d954fd860851710cd8b5b28742b2339c0e58848b103418dd9cddb9aa4"}, + {file = "flake8-bugbear-23.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"}, + {file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"}, ] [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 = "25133855a5b2dc6b13247326d81896b0062a18e6e25fa02ed891a5f8290f3138" +content-hash = "2a2d611c6fe2471a976dcd14d726dd523d06a5d521ed433ffc63544bb7b6a0d0" diff --git a/pyproject.toml b/pyproject.toml index de93dadb2..0c51cc530 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.11.28" +flake8-bugbear = "^23.12.2" freezegun = "^1.2.2" honcho = "*" isort = "^5.12.0"