From f57a9223fb7e580dd82fd99f86a50da2dc3c6523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 07:30:46 +0000 Subject: [PATCH] build(deps-dev): bump pep8-naming from 0.15.0 to 0.15.1 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.15.0 to 0.15.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.15.0...0.15.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f65e0f..241d98a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1019,14 +1019,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "pep8-naming" -version = "0.15.0" +version = "0.15.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pep8_naming-0.15.0-py3-none-any.whl", hash = "sha256:2ce36937ff0421d871a634f4a0c2af06f994fe22c9055ea9813ca72d562754da"}, - {file = "pep8_naming-0.15.0.tar.gz", hash = "sha256:a637ee5144f7585c800b1fc6eeb996fa35a2ef0f2690880a9e1b29cb9f6e8359"}, + {file = "pep8_naming-0.15.1-py3-none-any.whl", hash = "sha256:eb63925e7fd9e028c7f7ee7b1e413ec03d1ee5de0e627012102ee0222c273c86"}, + {file = "pep8_naming-0.15.1.tar.gz", hash = "sha256:f6f4a499aba2deeda93c1f26ccc02f3da32b035c8b2db9696b730ef2c9639d29"}, ] [package.dependencies] @@ -1951,4 +1951,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "dba736b1b1a7bd44b8d13763fd12d7250ea401779b2131e3e639f5ced011cab6" +content-hash = "403e1fad9f23978578c8ccb8451c96bbf62eb9e87e7745981165808c2b0b5c1b" diff --git a/pyproject.toml b/pyproject.toml index 399cba8..eed6721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ coverage = "7.8.0" pytest = "8.3.5" pytest-mock = "3.14.0" flake8 = "7.2.0" -pep8-naming = "0.15.0" +pep8-naming = "0.15.1" yamllint = "1.37.0" [tool.poetry.group.external]