diff --git a/pyproject.toml b/pyproject.toml index 13a7cc5..3073c11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ ide = [ ] style = [ 'bibclean', - 'codespell[toml]>=2.2.4', + 'codespell[toml]>=2.4.2', 'pre-commit', 'ruff>=0.6.0', 'toml-sort', diff --git a/uv.lock b/uv.lock index 93fd1a8..ae6ce57 100644 --- a/uv.lock +++ b/uv.lock @@ -276,11 +276,11 @@ wheels = [ [[package]] name = "codespell" -version = "2.4.1" +version = "2.4.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/15/e0/709453393c0ea77d007d907dd436b3ee262e28b30995ea1aa36c6ffbccaf/codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5", size = 344740, upload-time = "2025-01-28T18:52:39.411Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2d/9d/1d0903dff693160f893ca6abcabad545088e7a2ee0a6deae7c24e958be69/codespell-2.4.2.tar.gz", hash = "sha256:3c33be9ae34543807f088aeb4832dfad8cb2dae38da61cac0a7045dd376cfdf3", size = 352058, upload-time = "2026-03-05T18:10:42.936Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/20/01/b394922252051e97aab231d416c86da3d8a6d781eeadcdca1082867de64e/codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425", size = 344501, upload-time = "2025-01-28T18:52:37.057Z" }, + { url = "https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl", hash = "sha256:97e0c1060cf46bd1d5db89a936c98db8c2b804e1fdd4b5c645e82a1ec6b1f886", size = 353715, upload-time = "2026-03-05T18:10:41.398Z" }, ] [[package]] @@ -2156,7 +2156,7 @@ ide = [ ] style = [ { name = "bibclean" }, - { name = "codespell", extras = ["toml"], specifier = ">=2.2.4" }, + { name = "codespell", extras = ["toml"], specifier = ">=2.4.2" }, { name = "pre-commit" }, { name = "ruff", specifier = ">=0.6.0" }, { name = "toml-sort" },