From dc18202322560cc13c1420c81b25b78fec1cd3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:32:26 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.3.23 to 22.4.25 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.23 to 22.4.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.3.23...22.4.25) --- 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 7668b35d..4ea1495c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,7 +308,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.3.23" +version = "22.4.25" 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 @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "051da6e80b3a6188b73d2c3d853d9663782e11097578d96731bb223892df39b9" +content-hash = "12321df2ab03b06fb3253784f7f024c7c5e1105178e727a209668052836e4abd" [metadata.files] aiohttp = [ @@ -1188,8 +1188,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, - {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, + {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"}, + {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 6cb7aed0..2be99992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pyupgrade = "^2.32.0" flake8-simplify = "^0.19.2" vulture = "^2.3" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.3.23" +flake8-bugbear = "^22.4.25" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.8.0" flake8-eradicate = "^1.2.1"