From 072a8b7dc73073aff4c294e86ae0c070af023840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:02:49 -0400 Subject: [PATCH] build(deps): update codespell requirement from ~=2.2.5 to >=2.2.5,<2.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](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.3.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski Co-authored-by: Ian Cooke --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99bd7bd..daadb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",