From ea4862fd8cd5d6096dababf665aed456786faa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:21:41 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-variables-names from 0.0.4 to 0.0.5 Bumps [flake8-variables-names](https://github.com/best-doctor/flake8-variables-names) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/best-doctor/flake8-variables-names/releases) - [Commits](https://github.com/best-doctor/flake8-variables-names/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: flake8-variables-names dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 +++++------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd416f5e3e3..f3e79d281ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -443,14 +443,11 @@ test = ["pytest-cov"] [[package]] name = "flake8-variables-names" -version = "0.0.4" +version = "0.0.5" description = "A flake8 extension that helps to make more readable variables names" category = "dev" optional = false -python-versions = "*" - -[package.dependencies] -setuptools = "*" +python-versions = ">=3.7" [[package]] name = "future" @@ -1529,7 +1526,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "78d574666c1b004d5469cbdd22acba5c1da5577dac11dae703bdef4f4e6e419a" +content-hash = "026b049a610e7643a180c269a4d323b203e9f5737efbeea23f78ca7594010a5d" [metadata.files] attrs = [ @@ -1737,7 +1734,8 @@ flake8-isort = [ {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, ] flake8-variables-names = [ - {file = "flake8_variables_names-0.0.4.tar.gz", hash = "sha256:d6fa0571a807c72940b5773827c5760421ea6f8206595ff0a8ecfa01e42bf2cf"}, + {file = "flake8_variables_names-0.0.5-py3-none-any.whl", hash = "sha256:e3277031696bbe10b5132b49938cde1d70fcae9561533b7bd7ab8e69cb27addb"}, + {file = "flake8_variables_names-0.0.5.tar.gz", hash = "sha256:30133e14ee2300e13a60393a00f74d98110c76070ac67d1ab91606f02824a7e1"}, ] future = [ {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, diff --git a/pyproject.toml b/pyproject.toml index 4c1071485bd..becdd1d263c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8-comprehensions = "^3.7.0" flake8-debugger = "^4.0.0" flake8-fixme = "^1.1.1" flake8-isort = "^4.1.2" -flake8-variables-names = "^0.0.4" +flake8-variables-names = "^0.0.5" flake8-black = "^0.3.3" isort = "^5.10.1" pytest-cov = "^4.0.0"