Skip to content

Commit 3e09b78

Browse files
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](PyCQA/pep8-naming@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] <support@github.com>
1 parent 21ace18 commit 3e09b78

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
@@ -58,7 +58,7 @@ flake8-unused-arguments = "^0.0.12"
5858
flake8-use-fstring = "^1.4"
5959
flake8-use-pathlib = "^0.3.0"
6060
flake8-variables-names = "^0.0.5"
61-
pep8-naming = "^0.13.3"
61+
pep8-naming = "^0.15.1"
6262
aws-lambda-typing = "^2.16.3"
6363
safety = "^2.3.5"
6464
pylic = "^3.4.0"

0 commit comments

Comments
 (0)