diff --git a/poetry.lock b/poetry.lock index 28b2a14..d1d9e61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -769,14 +769,14 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.4.1" +version = "2.4.2" description = "Fix common misspellings in text files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, - {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, + {file = "codespell-2.4.2-py3-none-any.whl", hash = "sha256:97e0c1060cf46bd1d5db89a936c98db8c2b804e1fdd4b5c645e82a1ec6b1f886"}, + {file = "codespell-2.4.2.tar.gz", hash = "sha256:3c33be9ae34543807f088aeb4832dfad8cb2dae38da61cac0a7045dd376cfdf3"}, ] [package.extras] @@ -6675,4 +6675,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "2ca1a83e36880c97b3b75b4129041f14ba77b482f122ee8a3a1f0cae651800aa" +content-hash = "02c184cbd50579510d81b49cf38501940305a4f3d3c25f532a6709510f9fb9e1" diff --git a/pyproject.toml b/pyproject.toml index 1accd41..411b610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api" package-mode = true [tool.poetry.group.dev.dependencies] -codespell = "^2.4.1" +codespell = "^2.4.2" ruff = "^0.14.13" pre-commit = "^4.3.0" mkdocs-material = "^9.6.21"