diff --git a/poetry.lock b/poetry.lock index 08f5399..68f4931 100644 --- a/poetry.lock +++ b/poetry.lock @@ -55,15 +55,15 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.1.0" +version = "2.2.1" description = "Codespell" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.extras] +dev = ["check-manifest", "flake8", "pytest", "pytest-cov", "pytest-dependency"] hard-encoding-detection = ["chardet"] -dev = ["pytest-dependency", "pytest-cov", "pytest", "flake8", "check-manifest"] [[package]] name = "colorama" @@ -243,7 +243,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a4379819ff45a42ae95be439b2e5e98f5990f67b1c56bb3aac2bd8346ce755b3" +content-hash = "d554ccd5c301acb655d3d08bb54abeec7b2175851f11a3ce477cdd18874fdd19" [metadata.files] atomicwrites = [ @@ -284,8 +284,8 @@ click = [ {file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"}, ] codespell = [ - {file = "codespell-2.1.0-py3-none-any.whl", hash = "sha256:b864c7d917316316ac24272ee992d7937c3519be4569209c5b60035ac5d569b5"}, - {file = "codespell-2.1.0.tar.gz", hash = "sha256:19d3fe5644fef3425777e66f225a8c82d39059dcfe9edb3349a8a2cf48383ee5"}, + {file = "codespell-2.2.1-py3-none-any.whl", hash = "sha256:0c53a70f466952706407383d87142a78f319a0e18602802c4aadd3d93158bfc6"}, + {file = "codespell-2.2.1.tar.gz", hash = "sha256:569b67e5e5c3ade02a1e23f6bbc56c64b608a3ab48ddd943ece0a03e6c346ed1"}, ] colorama = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, diff --git a/pyproject.toml b/pyproject.toml index 33c0459..4007e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" black = "^22.6" flake8 = "^5.0.4" pep8-naming = "^0.13.1" -codespell = "^2.1.0" +codespell = "^2.2.1" pytest = "7.1.2" invoke = "1.7.1"