From 4ffbd3fffb905313032462a51c2bf656a1163d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:14:18 +0000 Subject: [PATCH] Update pep8-naming requirement from ~=0.13.3 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.13.3...0.15.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4069364..a33840b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ dev = flake8~=7.3.0 flake8-bugbear~=24.12.12 flake8-docstrings~=1.7.0 - pep8-naming~=0.13.3 + pep8-naming~=0.15.1 mypy~=1.14.1 pydocstyle~=6.3.0 coverage~=7.3.0