From c741d84ed3a290d9cf5a673d0ef6f68a43dd2298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:30:45 +0100 Subject: [PATCH] Bump flake8-bugbear from 21.11.28 to 21.11.29 (#341) 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 7536938a..cc87f81b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,7 +312,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "21.11.28" +version = "21.11.29" 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 @@ -957,7 +957,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "79330943aa268d9a92d907b3c49705de4d7dea43aaf7dd4fe8581a284b1e9523" +content-hash = "1cbecb206fd4cdbd7accff62c5798155c8c87fb42ba205f78a3b2dc7bb89ce4a" [metadata.files] aiohttp = [ @@ -1178,8 +1178,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-21.11.28.tar.gz", hash = "sha256:5d7aad75b270ab93d64d479f4285909aaceae177b3fee482a80d2affe904ab01"}, - {file = "flake8_bugbear-21.11.28-py36.py37.py38-none-any.whl", hash = "sha256:35e6333c37d9e9806d9919acd10740cd4de111c180afe9921c8f4410fbb76e1c"}, + {file = "flake8-bugbear-21.11.29.tar.gz", hash = "sha256:8b04cb2fafc6a78e1a9d873bd3988e4282f7959bb6b0d7c1ae648ec09b937a7b"}, + {file = "flake8_bugbear-21.11.29-py36.py37.py38-none-any.whl", hash = "sha256:179e41ddae5de5e3c20d1f61736feeb234e70958fbb56ab3c28a67739c8e9a82"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index d33d1e71..51f93002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pyupgrade = "^2.29.1" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2" -flake8-bugbear = "^21.11.28" +flake8-bugbear = "^21.11.29" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.7.0" flake8-eradicate = "^1.2.0"