diff --git a/poetry.lock b/poetry.lock index 19a0f041..c286173e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,7 +312,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.1.11" +version = "22.3.20" 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 @@ -950,7 +950,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4e8f7684e4dddf227faffd5279547464724ea4783adbde7ec28d8bce84932c88" +content-hash = "ca4a8104cfae470a27fa00a0fc33bfd35df4b26210c9d0cba5c2030180e2c53b" [metadata.files] aiohttp = [ @@ -1187,8 +1187,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.1.11.tar.gz", hash = "sha256:4c2a4136bd4ecb8bf02d5159af302ffc067642784c9d0488b33ce4610da825ee"}, - {file = "flake8_bugbear-22.1.11-py3-none-any.whl", hash = "sha256:ce7ae44aaaf67ef192b8a6de94a5ac617144e1675ad0654fdea556f48dc18d9b"}, + {file = "flake8-bugbear-22.3.20.tar.gz", hash = "sha256:152e64a86f6bff6e295d630ccc993f62434c1fd2b20d2fae47547cb1c1b868e0"}, + {file = "flake8_bugbear-22.3.20-py3-none-any.whl", hash = "sha256:19fe179ee3286e16198603c438788e2949e79f31d653f0bdb56d53fb69217bd0"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index f7c04969..c3d87995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pyupgrade = "^2.31.1" flake8-simplify = "^0.18.1" vulture = "^2.3" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.1.11" +flake8-bugbear = "^22.3.20" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.8.0" flake8-eradicate = "^1.2.0"