Merge pull request #664 from arduino/dependabot/pip/codespell-2.2.4
build(deps-dev): bump codespell from 2.2.2 to 2.2.4
This commit is contained in:
Generated
+11
-10
@@ -1,23 +1,24 @@
|
||||
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "codespell"
|
||||
version = "2.2.2"
|
||||
version = "2.2.4"
|
||||
description = "Codespell"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "codespell-2.2.4-py3-none-any.whl", hash = "sha256:7d984b8130108e6f82524b7d09f8b7bf2fb1e398c5d4b37d9e2bd310145b3e29"},
|
||||
{file = "codespell-2.2.4.tar.gz", hash = "sha256:0b4620473c257d9cde1ff8998b26b2bb209a35c2b7489f5dc3436024298ce83a"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
dev = ["check-manifest", "flake8", "pytest", "pytest-cov", "pytest-dependency", "tomli"]
|
||||
dev = ["Pygments", "build", "chardet", "flake8", "flake8-pyproject", "pytest", "pytest-cov", "pytest-dependency", "tomli"]
|
||||
hard-encoding-detection = ["chardet"]
|
||||
toml = ["tomli"]
|
||||
types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "8d797d7b232ff6593223a2ebcc801922ec33461c3c18c0c92e5805ba35ebbc0c"
|
||||
|
||||
[metadata.files]
|
||||
codespell = [
|
||||
{file = "codespell-2.2.2-py3-none-any.whl", hash = "sha256:87dfcd9bdc9b3cb8b067b37f0af22044d7a84e28174adfc8eaa203056b7f9ecc"},
|
||||
{file = "codespell-2.2.2.tar.gz", hash = "sha256:c4d00c02b5a2a55661f00d5b4b3b5a710fa803ced9a9d7e45438268b099c319c"},
|
||||
]
|
||||
content-hash = "265285d5187fc3b2e6d17ad9115fbc41510adb39dea5385de3351baf0cd00529"
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ authors = ["Arduino <info@arduino.cc>"]
|
||||
python = "^3.9"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
codespell = "^2.2.2"
|
||||
codespell = "^2.2.4"
|
||||
|
||||
Reference in New Issue
Block a user