From f0d55547cd4000c4e15f6d194d2adbef28078a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 04:45:54 +0000 Subject: [PATCH] Update pep8-naming requirement from ~=0.13.3 to >=0.13.3,<0.16.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.13.3...0.15.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.0 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 22a5ae9..8df3e06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ dev = flake8~=6.1.0 flake8-bugbear~=23.7.10 flake8-docstrings~=1.7.0 - pep8-naming~=0.13.3 + pep8-naming>=0.13.3,<0.16.0 mypy~=1.5.1 pydocstyle~=6.3.0 coverage~=7.3.0