1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00

Merge pull request #3137 from arduino/dependabot/pip/production/flake8-6.1.0

Bump flake8 from 6.0.0 to 6.1.0
This commit is contained in:
per1234
2023-07-30 19:04:55 -07:00
committed by GitHub
2 changed files with 15 additions and 15 deletions

28
poetry.lock generated
View File

@ -87,19 +87,19 @@ test = ["pytest (>=6)"]
[[package]]
name = "flake8"
version = "6.0.0"
version = "6.1.0"
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
python-versions = ">=3.8.1"
files = [
{file = "flake8-6.0.0-py2.py3-none-any.whl", hash = "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7"},
{file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"},
{file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"},
{file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"},
]
[package.dependencies]
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.10.0,<2.11.0"
pyflakes = ">=3.0.0,<3.1.0"
pycodestyle = ">=2.11.0,<2.12.0"
pyflakes = ">=3.1.0,<3.2.0"
[[package]]
name = "iniconfig"
@ -212,24 +212,24 @@ dev = ["pre-commit", "tox"]
[[package]]
name = "pycodestyle"
version = "2.10.0"
version = "2.11.0"
description = "Python style guide checker"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.8"
files = [
{file = "pycodestyle-2.10.0-py2.py3-none-any.whl", hash = "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"},
{file = "pycodestyle-2.10.0.tar.gz", hash = "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053"},
{file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"},
{file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"},
]
[[package]]
name = "pyflakes"
version = "3.0.1"
version = "3.1.0"
description = "passive checker of Python programs"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.8"
files = [
{file = "pyflakes-3.0.1-py2.py3-none-any.whl", hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf"},
{file = "pyflakes-3.0.1.tar.gz", hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"},
{file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"},
{file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"},
]
[[package]]
@ -336,4 +336,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "1c4af57c5f1aee1f84ae10073a5c22cb4c9bfd843faadb68dc7206874d3f580b"
content-hash = "c7bd377bb821661d34879720134f74e752f7f093a41d530ab2a687218d7e7737"

View File

@ -15,7 +15,7 @@ python = "^3.9"
pytest = "^7.4.0"
invoke = "^2.2.0"
black = "^23.7"
flake8 = "^6.0.0"
flake8 = "^6.1.0"
pep8-naming = "^0.13.3"
yamllint = "^1.32.0"