Skip to content

Commit 164b736

Browse files
chore: update codespell requirement from <2.4.0,>=2.2.6 to >=2.2.6,<2.5.0 (#1018)
chore: update codespell requirement 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.6...v2.4.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>
1 parent 995943a commit 164b736

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
@@ -59,7 +59,7 @@ cli = [
5959
]
6060
dev = [
6161
"bumpver>=2023.1129",
62-
"codespell>=2.2.6,<2.4.0",
62+
"codespell>=2.2.6,<2.5.0",
6363
"mypy-extensions~=1.0",
6464
"mypy~=1.10",
6565
"pre-commit>=3.3.3",

0 commit comments

Comments
 (0)