build(deps-dev): bump flake8-variables-names from 0.0.5 to 0.0.6 (#1117)
Bumps [flake8-variables-names](https://github.com/best-doctor/flake8-variables-names) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/best-doctor/flake8-variables-names/releases) - [Commits](https://github.com/best-doctor/flake8-variables-names/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: flake8-variables-names dependency-type: direct:development update-type: version-update:semver-patch ... 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
@ -884,13 +884,13 @@ flake8 = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-variables-names"
|
name = "flake8-variables-names"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
description = "A flake8 extension that helps to make more readable variables names"
|
description = "A flake8 extension that helps to make more readable variables names"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "flake8_variables_names-0.0.5-py3-none-any.whl", hash = "sha256:e3277031696bbe10b5132b49938cde1d70fcae9561533b7bd7ab8e69cb27addb"},
|
{file = "flake8_variables_names-0.0.6-py3-none-any.whl", hash = "sha256:4aff935d54b3f7afcd026b4dae55029877bd05a7c507b294b45bc7bf577d7b47"},
|
||||||
{file = "flake8_variables_names-0.0.5.tar.gz", hash = "sha256:30133e14ee2300e13a60393a00f74d98110c76070ac67d1ab91606f02824a7e1"},
|
{file = "flake8_variables_names-0.0.6.tar.gz", hash = "sha256:292c50e4813d632aa3adcd02c185e7bb583f5fc8ebe02e70f13c958bfe46ad91"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -2724,4 +2724,4 @@ sqlite = ["aiosqlite"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "c66d18e5cd3501ddd486e88b2a48cfe56055c640b92fc5493b640bb41073c75e"
|
content-hash = "3f2f9629c4a18f75c21fda1a8a034a6d68d01143c8af0db8185d1e8f9841d606"
|
||||||
|
|||||||
@ -83,7 +83,7 @@ flake8-bugbear = "^23.3.12"
|
|||||||
flake8-import-order = "^0.18.1"
|
flake8-import-order = "^0.18.1"
|
||||||
flake8-bandit = "^3.0.0"
|
flake8-bandit = "^3.0.0"
|
||||||
flake8-builtins = "^2.1.0"
|
flake8-builtins = "^2.1.0"
|
||||||
flake8-variables-names = "^0.0.5"
|
flake8-variables-names = "^0.0.6"
|
||||||
flake8-cognitive-complexity = "^0.1.0"
|
flake8-cognitive-complexity = "^0.1.0"
|
||||||
flake8-functions = "^0.0.8"
|
flake8-functions = "^0.0.8"
|
||||||
flake8-expression-complexity = "^0.0.11"
|
flake8-expression-complexity = "^0.0.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user