build(deps-dev): bump flake8-bugbear from 22.8.23 to 22.9.11 (#826)

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

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

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

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-09-12 04:24:14 +02:00
committed by GitHub
parent 90f49262e9
commit df8946354f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -383,7 +383,7 @@ tomli = "*"
[[package]]
name = "flake8-bugbear"
version = "22.8.23"
version = "22.9.11"
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
@ -1408,7 +1408,7 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "0d01fd1b92888994617775f9e42e6947d8c345b68b6c93a696301bba6132dbe8"
content-hash = "2cf16cf9874433c3442f4ad7f4a352c7bf8db918708d5c28baefad36f7ca80ce"
[metadata.files]
aiomysql = [
@ -1707,8 +1707,8 @@ flake8-black = [
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
]
flake8-bugbear = [
{file = "flake8-bugbear-22.8.23.tar.gz", hash = "sha256:de0717d11124a082118dd08387b34fd86b2721642ec2d8e92be66cfa5ea7c445"},
{file = "flake8_bugbear-22.8.23-py3-none-any.whl", hash = "sha256:1b0ebe0873d1cd55bf9f1588bfcb930db339018ef44a3981a26532daa9fd14a8"},
{file = "flake8-bugbear-22.9.11.tar.gz", hash = "sha256:39236c0e97160d1ab05d9f87422173d16e925a6220b3635bfc4aee766bf8194a"},
{file = "flake8_bugbear-22.9.11-py3-none-any.whl", hash = "sha256:e74350a4cfc670e184f3433c223b1e7378f1cf8345ded6c8f12ac1a50c5df22b"},
]
flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},

View File

@ -78,7 +78,7 @@ pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.83"
flake8 = "^3.9.2"
flake8-black = "^0.3.3"
flake8-bugbear = "^22.8.23"
flake8-bugbear = "^22.9.11"
flake8-import-order = "^0.18.1"
flake8-bandit = "^3.0.0"
flake8-builtins = "^1.5.3"