From a6e082902157b55a9fc1d7b8740e0a6669347ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:56:26 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.7.10 to 24.1.17 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.7.10 to 24.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.7.10...24.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... 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 6a08d84..8fbdef1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "anyio" @@ -301,13 +301,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.7.10" +version = "24.1.17" 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.7.10.tar.gz", hash = "sha256:0ebdc7d8ec1ca8bd49347694562381f099f4de2f8ec6bda7a7dca65555d9e0d4"}, - {file = "flake8_bugbear-23.7.10-py3-none-any.whl", hash = "sha256:d99d005114020fbef47ed5e4aebafd22f167f9a0fbd0d8bf3c9e90612cb25c34"}, + {file = "flake8-bugbear-24.1.17.tar.gz", hash = "sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7"}, + {file = "flake8_bugbear-24.1.17-py3-none-any.whl", hash = "sha256:46cc840ddaed26507cd0ada530d1526418b717ee76c9b5dfdbd238b5eab34139"}, ] [package.dependencies] @@ -812,4 +812,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "c91ef0571903d611c4fc46919b37c0beac5bae945b9ea5ce315b928c6e17b273" +content-hash = "e370b0b7331ec941119b2b5867fdd7690df794c9a55d390ac352aadbd16fdbf1" diff --git a/pyproject.toml b/pyproject.toml index ffcafe8..465710f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ structlog = "^23.1.0" # Linting black = "^23.7.0" flake8 = "^6.1.0" -flake8-bugbear = "^23.7.10" +flake8-bugbear = ">=23.7.10,<25.0.0" isort = "^5.9.3" # Testing