1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-28 02:41:51 +03:00

Merge pull request #4524 from arduino/dependabot/pip/production/pep8-naming-0.14.0

Bump pep8-naming from 0.13.3 to 0.14.0
This commit is contained in:
per1234
2024-05-17 18:14:12 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -169,13 +169,13 @@ files = [
[[package]]
name = "pep8-naming"
version = "0.13.3"
version = "0.14.0"
description = "Check PEP-8 naming conventions, plugin for flake8"
optional = false
python-versions = ">=3.7"
files = [
{file = "pep8-naming-0.13.3.tar.gz", hash = "sha256:1705f046dfcd851378aac3be1cd1551c7c1e5ff363bacad707d43007877fa971"},
{file = "pep8_naming-0.13.3-py3-none-any.whl", hash = "sha256:1a86b8c71a03337c97181917e2b472f0f5e4ccb06844a0d6f0a33522549e7a80"},
{file = "pep8-naming-0.14.0.tar.gz", hash = "sha256:c2dcf35de7731b4fe1adcea4ca97e0abf52c811b137054edd25816a34016c9cd"},
{file = "pep8_naming-0.14.0-py3-none-any.whl", hash = "sha256:5a74972c7a0f882aa643120c8de16b5d8b8b1636a17ac04dbeaff5ce393aa8b4"},
]
[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 = "0d990b2d288e4d91d90f7fe013c4d411449d954a799b29dcc2aa1f5006fb3ecb"
content-hash = "c50330c78162d8bacf36535ce8ce5c3a21424fd5898f54c0aa658a730d980616"

View File

@ -16,7 +16,7 @@ pytest = "^8.2.0"
invoke = "^2.2.0"
black = "^24.4"
flake8 = "^7.0.0"
pep8-naming = "^0.13.3"
pep8-naming = "^0.14.0"
yamllint = "^1.35.1"
[build-system]