You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-08-08 20:02:10 +03:00
Merge pull request #4938 from arduino/dependabot/pip/production/flake8-7.1.1
Bump flake8 from 7.1.0 to 7.1.1
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -87,13 +87,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "flake8"
|
||||
version = "7.1.0"
|
||||
version = "7.1.1"
|
||||
description = "the modular source code checker: pep8 pyflakes and co"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1"
|
||||
files = [
|
||||
{file = "flake8-7.1.0-py2.py3-none-any.whl", hash = "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a"},
|
||||
{file = "flake8-7.1.0.tar.gz", hash = "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5"},
|
||||
{file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"},
|
||||
{file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"},
|
||||
]
|
||||
|
||||
[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 = "a31e09ea58b7e9b26f9f2640dc3242b4b2fc9e137d3c6af6e4639e2e2514b59d"
|
||||
content-hash = "6b107e1f380cfeca1e1b323a8ef9bc82c6e5b0272bf95cb9f97f5306b8957bfb"
|
||||
|
@@ -15,7 +15,7 @@ python = "^3.9"
|
||||
pytest = "^8.3.2"
|
||||
invoke = "^2.2.0"
|
||||
black = "^24.8"
|
||||
flake8 = "^7.1.0"
|
||||
flake8 = "^7.1.1"
|
||||
pep8-naming = "^0.14.1"
|
||||
yamllint = "^1.35.1"
|
||||
|
||||
|
Reference in New Issue
Block a user