Bump flake8-bugbear from 22.3.23 to 22.4.25 (#644)

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.23 to 22.4.25.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.3.23...22.4.25)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-04 09:52:14 +01:00
committed by GitHub
parent f9c2fc77e6
commit a30a923ef7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -463,7 +463,7 @@ tomli = "*"
[[package]] [[package]]
name = "flake8-bugbear" name = "flake8-bugbear"
version = "22.3.23" version = "22.4.25"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." 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" category = "dev"
optional = false optional = false
@ -1431,7 +1431,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "1502972a2bcde2cf197f164092bc26bf4f818fd92922108421a9e314e9134ec9" content-hash = "3a3a2ff9d0cb321adcee4928472f0c2331233fe025510f044827301117e09656"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1728,8 +1728,8 @@ flake8-black = [
{file = "flake8_black-0.3.2-py3-none-any.whl", hash = "sha256:9c86b24ede16a80555808c6c4779d81bc54cff57d0dd1980029c0e4b39ac8b45"}, {file = "flake8_black-0.3.2-py3-none-any.whl", hash = "sha256:9c86b24ede16a80555808c6c4779d81bc54cff57d0dd1980029c0e4b39ac8b45"},
] ]
flake8-bugbear = [ flake8-bugbear = [
{file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"},
{file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"},
] ]
flake8-builtins = [ flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},

View File

@ -84,7 +84,7 @@ pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.76" fastapi = ">=0.70.1,<0.76"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.3.2" flake8-black = "^0.3.2"
flake8-bugbear = "^22.1.11" flake8-bugbear = "^22.4.25"
flake8-import-order = "^0.18.1" flake8-import-order = "^0.18.1"
flake8-bandit = "^3.0.0" flake8-bandit = "^3.0.0"
flake8-builtins = "^1.5.3" flake8-builtins = "^1.5.3"