From 12fa64a5253e6516f1ea73a4b5fa810ed8def327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 06:59:50 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.8.23 to 22.9.11 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.8.23 to 22.9.11. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.8.23...22.9.11) --- 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 5c2f5a0..7ae64fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,7 +303,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.8.23" +version = "22.9.11" 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 @@ -987,7 +987,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5489853d269455d6b35e4049500cabf40b590cbc4770794f09be668e4aa730ee" +content-hash = "7b8b95f4f43df20a0ca9acc55ed1dbce30a7e36e6aa745e0a792c85f9fcc0e3a" [metadata.files] aiohttp = [ @@ -1229,8 +1229,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.8.23.tar.gz", hash = "sha256:de0717d11124a082118dd08387b34fd86b2721642ec2d8e92be66cfa5ea7c445"}, - {file = "flake8_bugbear-22.8.23-py3-none-any.whl", hash = "sha256:1b0ebe0873d1cd55bf9f1588bfcb930db339018ef44a3981a26532daa9fd14a8"}, + {file = "flake8-bugbear-22.9.11.tar.gz", hash = "sha256:39236c0e97160d1ab05d9f87422173d16e925a6220b3635bfc4aee766bf8194a"}, + {file = "flake8_bugbear-22.9.11-py3-none-any.whl", hash = "sha256:e74350a4cfc670e184f3433c223b1e7378f1cf8345ded6c8f12ac1a50c5df22b"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index fe1f255..89ad713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pyupgrade = "^2.37.3" flake8-simplify = "^0.19.3" vulture = "^2.5" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.8.23" +flake8-bugbear = "^22.9.11" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.10.0" flake8-eradicate = "^1.3.0"