From 78eb43f96ce1c94d778b7c81baba7c8c87694cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:21:19 +0000 Subject: [PATCH] Bump flake8-bugbear from 21.9.2 to 21.11.28 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.9.2...21.11.28) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5ed9392..47a8d434 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,7 +336,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "21.9.2" +version = "21.11.28" 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 @@ -347,7 +347,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "black", "hypothesis", "hypothesmith"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] [[package]] name = "flake8-builtins" @@ -989,7 +989,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "f4c9f59a401f85c8dc48c48f4e950dc960650a54cd23cc7467dfed730e6c8d20" +content-hash = "bc4ede1190a6e8556df2f064c279ce13720ded007c0be19604fd9b83e5252a94" [metadata.files] aiohttp = [ @@ -1222,8 +1222,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-21.9.2.tar.gz", hash = "sha256:db9a09893a6c649a197f5350755100bb1dd84f110e60cf532fdfa07e41808ab2"}, - {file = "flake8_bugbear-21.9.2-py36.py37.py38-none-any.whl", hash = "sha256:4f7eaa6f05b7d7ea4cbbde93f7bcdc5438e79320fa1ec420d860c181af38b769"}, + {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"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 4a6faaae..2c613e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pyupgrade = "^2.29.1" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2" -flake8-bugbear = "^21.9.2" +flake8-bugbear = "^21.11.28" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.7.0" flake8-eradicate = "^1.2.0"