From dd30476da63aa3b8838d7eb70df9bc03e5400a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 02:30:45 +0000 Subject: [PATCH] build(deps): update codespell requirement from ~=2.2.4 to ~=2.3.0 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](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ade672b0..d8deba39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ stac-client = "pystac_client.cli:cli" [project.optional-dependencies] dev = [ "black~=24.0", - "codespell~=2.2.4", + "codespell~=2.3.0", "coverage~=7.2", "doc8~=1.1.1", "importlib-metadata~=7.0",