From 3e6051825ea86e7a7012de1e32b8880fede8ad9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:42:42 +0200 Subject: [PATCH] Update pep8-naming requirement from ==0.14.* to ==0.15.* (#5055) 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.0...0.15.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff553d1cd7..ea568d32ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ dev = [ "flake8==7.2.*", "freezegun", "isort==6.0.*", - "pep8-naming==0.14.*", + "pep8-naming==0.15.*", "potypo", "pytest-asyncio>=0.24", "pytest-cache",