diff --git a/poetry.lock b/poetry.lock index 25f13d2..c4caf5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "black" @@ -62,13 +62,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.3.0" -description = "Codespell" +version = "2.4.0" +description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" files = [ - {file = "codespell-2.3.0-py3-none-any.whl", hash = "sha256:a9c7cef2501c9cfede2110fd6d4e5e62296920efe9abfb84648df866e47f58d1"}, - {file = "codespell-2.3.0.tar.gz", hash = "sha256:360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f"}, + {file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, + {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, ] [package.extras] @@ -297,4 +297,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "af58401d674f5a2167da37a4eda819642ee118c10818d022c8b4f0d695ea49b7" +content-hash = "089cd5815344c06b32605f8490f17d9c3dede76596b350b8a023f78d304f6966" diff --git a/pyproject.toml b/pyproject.toml index 1ff2aaf..625b1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" black = "^24.10" flake8 = "^7.1.1" pep8-naming = "^0.14.1" -codespell = "^2.3.0" +codespell = "^2.4.0" pytest = "8.3.4" invoke = "2.2.0"