diff --git a/poetry.lock b/poetry.lock index d2c7615b2..fc274aebf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -600,13 +600,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] @@ -2693,4 +2693,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "63e56be918972aec51091c2475a9e600862ffb40172c48683b557f10eddb805b" +content-hash = "5ad17fc99b257acbee98cbfa0d7eb8c33bd529e976083db3d4ce4a30cf31120e" diff --git a/pyproject.toml b/pyproject.toml index ed888c1af..c82770d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ yarl = ">=1.6.0" aresponses = "3.0.0" black = "24.10.0" blacken-docs = "1.19.1" -codespell = "2.4.1" +codespell = "2.4.2" covdefaults = "2.3.0" coverage = {version = "7.9.1", extras = ["toml"]} freezegun = "1.5.2"