From 6499e8fe56797502bdf4ad5ff2d586f150ede01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:03:39 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.10.27 to 22.12.6 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 22b77741..7d55967a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,7 +315,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 @@ -980,7 +980,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "01e7e6247aa5ba10e7bf443a31c04301b5477ddaec45ff51f83fc3258490ebea" +content-hash = "328fc3dcd8b7b1430cb2f5b604ba7382a5c598627c3d8e2b583ee19d8259cc0a" [metadata.files] aiohttp = [ @@ -1239,8 +1239,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 88d765ac..dd38449b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,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"