build(deps-dev): bump flake8-bugbear from 22.8.22 to 22.8.23 (#799)

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

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

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-08-24 04:33:09 +02:00
committed by GitHub
parent d1a1d08121
commit c3d63a207a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -387,7 +387,7 @@ tomli = "*"
[[package]] [[package]]
name = "flake8-bugbear" name = "flake8-bugbear"
version = "22.8.22" version = "22.8.23"
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
@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "8f7a655eaf4a9abb2056cfa0a390c917152fcd8b95256733bb5ca57192057254" content-hash = "2974eb45edddd2ea51b9629d6ff3940567553696a0cc2d8b0d9fee85e3da469e"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1680,8 +1680,8 @@ flake8-black = [
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"}, {file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
] ]
flake8-bugbear = [ flake8-bugbear = [
{file = "flake8-bugbear-22.8.22.tar.gz", hash = "sha256:1d240736dc93ecad9ff21e1d521283b9461d132b3ff2170569bd5ff3dacda385"}, {file = "flake8-bugbear-22.8.23.tar.gz", hash = "sha256:de0717d11124a082118dd08387b34fd86b2721642ec2d8e92be66cfa5ea7c445"},
{file = "flake8_bugbear-22.8.22-py3-none-any.whl", hash = "sha256:b5718bf5d0d28a4cfd15054f4706fc2936f7339ed8366b919a1979eb5df50764"}, {file = "flake8_bugbear-22.8.23-py3-none-any.whl", hash = "sha256:1b0ebe0873d1cd55bf9f1588bfcb930db339018ef44a3981a26532daa9fd14a8"},
] ]
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

@ -78,7 +78,7 @@ pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.81" fastapi = ">=0.70.1,<0.81"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.3.3" flake8-black = "^0.3.3"
flake8-bugbear = "^22.8.22" flake8-bugbear = "^22.8.23"
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"