From 2ebcaf2e736e6cf5d614696e2a10c75a711f5208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:54:47 +0000 Subject: [PATCH] build(deps-dev): update flake8-variables-names requirement Updates the requirements on [flake8-variables-names](https://github.com/best-doctor/flake8-variables-names) to permit the latest version. - [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-version: 0.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 260bf403..ffe8a8e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ flake8-typing-imports = "^1.14.0" flake8-unused-arguments = "^0.0.12" flake8-use-fstring = "^1.4" flake8-use-pathlib = "^0.3.0" -flake8-variables-names = "^0.0.5" +flake8-variables-names = "^0.0.6" pep8-naming = "^0.13.3" aws-lambda-typing = "^2.16.3" safety = "^2.3.5"