From 7623f296a8e81a2feeb1e1171c8a051e1b1739d9 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:29:25 +0000 Subject: [PATCH] Update dependency pep8-naming to v0.15.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fba7e4f9549..8497009d9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ ] [project.optional-dependencies] dev = [ - "pep8-naming==0.13.0", + "pep8-naming==0.15.1", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1",