Update dependency flake8-bugbear to v22.9.23
This commit is contained in:
parent
84e9634cf4
commit
96736b21f4
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -494,7 +494,7 @@ pyflakes = ">=2.4.0,<2.5.0"
|
|||
|
||||
[[package]]
|
||||
name = "flake8-bugbear"
|
||||
version = "22.8.23"
|
||||
version = "22.9.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."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1372,7 +1372,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "adbc4338c3f7a3f3a7bef6a0d06f764ff664486f0ae9b1b0f98062cee37062f8"
|
||||
content-hash = "86297ce18dd3cafb9d85d00ca63a822e04d539d633f83eccb2e1945a18d926f8"
|
||||
|
||||
[metadata.files]
|
||||
anyascii = [
|
||||
|
@ -1665,8 +1665,8 @@ flake8 = [
|
|||
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
|
||||
]
|
||||
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.23.tar.gz", hash = "sha256:17b9623325e6e0dcdcc80ed9e4aa811287fcc81d7e03313b8736ea5733759937"},
|
||||
{file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"},
|
||||
]
|
||||
flake8-builtins = [
|
||||
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},
|
||||
|
|
|
@ -49,7 +49,7 @@ types-requests = "2.28.5"
|
|||
mypy = "0.971"
|
||||
wagtail-factories = "3.1.0"
|
||||
coverage = "6.5.0"
|
||||
flake8-bugbear = "22.8.23"
|
||||
flake8-bugbear = "22.9.23"
|
||||
flake8-builtins = "1.5.3"
|
||||
flake8-comprehensions = "3.10.0"
|
||||
flake8-mutable = "1.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue