diff --git a/poetry.lock b/poetry.lock index 0804e8a..b5d1296 100644 --- a/poetry.lock +++ b/poetry.lock @@ -594,14 +594,14 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "23.1.20" +version = "23.2.13" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8-bugbear-23.1.20.tar.gz", hash = "sha256:55902ab5a48c5ea53d8689ecd146eda548e72f2724192b9c1d68f6d975d13c06"}, - {file = "flake8_bugbear-23.1.20-py3-none-any.whl", hash = "sha256:04a115e5f9c8e87c38bdbbcdf9f58223ffe05469c07c9a7bd8633330bc4d078b"}, + {file = "flake8-bugbear-23.2.13.tar.gz", hash = "sha256:39259814a83f33c8409417ee12dd4050c9c0bb4c8707c12fc18ae62b2f3ddee1"}, + {file = "flake8_bugbear-23.2.13-py3-none-any.whl", hash = "sha256:f136bd0ca2684f101168bba2310dec541e11aa6b252260c17dcf58d18069a740"}, ] [package.dependencies] @@ -1934,4 +1934,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4e37e4ee96c4b6e34fc69504d52acfd8bdccac1662ba385c577ed224540561bc" +content-hash = "281d79bb1e59e662f627a97f207b376ae7ad03bde3bfaf087c0e6a81f7e5c709" diff --git a/pyproject.toml b/pyproject.toml index 6a390ff..af08759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pyupgrade = "^3.3.1" flake8-simplify = "^0.19.3" vulture = "^2.7" flake8-bandit = "^3.0.0" -flake8-bugbear = "^23.1.20" +flake8-bugbear = "^23.2.13" flake8-builtins = "^2.1.0" flake8-comprehensions = "^3.10.1" flake8-eradicate = "^1.4.0"