From 754783be614fb12abb992c48a6bc9587eb606b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:11:56 +0000 Subject: [PATCH] chore(deps-dev): Update pep8-naming requirement from 0.14.1 to 0.15.0 Updates the requirements on [pep8-naming](https://github.com/PyCQA/pep8-naming) to permit the latest version. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.14.1...0.15.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.0 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 96fb8507..f18ad6df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ flake8-copyright-validator = "^0.0.1" flake8-isort = "6.1.2" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" -pep8-naming = "0.14.1" +pep8-naming = "0.15.0" flake8-logging = "1.7.0" isort = "6.0.1" autopep8 = "2.3.2"