From e304ff127d078081c7985575a6c07fd4225551e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 20:37:20 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.6.22 to 22.7.1 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.6.22 to 22.7.1. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.6.22...22.7.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 705d78b7..ad3c2bc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,7 +495,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.6.22" +version = "22.7.1" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false @@ -2022,7 +2022,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "b832a5cb01a41cb6a957042073d8b5fc6d1aa9e339fce0a78a31cfd5db53857e" +content-hash = "5ff0bd4bf23a9b4a7a032fb7f3bb8bc120ceeb158daef43239c370b9e5438da5" [metadata.files] alabaster = [ @@ -2289,8 +2289,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.6.22.tar.gz", hash = "sha256:ac3317eba27d79dc19dcdeb7356ca1f656f0cde11d899c4551badf770f05cbef"}, - {file = "flake8_bugbear-22.6.22-py3-none-any.whl", hash = "sha256:ad2b33dbe33a6d4ca1f0037e1d156d0a89107ee63c0600e3b4f7b60e37998ac2"}, + {file = "flake8-bugbear-22.7.1.tar.gz", hash = "sha256:e450976a07e4f9d6c043d4f72b17ec1baf717fe37f7997009c8ae58064f88305"}, + {file = "flake8_bugbear-22.7.1-py3-none-any.whl", hash = "sha256:db5d7a831ef4412a224b26c708967ff816818cabae415e76b8c58df156c4b8e5"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index f0e46499..f3910fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ flake8-bandit = "^2.1.2" # 1.7.3 broke us. https://github.com/PyCQA/bandit/issues/841 bandit = "1.7.2" -flake8-bugbear = "^22.4.25" +flake8-bugbear = "^22.7.1" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.3" # flask-sqlalchemy-stubs = "^0.2"