From 1fd59557fa443f8d46c838f01c1aa9e1d455cfb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:48:44 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.5.9 to 23.6.5 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.5.9 to 23.6.5. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.5.9...23.6.5) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f958504..59ed3df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,13 +382,13 @@ flake8 = ">=5.0.0" [[package]] name = "flake8-bugbear" -version = "23.5.9" +version = "23.6.5" 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-23.5.9.tar.gz", hash = "sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86"}, - {file = "flake8_bugbear-23.5.9-py3-none-any.whl", hash = "sha256:631fa927fbc799e8ca636b849dd7dfc304812287137b6ecb3277821f028bee40"}, + {file = "flake8-bugbear-23.6.5.tar.gz", hash = "sha256:8631e1071c9d85d24a615f235565c16c9a2ac57add4a14636d331bf9f4ef14fa"}, + {file = "flake8_bugbear-23.6.5-py3-none-any.whl", hash = "sha256:1d9eae6d262a3823765f4579cdab169963d1d2288b02f0f5c6e829b03dded509"}, ] [package.dependencies] @@ -1547,5 +1547,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.15" -content-hash = "6d3f662fd734395e7d2ffca4b0b7a72993362508028880fd0fa107d5d0042f6a" - +content-hash = "0f6c8cba3ac1808b0179bb151be64eba9ae119c7bcc035f2013958ec6b07649a" diff --git a/pyproject.toml b/pyproject.toml index f0f9a8a..5bc2979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit = "^3.3.3" black = "^23.3.0" flake8 = "^6.0.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^23.5.9" +flake8-bugbear = "^23.6.5" flake8-docstrings = "^1.7.0" flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.13.3"