From 3e09b783a18e0ca1d266d578f43bd8a9186f2868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:33 +0000 Subject: [PATCH] build(deps-dev): update pep8-naming requirement from ^0.13.3 to ^0.15.1 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.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 260bf403..9f3b882e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ flake8-unused-arguments = "^0.0.12" flake8-use-fstring = "^1.4" flake8-use-pathlib = "^0.3.0" flake8-variables-names = "^0.0.5" -pep8-naming = "^0.13.3" +pep8-naming = "^0.15.1" aws-lambda-typing = "^2.16.3" safety = "^2.3.5" pylic = "^3.4.0"