Skip to content

Commit

Permalink
chore: update codespell requirement from <2.4.0,>=2.2.6 to >=2.2.6,<2…
Browse files Browse the repository at this point in the history
….5.0 (#1018)

chore: update codespell requirement

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.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 995943a commit 164b736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cli = [
]
dev = [
"bumpver>=2023.1129",
"codespell>=2.2.6,<2.4.0",
"codespell>=2.2.6,<2.5.0",
"mypy-extensions~=1.0",
"mypy~=1.10",
"pre-commit>=3.3.3",
Expand Down

0 comments on commit 164b736

Please sign in to comment.