From c6421985c42955a097c1cacf75c38e21986f4cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:27:21 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.11.28 to 23.12.2 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.11.28 to 23.12.2. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... 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 2dcbf0e2..1a1c145b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==6.1.0 flake8-bandit==4.1.1 -flake8-bugbear==23.11.28 +flake8-bugbear==23.12.2 flake8-import-order==0.18.2 flake8-requirements==2.0.1 mypy==1.7.1; implementation_name=="cpython"