diff --git a/poetry.lock b/poetry.lock index ec287fa7..7f1ffc1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,18 +1,18 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "codespell" -version = "2.2.5" +version = "2.2.6" description = "Codespell" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "codespell-2.2.5-py3-none-any.whl", hash = "sha256:efa037f54b73c84f7bd14ce8e853d5f822cdd6386ef0ff32e957a3919435b9ec"}, - {file = "codespell-2.2.5.tar.gz", hash = "sha256:6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56"}, + {file = "codespell-2.2.6-py3-none-any.whl", hash = "sha256:9ee9a3e5df0990604013ac2a9f22fa8e57669c827124a2e961fe8a1da4cacc07"}, + {file = "codespell-2.2.6.tar.gz", hash = "sha256:a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9"}, ] [package.extras] -dev = ["Pygments", "build", "chardet", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli"] +dev = ["Pygments", "build", "chardet", "pre-commit", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli", "twine"] hard-encoding-detection = ["chardet"] toml = ["tomli"] types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"] @@ -20,4 +20,4 @@ types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "aea1d177c4ddd2cbfe1407b4c50be6eb77cb1a3d2a315396196de1b5baeb3ab2" +content-hash = "e2e26fb3811a9dd2aa171e3b0367ad0fa9f66c0f25608a97d5d44a9569e4cdae" diff --git a/pyproject.toml b/pyproject.toml index b971c991..0b5e0fde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,4 @@ authors = ["Arduino "] python = "^3.9" [tool.poetry.dev-dependencies] -codespell = "^2.2.5" +codespell = "^2.2.6"