diff --git a/.cruft.json b/.cruft.json index 007bc0b..939a270 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/smkent/cookie-python", - "commit": "eb6af6b06cfd2d0d33d899a24e3f79259b481370", + "commit": "c6ad7e19de6cbf2f13d0557d16b2dea77b8b3537", "checkout": null, "context": { "cookiecutter": { diff --git a/poetry.lock b/poetry.lock index 120b52e..c689d78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -561,14 +561,6 @@ pyyaml = ">=5.1" toml = "*" virtualenv = ">=20.0.8" -[[package]] -name = "py" -version = "1.11.0" -description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" - [[package]] name = "pycodestyle" version = "2.9.1" @@ -909,7 +901,7 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "35dfe41c35b3402c39f070e5b9f05d0e8d4113a3ad3220344d7c40d8b7d3e43e" +content-hash = "24df2d935b0b5ecf9619e9672d4a16ba3a52e9a491de8a05a337a0ecb8257018" [metadata.files] arrow = [ @@ -1232,10 +1224,6 @@ pre-commit = [ {file = "pre_commit-2.20.0-py2.py3-none-any.whl", hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7"}, {file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"}, ] -py = [ - {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, - {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, -] pycodestyle = [ {file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"}, {file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"}, diff --git a/pyproject.toml b/pyproject.toml index b01cbb6..f58c41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ mypy = "*" pep8-naming = "*" poethepoet = "*" pre-commit = "*" -py = "1.11.0" # https://github.com/Teemu/pytest-sugar/issues/241 pytest = "*" pytest-cov = "*" pytest-github-actions-annotate-failures = "*"