From 099b9fadc6449978484dc3dbb7b6e7a077e253f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:31:53 +0000 Subject: [PATCH] build(deps-dev): bump flake8-bugbear from 24.4.26 to 24.8.19 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.4.26 to 24.8.19. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.8.19) --- 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 cc222ba..c1393fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,13 +458,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.4.26" +version = "24.8.19" 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-24.4.26-py3-none-any.whl", hash = "sha256:cb430dd86bc821d79ccc0b030789a9c87a47a369667f12ba06e80f11305e8258"}, - {file = "flake8_bugbear-24.4.26.tar.gz", hash = "sha256:ff8d4ba5719019ebf98e754624c30c05cef0dadcf18a65d91c7567300e52a130"}, + {file = "flake8_bugbear-24.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, + {file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, ] [package.dependencies] @@ -1269,4 +1269,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "deb9a542b4b201fc4312fba843e066a91146fc0c06cf8d2da17f2a23f98895eb" +content-hash = "d4ac4797cffaa210f9ee77142d19e5a8cd3918c6c37cb9bfb3d0e33971175b50" diff --git a/pyproject.toml b/pyproject.toml index 3ae3519..887054e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voluptuous = ">=0.12" black = "24.8.0" coveralls = "^3" flake8 = { version = "^7", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^24.4.26", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^24.8.19", python = ">=3.8.1,<4.0" } pep8-naming = "^0.14.1" pytest = "^8.3.2" pytest-asyncio = "^0.23"