Skip to content

Commit

Permalink
Update pep8-naming requirement from ~=0.13.2 to ~=0.14.1
Browse files Browse the repository at this point in the history
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.13.2...0.14.1)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 8023387 commit 5c5544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ lint = [
'flake8-quotes~=3.4.0',
'flake8-string-format==0.3.0',
'flake8~=7.1.1',
'pep8-naming~=0.13.2',
'pep8-naming~=0.14.1',
'pep8~=1.7.1',
'toml~=0.10.2',
]
Expand Down

0 comments on commit 5c5544c

Please sign in to comment.