Skip to content

Commit b32a84a

Browse files
authored
Merge pull request #490 from arduino/dependabot/pip/codespell-2.3.0
Bump codespell from 2.2.6 to 2.3.0
2 parents d27f3b4 + 969cb19 commit b32a84a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.9"
1212

1313
[tool.poetry.dev-dependencies]
1414
yamllint = "^v1.35.1"
15-
codespell = "^2.2.6"
15+
codespell = "^2.3.0"
1616
black = "^24.4"
1717
flake8 = "^7.0.0"
1818
pep8-naming = "^0.14.1"

workflow-templates/spell-check-task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ https://python-poetry.org/docs/#installation
2929
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3030

3131
```
32-
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.5"
32+
poetry init --python="^3.9" --dev-dependency="codespell@^2.3.0"
3333
poetry install
3434
```
3535

3636
If already using Poetry, add the tool using this command:
3737

3838
```
39-
poetry add --dev "codespell@^2.2.5"
39+
poetry add --dev "codespell@^2.3.0"
4040
```
4141

4242
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)