diff --git a/poetry.lock b/poetry.lock index 0db6765..06b5491 100644 --- a/poetry.lock +++ b/poetry.lock @@ -279,14 +279,14 @@ files = [ [[package]] name = "codespell" -version = "2.3.0" -description = "Codespell" +version = "2.4.0" +description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "codespell-2.3.0-py3-none-any.whl", hash = "sha256:a9c7cef2501c9cfede2110fd6d4e5e62296920efe9abfb84648df866e47f58d1"}, - {file = "codespell-2.3.0.tar.gz", hash = "sha256:360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f"}, + {file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, + {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, ] [package.extras] @@ -1416,4 +1416,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "399d9d260e0454701ed40e8abe307011a3926c7c09fab1feacfc477f74b93fae" +content-hash = "7727da67c4591771cc5f990bbd8b3429f2bb6c275c521d113e0f5226eb444c77" diff --git a/pyproject.toml b/pyproject.toml index a73c9d2..dca49b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dns-exonet = "certbot_dns_exonet.authenticators.exonet_authenticator:ExonetAuthe pre-commit = "4.1.0" pre-commit-hooks = "5.0.0" ruff = "0.9.3" -codespell = "2.3.0" +codespell = "2.4.0" yamllint = "1.35.1" mypy = "1.14.1" pylint = "3.3.3"