Skip to content

Commit

Permalink
Merge pull request #361 from arduino/dependabot/pip/codespell-2.2.5
Browse files Browse the repository at this point in the history
Bump codespell from 2.2.4 to 2.2.5
  • Loading branch information
per1234 committed Jun 15, 2023
2 parents e06b557 + b21ecf5 commit 0f669ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.9"

[tool.poetry.dev-dependencies]
yamllint = "^v1.32.0"
codespell = "^2.2.4"
codespell = "^2.2.5"
black = "^23.3"
flake8 = "^6.0.0"
pep8-naming = "^0.13.3"
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/spell-check-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ https://python-poetry.org/docs/#installation
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:

```
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.4"
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.5"
poetry install
```

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

```
poetry add --dev "codespell@^2.2.4"
poetry add --dev "codespell@^2.2.5"
```

Commit the resulting `pyproject.toml` and `poetry.lock` files.
Expand Down

0 comments on commit 0f669ef

Please sign in to comment.