From 5a22d85d29632e6771b18825e30d9a75a66b770e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:57:18 +0000 Subject: [PATCH 1/3] Update flake8-bugbear requirement from <24.0,>=23.0 to >=23.0,<25.0 Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...24.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b7d2554..a3363c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ bandit[toml] >=1.0, <2.0 black >=23.0, <24.0 flake8 >=7.0, <8.0 flake8-bandit >=4.0, <5.0 -flake8-bugbear >=23.0, <24.0 +flake8-bugbear >=23.0, <25.0 flake8-builtins >=2.0, <3.0 flake8-comprehensions >=3.0, <4.0 flake8-docstrings >=1.0, <2.0 From a1dcaed86c4b565b2fd3e3463862c905378b9bb7 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:02:17 +0100 Subject: [PATCH 2/3] [requirements-dev.txt]: Update flake8-bugbear Update flake8-bugbear from `>=23.0, <25.0` to `>=24.0, <25.0`. --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a3363c6..8aa0e8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ bandit[toml] >=1.0, <2.0 black >=23.0, <24.0 flake8 >=7.0, <8.0 flake8-bandit >=4.0, <5.0 -flake8-bugbear >=23.0, <25.0 +flake8-bugbear >=24.0, <25.0 flake8-builtins >=2.0, <3.0 flake8-comprehensions >=3.0, <4.0 flake8-docstrings >=1.0, <2.0 From 3df223313c00bb3f5177d7fa52a4eefd3d456746 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:03:23 +0100 Subject: [PATCH 3/3] [.pre-commit-config.yaml]: Update flake8-bugbear Update flake8-bugbear from `>=23.0, <24.0` to `>=24.0, <25.0`. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a6cbe2..3a85d0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -182,7 +182,7 @@ repos: # Required Flake8 plugins. # Keep in sync with `requirements-dev.txt` and `.flake8`! - "flake8-bandit >=4.0, <5.0" - - "flake8-bugbear >=23.0, <24.0" + - "flake8-bugbear >=24.0, <25.0" - "flake8-builtins >=2.0, <3.0" - "flake8-comprehensions >=3.0, <4.0" - "flake8-docstrings >=1.0, <2.0"