From 80c2a7ae8e757cb7e387351953e6a180e3e67283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:59:20 +0100 Subject: [PATCH] Bump flake8-bugbear from 22.10.27 to 22.12.6 (#220) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07dfaab..a1edfb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,7 +327,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.10.27" +version = "22.12.6" 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 @@ -1009,7 +1009,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "9c7ae423078fd4564de33408ae741fc1560ad9125b7f8bc551e3f84be3cd26b2" +content-hash = "780262e71a00d1c80fa860954588d7148b00de45796251d5c87510e39bea022b" [metadata.files] aiohttp = [ @@ -1272,8 +1272,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"}, - {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, + {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, + {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, ] flake8-builtins = [ {file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"}, diff --git a/pyproject.toml b/pyproject.toml index 13c3a21..7f51b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pyupgrade = "^3.3.0" flake8-simplify = "^0.19.3" vulture = "^2.6" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.10.27" +flake8-bugbear = "^22.12.6" flake8-builtins = "^2.0.1" flake8-comprehensions = "^3.10.1" flake8-eradicate = "^1.4.0"