From a76f7f47cdc9815ea742278c0b5e953ea9f9108a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:26:58 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-bugbear from 24.2.6 to 24.4.21 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.2.6 to 24.4.21. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.4.21) --- 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 cbc3d7c..3faa840 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,13 +247,13 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.2.6" +version = "24.4.21" 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.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, - {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, + {file = "flake8_bugbear-24.4.21-py3-none-any.whl", hash = "sha256:58581060a1650f4b11344795db8a4934867d4450486319ece86d7720a9414036"}, + {file = "flake8_bugbear-24.4.21.tar.gz", hash = "sha256:d1a87b8f6ca1ed28772c36515f751ea3709e041d78bca60590a570b9cb802e55"}, ] [package.dependencies] @@ -892,4 +892,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dcecf0a57b15089da5d84e9b7ade4b59af39a210387e0f69c98ca701cc31ff1a" +content-hash = "9d35a29470fd42ef85f0780d15c682a46203f73f43c3c458cf22afe794773c3a" diff --git a/pyproject.toml b/pyproject.toml index c1128d9..75f13be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8-2020 = "^1.8.1" flake8-absolute-import = "^1.0.0.2" flake8-alfred = "^1.1.1" flake8-black = "^0.3.6" -flake8-bugbear = "^24.2.6" +flake8-bugbear = "^24.4.21" flake8-comprehensions = "^3.14.0" flake8-datetime-utcnow-plugin = "^0.1.2" flake8-datetimez = "^20.10.0"