Skip to content

Commit 76cf6c8

Browse files
authored
Merge pull request #280 from arduino/dependabot/pip/codespell-2.2.2
Bump codespell from 2.2.1 to 2.2.2
2 parents 3a7817a + 53a1106 commit 76cf6c8

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

poetry.lock

+7-6
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.28.0"
15-
codespell = "^2.2.1"
15+
codespell = "^2.2.2"
1616
black = "^22.10"
1717
flake8 = "^5.0.4"
1818
pep8-naming = "^0.13.2"

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.1"
32+
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.2"
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.1"
39+
poetry add --dev "codespell@^2.2.2"
4040
```
4141

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

0 commit comments

Comments
 (0)