From 7e35fb33810d9ec95172792663d66df933559cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 21:06:52 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-variables-names from 0.0.5 to 0.0.6 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 147df5c1caa..25a47b73818 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,13 +811,13 @@ files = [ [[package]] name = "flake8-variables-names" -version = "0.0.5" +version = "0.0.6" description = "A flake8 extension that helps to make more readable variables names" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "flake8_variables_names-0.0.6-py3-none-any.whl", hash = "sha256:4aff935d54b3f7afcd026b4dae55029877bd05a7c507b294b45bc7bf577d7b47"}, + {file = "flake8_variables_names-0.0.6.tar.gz", hash = "sha256:292c50e4813d632aa3adcd02c185e7bb583f5fc8ebe02e70f13c958bfe46ad91"}, ] [[package]] @@ -2939,4 +2939,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "a0b0d718ba0cb54524c4cde07df02f33a712cfd7c5b10ee076e22535c61445ae" +content-hash = "f78459f6830cd9329581b17b0b987ab38ace8be8c0a5b1e4936673e611ebee7d" diff --git a/pyproject.toml b/pyproject.toml index 7552b3ab5a2..a58a01fd081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ flake8-builtins = "^2.1.0" flake8-comprehensions = "^3.13.0" flake8-debugger = "^4.0.0" flake8-fixme = "^1.1.1" -flake8-variables-names = "^0.0.5" +flake8-variables-names = "^0.0.6" flake8-black = "^0.3.6" isort = "^5.11.5" pytest-cov = "^4.1.0"