Skip to content

Commit 072a8b7

Browse files
dependabot[bot]gadomskiircwaves
authored
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](codespell-project/codespell@v2.2.5...v2.3.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> Co-authored-by: Ian Cooke <ircwaves@users.noreply.github.com>
1 parent 6198c8b commit 072a8b7

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
@@ -33,7 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
dev = [
3535
"black~=24.0",
36-
"codespell~=2.2.5",
36+
"codespell~=2.3",
3737
"mypy~=1.9",
3838
"pre-commit~=3.7",
3939
"ruff~=0.5.0",

0 commit comments

Comments
 (0)