From b3dfc459f5fec348449740d216a5afd50c1f07a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:24:25 +0200 Subject: [PATCH] Update pep8-naming requirement from ==0.13.* to ==0.14.* (#4152) 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.0...0.14.1) --- updated-dependencies: - dependency-name: pep8-naming 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 3e631af415..c6ce20ef64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ dev = [ "flake8==7.0.*", "freezegun", "isort==5.13.*", - "pep8-naming==0.13.*", + "pep8-naming==0.14.*", "potypo", "pytest-asyncio", "pytest-cache",