From 1247d81cc9e13ce794564cb94e75594722fd84af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:20:21 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.1.11 to 22.10.27 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 22.10.27. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.1.11...22.10.27) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31eb3ce..6812e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "bandit[toml]==1.7.4", "black==22.1.0", "check-manifest==0.48", - "flake8-bugbear==22.1.11", + "flake8-bugbear==22.10.27", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8==5.0.4",