From c6ba50a63987f088c81c9a10add5495767c34766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 16:29:58 +0200 Subject: [PATCH] Update pep8-naming requirement from ==0.12.* to ==0.13.* (#3260) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfe18de74b..9e57561c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ dev = [ "freezegun", "isort==5.12.*", "oauthlib==3.2.*", - "pep8-naming==0.12.*", + "pep8-naming==0.13.*", "potypo", "pycodestyle==2.10.*", "pyflakes==3.0.*",