build(deps-dev): bump flake8-bugbear from 22.10.27 to 22.12.6 (#953)
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -397,7 +397,7 @@ develop = ["build", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "flake8-bugbear"
|
||||
version = "22.10.27"
|
||||
version = "22.12.6"
|
||||
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
|
||||
@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "c4b0ce024b36c6ca43aae788f056b99edbff1656b9419be2d5df5ff1f761ffdf"
|
||||
content-hash = "b2c0ef687e9472278d8aa1ef608e26097dcfc68d99fc4b555490a82f90b3fb63"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -1764,8 +1764,8 @@ flake8-black = [
|
||||
{file = "flake8_black-0.3.5-py3-none-any.whl", hash = "sha256:4948a579fdddd98fbf935fd94255dfcfce560c4ddc1ceee08e3f12d6114c8619"},
|
||||
]
|
||||
flake8-bugbear = [
|
||||
{file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},
|
||||
{file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"},
|
||||
{file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"},
|
||||
{file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"},
|
||||
]
|
||||
flake8-builtins = [
|
||||
{file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"},
|
||||
|
||||
@ -78,7 +78,7 @@ pytest-asyncio = "^0.20.3"
|
||||
fastapi = ">=0.70.1,<0.86"
|
||||
flake8 = "^3.9.2"
|
||||
flake8-black = "^0.3.5"
|
||||
flake8-bugbear = "^22.10.27"
|
||||
flake8-bugbear = "^22.12.6"
|
||||
flake8-import-order = "^0.18.1"
|
||||
flake8-bandit = "^3.0.0"
|
||||
flake8-builtins = "^2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user