From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 11:00:30 +0000 (+0000) Subject: Bump flake8-bugbear from 21.4.3 to 21.9.2 (#1917) X-Git-Tag: 0.21.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c531263f42e12f2874af6666fd99ea022d3c1316;p=thirdparty%2Fhttpx.git Bump flake8-bugbear from 21.4.3 to 21.9.2 (#1917) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.4.3 to 21.9.2. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.4.3...21.9.2) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index eb7a1ef5..1d19b498 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ black==21.10b0 coverage==6.0.2 cryptography==3.4.8 flake8==3.9.2 -flake8-bugbear==21.4.3 +flake8-bugbear==21.9.2 flake8-pie==0.15.0; python_version>='3.7' isort==5.9.3 mypy==0.910