Skip to content

Commit

Permalink
chore: update codespell requirement from ~=2.2.6 to >=2.2.6,<2.4.0 (#690
Browse files Browse the repository at this point in the history
)

* chore: update codespell requirement from ~=2.2.6 to >=2.2.6,<2.4.0

Updates the requirements on [codespell](https://github.com/codespell-project/codespell) to permit the latest version.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.2.6...v2.3.0)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump: Bump codespell in pre-commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Mulocher <gmulocher@arista.com>
  • Loading branch information
dependabot[bot] and gmuloc authored May 24, 2024
1 parent 82a21aa commit d969d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
- --rcfile=pyproject.toml # Link to config file

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: Checks for common misspellings in text files.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cli = [
]
dev = [
"bumpver>=2023.1129",
"codespell~=2.2.6",
"codespell>=2.2.6,<2.4.0",
"mypy-extensions~=1.0",
"mypy~=1.10",
"pre-commit>=3.3.3",
Expand Down

0 comments on commit d969d4c

Please sign in to comment.