diff --git a/poetry.lock b/poetry.lock index 49678003c36..2787df118c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -753,14 +753,14 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "23.2.13" +version = "23.3.12" 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.2.13.tar.gz", hash = "sha256:39259814a83f33c8409417ee12dd4050c9c0bb4c8707c12fc18ae62b2f3ddee1"}, - {file = "flake8_bugbear-23.2.13-py3-none-any.whl", hash = "sha256:f136bd0ca2684f101168bba2310dec541e11aa6b252260c17dcf58d18069a740"}, + {file = "flake8-bugbear-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"}, + {file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"}, ] [package.dependencies] @@ -3017,4 +3017,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "2665c30fa9bb49734af5806b56b83f5e8059b11e603f853e2628cc28c16aff02" +content-hash = "4e46900d7bf2d8409bbc2612c1033458df14de509d0545fb688f082fd8760596" diff --git a/pyproject.toml b/pyproject.toml index 9678f0b5c5b..1961371636b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ bandit = "^1.7.5" radon = "^5.1.0" xenon = "^0.9.0" flake8-eradicate = "^1.2.1" -flake8-bugbear = "^23.2.13" +flake8-bugbear = "^23.3.12" mkdocs-git-revision-date-plugin = "^0.3.2" mike = "^1.1.2" retry = "^0.9.2"