1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-12 00:01:48 +03:00

Merge pull request #341 from arduino/dependabot/pip/production/pep8-naming-0.12.1

Bump pep8-naming from 0.12.0 to 0.12.1
This commit is contained in:
per1234
2021-08-08 18:42:29 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -146,7 +146,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pep8-naming"
version = "0.12.0"
version = "0.12.1"
description = "Check PEP-8 naming conventions, plugin for flake8"
category = "dev"
optional = false
@ -267,7 +267,7 @@ pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "9ae8fdf92e722819b49fc41e77ef13828c21e380cf1dfb277d02f67b658b0f09"
content-hash = "0b6df3915ae7716a2a3dc4836ffc71cf7cb45f7e53f301a4ed0f9533414b1c07"
[metadata.files]
appdirs = [
@ -328,8 +328,8 @@ pathspec = [
{file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"},
]
pep8-naming = [
{file = "pep8-naming-0.12.0.tar.gz", hash = "sha256:1f9a3ecb2f3fd83240fd40afdd70acc89695c49c333413e49788f93b61827e12"},
{file = "pep8_naming-0.12.0-py2.py3-none-any.whl", hash = "sha256:2321ac2b7bf55383dd19a6a9c8ae2ebf05679699927a3af33e60dd7d337099d3"},
{file = "pep8-naming-0.12.1.tar.gz", hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841"},
{file = "pep8_naming-0.12.1-py2.py3-none-any.whl", hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37"},
]
pluggy = [
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},

View File

@ -16,7 +16,7 @@ pytest = "^6.2.4"
invoke = "^1.5.0"
black = "^21.7b0"
flake8 = "^3.9.2"
pep8-naming = "^0.12.0"
pep8-naming = "^0.12.1"
yamllint = "^1.26.2"
[build-system]