build(deps-dev): bump flake8-bugbear from 22.10.25 to 22.10.27 (#904)
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.25 to 22.10.27. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.25...22.10.27) --- 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -394,7 +394,7 @@ tomli = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-bugbear"
|
||||
version = "22.10.25"
|
||||
version = "22.10.27"
|
||||
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
|
||||
@ -1415,7 +1415,7 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "fadfe56180c22ae65d13fbfb890173cd7c3ec5c4207244201a16958e76c6e4a7"
|
||||
content-hash = "5275edf4a247c5c0cc4df56baa074b30e5ce7c991693e604cf1937d0b58a4cae"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -1725,8 +1725,8 @@ flake8-black = [
|
||||
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
|
||||
]
|
||||
flake8-bugbear = [
|
||||
{file = "flake8-bugbear-22.10.25.tar.gz", hash = "sha256:89e51284eb929fbb7f23fbd428491e7427f7cdc8b45a77248daffe86a039d696"},
|
||||
{file = "flake8_bugbear-22.10.25-py3-none-any.whl", hash = "sha256:584631b608dc0d7d3f9201046d5840a45502da4732d5e8df6c7ac1694a91cb9e"},
|
||||
{file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},
|
||||
{file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"},
|
||||
]
|
||||
flake8-builtins = [
|
||||
{file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"},
|
||||
|
||||
@ -78,7 +78,7 @@ pytest-asyncio = "^0.20.1"
|
||||
fastapi = ">=0.70.1,<0.86"
|
||||
flake8 = "^3.9.2"
|
||||
flake8-black = "^0.3.3"
|
||||
flake8-bugbear = "^22.10.25"
|
||||
flake8-bugbear = "^22.10.27"
|
||||
flake8-import-order = "^0.18.1"
|
||||
flake8-bandit = "^3.0.0"
|
||||
flake8-builtins = "^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user