Merge pull request #1119 from arduino/dependabot/pip/codespell-2.4.0

build(deps-dev): bump codespell from 2.3.0 to 2.4.0
This commit is contained in:
Per Tillisch
2025-01-22 03:37:38 -08:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
Generated
+6 -6
View File
@@ -1,14 +1,14 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "codespell"
version = "2.3.0"
description = "Codespell"
version = "2.4.0"
description = "Fix common misspellings in text files"
optional = false
python-versions = ">=3.8"
files = [
{file = "codespell-2.3.0-py3-none-any.whl", hash = "sha256:a9c7cef2501c9cfede2110fd6d4e5e62296920efe9abfb84648df866e47f58d1"},
{file = "codespell-2.3.0.tar.gz", hash = "sha256:360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f"},
{file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"},
{file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"},
]
[package.extras]
@@ -20,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 = "e201121481e7d6877fd449fe434ff1c5b454428e1b2786ec927624afa50a8446"
content-hash = "aafbf36b75394b3855138989905de821ed4bf56985464b49e69905f34655fb16"
+1 -1
View File
@@ -8,4 +8,4 @@ authors = ["Arduino <info@arduino.cc>"]
python = "^3.9"
[tool.poetry.dev-dependencies]
codespell = "^2.3.0"
codespell = "^2.4.0"