From 9cf08b3fa5b5d661be4a72e01fbaad7c1beca3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 01:09:26 +0000 Subject: [PATCH] Bump pep8-naming from 0.13.3 to 0.14.0 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.3 to 0.14.0. - [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/commits) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f3ba9f239..e2017af2b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -32,7 +32,7 @@ PyYAML==6.0.1 flake8==6.0.0 flake8-docstrings==1.7.0 flake8-quotes==3.4.0 -pep8-naming==0.13.3 +pep8-naming==0.14.0 # Other pytz==2022.7.1