From 2d693cbd423061cf76a533f1b60fbf7a442870fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 17:21:53 -0700 Subject: [PATCH] build(deps-dev): bump flake8-bugbear from 23.3.23 to 23.5.9 (#255) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.3.23 to 23.5.9. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.3.23...23.5.9) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73b5bf3..ab0c212 100644 --- a/poetry.lock +++ b/poetry.lock @@ -363,14 +363,14 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-bugbear" -version = "23.3.23" +version = "23.5.9" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-23.3.23.tar.gz", hash = "sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d"}, - {file = "flake8_bugbear-23.3.23-py3-none-any.whl", hash = "sha256:8a218d13abd6904800970381057ce8e72cde8eea743240c4ef3ede4dd0bc9cfb"}, + {file = "flake8-bugbear-23.5.9.tar.gz", hash = "sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86"}, + {file = "flake8_bugbear-23.5.9-py3-none-any.whl", hash = "sha256:631fa927fbc799e8ca636b849dd7dfc304812287137b6ecb3277821f028bee40"}, ] [package.dependencies] @@ -998,4 +998,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "01d2badaa354bf863cc0d7ca736b06a6d03ceae84d19a617b9799cccba00179d" +content-hash = "784110b5c4bf7ae7bbe217578be18ccde7b5b8ac23af600305565a25baf9d55b" diff --git a/pyproject.toml b/pyproject.toml index af5bf47..fb297e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" } black = "23.3.0" coveralls = "^3" flake8 = { version = "^6", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^23.3.23", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^23.5.9", python = ">=3.8.1,<4.0" } pep8-naming = "~0.13" pytest = "^7" pytest-cov = "^4"