From 69e198a4f4819b310de2340397cdd9f12c8c78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:23:14 +0000 Subject: [PATCH] chore(deps-dev): update pep8-naming requirement 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.12.0...0.14.1) --- updated-dependencies: - dependency-name: pep8-naming 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 fb87d1f..c205a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ flake8-bugbear = ">=22.3,<24.0" flake8-docstrings = "^1.6" flake8-typing-imports = "^1.12" flake8-colors = "^0.1" -pep8-naming = ">=0.12,<0.14" +pep8-naming = ">=0.12,<0.15" pydocstyle = "^6.1"