From d2de1c9b6b62e8a60d043791e631538ab41f1f95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:44:35 +0000 Subject: [PATCH] Update dependency flake8-bugbear to v24 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69fee48..ada9145 100644 --- a/poetry.lock +++ b/poetry.lock @@ -520,13 +520,13 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "23.12.2" +version = "24.2.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." optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-23.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"}, - {file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"}, + {file = "flake8-bugbear-24.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, + {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, ] [package.dependencies] @@ -1340,4 +1340,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "1ad25026ccb72ff4b35777268a2888c7c44ca0f6b483d0d987b6387f6305b30b" +content-hash = "034fa9161f406504a7449fb6b0aed199327c45cf19e198d2d6fd922e5f70e0a0" diff --git a/pyproject.toml b/pyproject.toml index 2c6f47d..1b9d007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ flake8 = "^6.1.0" flake8-black = "^0.3.6" isort = "^5.12.0" flake8-isort = "^6.0.0" -flake8-bugbear = "^23.7.10" +flake8-bugbear = "^24.0.0" invoke = "^2.2.0" build = "^1.0.0" poethepoet = "^0"