Merge pull request #739 from arduino/dependabot/pip/codespell-2.2.5

build(deps-dev): bump codespell from 2.2.4 to 2.2.5
This commit is contained in:
per1234
2023-06-15 06:54:07 -07:00
committed by GitHub
2 changed files with 7 additions and 8 deletions
Generated
+6 -7
View File
@@ -1,19 +1,18 @@
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "codespell"
version = "2.2.4"
version = "2.2.5"
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"},
{file = "codespell-2.2.5-py3-none-any.whl", hash = "sha256:efa037f54b73c84f7bd14ce8e853d5f822cdd6386ef0ff32e957a3919435b9ec"},
{file = "codespell-2.2.5.tar.gz", hash = "sha256:6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56"},
]
[package.extras]
dev = ["Pygments", "build", "chardet", "flake8", "flake8-pyproject", "pytest", "pytest-cov", "pytest-dependency", "tomli"]
dev = ["Pygments", "build", "chardet", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli"]
hard-encoding-detection = ["chardet"]
toml = ["tomli"]
types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"]
@@ -21,4 +20,4 @@ types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "265285d5187fc3b2e6d17ad9115fbc41510adb39dea5385de3351baf0cd00529"
content-hash = "aea1d177c4ddd2cbfe1407b4c50be6eb77cb1a3d2a315396196de1b5baeb3ab2"
+1 -1
View File
@@ -8,4 +8,4 @@ authors = ["Arduino <info@arduino.cc>"]
python = "^3.9"
[tool.poetry.dev-dependencies]
codespell = "^2.2.4"
codespell = "^2.2.5"