Skip to content

Commit

Permalink
build(deps): update codespell requirement from ~=2.2.5 to >=2.2.5,<2.…
Browse files Browse the repository at this point in the history
…4.0 (#131)

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.5...v2.3.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>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Ian Cooke <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 6198c8b commit 072a8b7
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 @@ -33,7 +33,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black~=24.0",
"codespell~=2.2.5",
"codespell~=2.3",
"mypy~=1.9",
"pre-commit~=3.7",
"ruff~=0.5.0",
Expand Down

0 comments on commit 072a8b7

Please sign in to comment.