diff --git a/poetry.lock b/poetry.lock index 287fc5d..b06a46d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -512,13 +512,13 @@ 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" 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] @@ -2829,4 +2829,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "20cff7f0b9dcb8813d4226dbe6175672c096ff8e2c7a630e949c2e50bbdc7f1d" +content-hash = "17517617f3a668b02ea0549c9db5ff5b2f1edf65a91e203d92944ac13858217d" diff --git a/pyproject.toml b/pyproject.toml index 66192cf..6c48f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ mashumaro = "^3.11" orjson = "^3.9.10" [tool.poetry.group.dev.dependencies] -codespell = "2.4.1" +codespell = "2.4.2" covdefaults = "2.3.0" coverage = {version = "7.13.4", extras = ["toml"]} mypy = "1.19.1"