Skip to content

Commit e78562a

Browse files
Bump codespell from 2.3.0 to 2.4.0 (#50)
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ce879b commit e78562a

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 @@ type_check = [
3333
"mypy[pydantic]==1.14.1"
3434
]
3535
spell_check = [
36-
"codespell==2.3.0"
36+
"codespell==2.4.0"
3737
]
3838
coverage = [
3939
"coverage==7.6.10"

0 commit comments

Comments
 (0)