Skip to content

Commit 730d0fb

Browse files
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](PyCQA/pep8-naming@0.12.0...0.15.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b38c665 commit 730d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flake8-bugbear = ">=22.3,<25.0"
5353
flake8-docstrings = "^1.6"
5454
flake8-typing-imports = "^1.12"
5555
flake8-colors = "^0.1"
56-
pep8-naming = ">=0.12,<0.15"
56+
pep8-naming = ">=0.12,<0.16"
5757
pydocstyle = "^6.1"
5858

5959

0 commit comments

Comments
 (0)