diff --git a/poetry.lock b/poetry.lock index b00ed774..afb39687 100644 --- a/poetry.lock +++ b/poetry.lock @@ -574,14 +574,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] @@ -3089,4 +3089,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1bda91b58396f0f640597485b06dc1070965f04842c022ed5ca5764e955a77d8" +content-hash = "026361fb066ebcac2d2d0a6c1f3e77f9ec6fc3d99e8937b2f77056f54b53ed54" diff --git a/pyproject.toml b/pyproject.toml index ad42c373..b41d24e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Changelog = "https://github.com/frenck/python-wled/releases" [tool.poetry.dev-dependencies] aresponses = "3.0.0" -codespell = "2.4.1" +codespell = "2.4.2" covdefaults = "2.3.0" coverage = {version = "7.13.4", extras = ["toml"]} mypy = "1.19.1"