From b106671cef481f968097d4885f2487de849ab807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:53:23 +0000 Subject: [PATCH] Bump pep8-naming from 0.14.0 to 0.14.1 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.14.0 to 0.14.1. - [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/compare/0.14.0...0.14.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d2073edf..7a058466a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -169,13 +169,13 @@ files = [ [[package]] name = "pep8-naming" -version = "0.14.0" +version = "0.14.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pep8-naming-0.14.0.tar.gz", hash = "sha256:c2dcf35de7731b4fe1adcea4ca97e0abf52c811b137054edd25816a34016c9cd"}, - {file = "pep8_naming-0.14.0-py3-none-any.whl", hash = "sha256:5a74972c7a0f882aa643120c8de16b5d8b8b1636a17ac04dbeaff5ce393aa8b4"}, + {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, + {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, ] [package.dependencies] @@ -336,4 +336,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c50330c78162d8bacf36535ce8ce5c3a21424fd5898f54c0aa658a730d980616" +content-hash = "5c01471e68d4f6f5014019b3f540ba81a2cbf1aed91e975e213f3459a2fc47cd" diff --git a/pyproject.toml b/pyproject.toml index 269073fec..bfe01451e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^8.2.0" invoke = "^2.2.0" black = "^24.4" flake8 = "^7.0.0" -pep8-naming = "^0.14.0" +pep8-naming = "^0.14.1" yamllint = "^1.35.1" [build-system]