From 97c610c6673f2961008372c5fcfcaa88d2a0ae99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:27:08 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.8.19 to 24.10.31 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.8.19 to 24.10.31. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.10.31) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... 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 b351b49..c1c3c68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -364,17 +364,17 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.8.19" +version = "24.10.31" 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.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, - {file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, + {file = "flake8_bugbear-24.10.31-py3-none-any.whl", hash = "sha256:cccf786ccf9b2e1052b1ecfa80fb8f80832d0880425bcbd4cd45d3c8128c2683"}, + {file = "flake8_bugbear-24.10.31.tar.gz", hash = "sha256:435b531c72b27f8eff8d990419697956b9fd25c6463c5ba98b3991591de439db"}, ] [package.dependencies] -attrs = ">=19.2.0" +attrs = ">=22.2.0" flake8 = ">=6.0.0" [package.extras] @@ -973,4 +973,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "315a42e84c9b79bba4fa59579476b345766225f424435f38df0540c96d008786" +content-hash = "75cb7c797fb90a8779a463062d8b1f662f527dcb1242c4a8c27c3dc627ef6bbc" diff --git a/pyproject.toml b/pyproject.toml index fee8208..4f056e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" } black = "24.8.0" coveralls = "^3" flake8 = { version = "^7", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^24.8.19", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^24.10.31", python = ">=3.8.1,<4.0" } pep8-naming = "~0.14" pytest = "^8" pytest-cov = "^5"