From df06904a9cdf313a17099a2112b61902f150ab71 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Feb 2025 06:18:46 +0000 Subject: [PATCH] Pin dependency codespell to 2.4.1 (forgejo) (#6776) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codespell](https://github.com/codespell-project/codespell) | dev | pin | `^2.2.6` -> `2.4.1` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6776 Reviewed-by: Earl Warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4705fdbc68..3cafe976e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,4 +421,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "64588702d556674c109df1bacaac08353a40f0863e7e72513d22f197f0c340c4" +content-hash = "f0f2f5f83d2277f5c289c62b96a2526fc89a7d54a88ac5fd044a022486c1cbb7" diff --git a/pyproject.toml b/pyproject.toml index c30215c556..f53d4f05d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] djlint = "1.36.4" yamllint = "1.35.1" -codespell = "^2.2.6" +codespell = "2.4.1" [tool.djlint] profile="golang"