From 80f2273c4b9d6b101366b13a96ca5a5a0e7dc52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:35:41 +0000 Subject: [PATCH] Update pep8-naming requirement from ~=0.13.3 to >=0.13.3,<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.13.3...0.14.1) --- updated-dependencies: - dependency-name: pep8-naming 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 e1de34c..93f3e38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,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.15.0 mypy~=1.5.1 pydocstyle~=6.3.0 coverage~=7.3.0