From 5d3d49878c77b5491cad9ffb61b4649b80334f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:15:59 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.1.16 to 24.1.17 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.1.16 to 24.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.16...24.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... 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 d5929205..ce0d7da2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==7.0.0 flake8-bandit==4.1.1 -flake8-bugbear==24.1.16 +flake8-bugbear==24.1.17 flake8-import-order==0.18.2 flake8-requirements==2.0.1 mypy==1.8.0; implementation_name=="cpython"