Skip to content

Commit

Permalink
build(deps): bump codespell from 2.3.0 to 2.4.0 (#135)
Browse files Browse the repository at this point in the history
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 b766a3b commit 202fbf7
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 @@ -31,7 +31,7 @@ dynamic = ["readme", "version"]
coverage = ["coverage==7.6.10"]
formatting = ["black==24.10.0", "isort==5.13.2"]
linting = ["pylint==3.3.3"]
spellcheck = ["codespell==2.3.0"]
spellcheck = ["codespell==2.4.0"]
test_packaging = ["build==1.2.2.post1", "twine==6.1.0"]
tests = ["pytest==8.3.4"]
type_check = ["mypy==1.14.1"]
Expand Down

0 comments on commit 202fbf7

Please sign in to comment.