From 979dede800675686af17b28fb764040ce915ae18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 21:43:34 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.12.6 to 23.1.20 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 23.1.20. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.12.6...23.1.20) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... 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 fe4293a1..6aa42832 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,14 +246,14 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "23.1.20" 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 python-versions = ">=3.7" files = [ - {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, - {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, + {file = "flake8-bugbear-23.1.20.tar.gz", hash = "sha256:55902ab5a48c5ea53d8689ecd146eda548e72f2724192b9c1d68f6d975d13c06"}, + {file = "flake8_bugbear-23.1.20-py3-none-any.whl", hash = "sha256:04a115e5f9c8e87c38bdbbcdf9f58223ffe05469c07c9a7bd8633330bc4d078b"}, ] [package.dependencies] @@ -261,7 +261,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "flake8-comprehensions" @@ -1174,4 +1174,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c2571f5f71c24e78b6f3ad4bbfe4f08bbf9daf64a1849b80d2bf185e6dc119a7" +content-hash = "d76733de7f865c928d35ad283ee53b01a2f3827eb11c38a5338f84b9ca76623d" diff --git a/pyproject.toml b/pyproject.toml index de8a3c2a..1f31876c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ types-requests = "^2.27.7" black = "^22.12" codespell = "^2.2.2" flake8 = "^5.0.4" -flake8-bugbear = "^22.12.6" +flake8-bugbear = "^23.1.20" flake8-comprehensions = "^3.10.1" flake8-docstrings = "^1.6.0" flake8-simplify = "^0.19.3"