diff --git a/poetry.lock b/poetry.lock index a74d68083..9bdf8e0bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -722,13 +722,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.9.16" +version = "23.11.28" 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.28.tar.gz", hash = "sha256:0ba6c44eaa0e4782da94c5c2607159a0e73569369246cd179cc143a0e16b78ba"}, + {file = "flake8_bugbear-23.11.28-py3-none-any.whl", hash = "sha256:8d0f351d954fd860851710cd8b5b28742b2339c0e58848b103418dd9cddb9aa4"}, ] [package.dependencies] @@ -3088,4 +3088,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "d95eddcafcb307ab11f82bd9d58be9c2102541aae2dbf032316196017daa0e9b" +content-hash = "aba218ed57ec710326788e1b916016923f398e1694ca2fba113e6b9347d2ce04" diff --git a/pyproject.toml b/pyproject.toml index 56283cfd0..eba4cb1a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ black = "^23.11.0" coverage = "*" freezegun = "^1.2.2" flake8 = "^6.1.0" -flake8-bugbear = "^23.9.16" +flake8-bugbear = "^23.11.28" flake8-print = "^5.0.0" flake8-pytest-style = "^1.7.2" isort = "^5.12.0"