From c16878461c62a1a9122d0935a31e3d294d31a807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 02:49:39 +0000 Subject: [PATCH] chore(deps-dev): Update pep8-naming requirement from 0.15.0 to 0.15.1 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.15.0...0.15.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.1 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 0d7489df..744aea7b 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.15.0" +pep8-naming = "0.15.1" flake8-logging = "1.7.0" isort = "6.0.1" autopep8 = "2.3.2"