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

Merge pull request #4550 from arduino/dependabot/pip/production/pep8-naming-0.14.1

Bump pep8-naming from 0.14.0 to 0.14.1
This commit is contained in:
per1234
2024-05-19 19:02:38 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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]