From 9a27e62f6a894bbfac1cddef3d73370bb84937b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:23:41 +0000 Subject: [PATCH] Update pep8-naming requirement from ^0.13.2 to ^0.14.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.2...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 e4569ed..35a1e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-bandit = "^4.1.1" flake8-bugbear = "^24.2.6" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.3.0" -pep8-naming = "^0.13.2" +pep8-naming = "^0.14.1" darglint = "^1.8.1" reorder-python-imports = "^3.8.2" pre-commit-hooks = "^4.3.0"