From e0eaa4fa6389ac2dc4fe9f99b51f574fbf2578ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:04:52 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.1.14 to 23.1.17 (#672) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.14 to 23.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...23.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0c04ceb1..78b6702d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==6.0.0 flake8-bandit==4.1.1 -flake8-bugbear==23.1.14 +flake8-bugbear==23.1.17 flake8-import-order==0.18.2 flake8-requirements==1.7.6 mypy==0.991; implementation_name=="cpython"