Skip to content

Commit

Permalink
build(deps): update codespell requirement from ~=2.2.0 to ~=2.3.0
Browse files Browse the repository at this point in the history
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.0...v2.3.0)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 6, 2024
1 parent 2d056fa commit 2fe897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jinja2 = ["jinja2<4.0"]
orjson = ["orjson>=3.5"]
test = [
"black~=24.0",
"codespell~=2.2.0", # TODO relax to allow >v2.2 once https://github.com/codespell-project/codespell/issues/3430 is fixed
"codespell~=2.3.0", # TODO relax to allow >v2.2 once https://github.com/codespell-project/codespell/issues/3430 is fixed
"coverage~=7.2",
"doc8~=1.1",
"html5lib~=1.1",
Expand Down

0 comments on commit 2fe897e

Please sign in to comment.