Skip to content

Commit

Permalink
chore: update codespell requirement
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 995943a commit 22006bd
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 22006bd

Please sign in to comment.