Skip to content

Commit

Permalink
build(deps): update codespell requirement from ~=2.3.0 to ~=2.4.0 (#776)
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.3.0...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 f2ca9f3 commit 95b8d62
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 @@ -38,7 +38,7 @@ stac-client = "pystac_client.cli:cli"
[project.optional-dependencies]
dev = [
"black~=24.0",
"codespell~=2.3.0",
"codespell~=2.4.0",
"coverage~=7.2",
"doc8~=1.1.1",
"importlib-metadata~=8.0",
Expand Down

0 comments on commit 95b8d62

Please sign in to comment.