From b5514a92c489d109bf8c1c6c5089392a01304139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:04:06 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.10.31 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.10.31 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12) --- 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 3e674d7b..4b5d3621 100644 --- a/poetry.lock +++ b/poetry.lock @@ -786,13 +786,13 @@ flake8 = ">=5.0.0" [[package]] name = "flake8-bugbear" -version = "24.10.31" +version = "24.12.12" 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.10.31-py3-none-any.whl", hash = "sha256:cccf786ccf9b2e1052b1ecfa80fb8f80832d0880425bcbd4cd45d3c8128c2683"}, - {file = "flake8_bugbear-24.10.31.tar.gz", hash = "sha256:435b531c72b27f8eff8d990419697956b9fd25c6463c5ba98b3991591de439db"}, + {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, + {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, ] [package.dependencies] @@ -2591,4 +2591,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "a6fa0ac476ddd9edd28514c3f68a18d7fc0b0afaa4ba2d011c5e6f34a5e9c3b6" +content-hash = "feef2e57f6f52ec5a35982cc07e61db242a2f4b1ada362136bd110d2b712cd06" diff --git a/pyproject.toml b/pyproject.toml index d6d8cf58..f61fdeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pre-commit = "^3.5.0" flake8 = "^7.1.1" black = "^24.8.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.10.31" +flake8-bugbear = "^24.12.12" flake8-docstrings = "^1.7.0" flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.14.1"