Skip to content

Commit 918d97e

Browse files
build(deps): update codespell requirement from ~=2.2.4 to ~=2.3.0 (#693)
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.4...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>
1 parent b1ecd45 commit 918d97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stac-client = "pystac_client.cli:cli"
3939
[project.optional-dependencies]
4040
dev = [
4141
"black~=24.0",
42-
"codespell~=2.2.4",
42+
"codespell~=2.3.0",
4343
"coverage~=7.2",
4444
"doc8~=1.1.1",
4545
"importlib-metadata~=7.0",

0 commit comments

Comments
 (0)