diff --git a/poetry.lock b/poetry.lock index 94c356d..077e8cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1977,18 +1977,18 @@ files = [ [[package]] name = "wheel" -version = "0.37.1" +version = "0.38.4" description = "A built-package format for Python" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "wheel-0.37.1-py2.py3-none-any.whl", hash = "sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a"}, - {file = "wheel-0.37.1.tar.gz", hash = "sha256:e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"}, + {file = "wheel-0.38.4-py3-none-any.whl", hash = "sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8"}, + {file = "wheel-0.38.4.tar.gz", hash = "sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac"}, ] [package.extras] -test = ["pytest (>=3.0.0)", "pytest-cov"] +test = ["pytest (>=3.0.0)"] [[package]] name = "wrapt" @@ -2086,4 +2086,4 @@ docs = ["mock", "alabaster", "commonmark", "recommonmark", "Sphinx", "sphinx-rtd [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "5956d67888e27fa37f4283a03ab3564658926480b09ee5b9496e3d603a5ecb2a" +content-hash = "8d76b155adddd2eacd0304397b33465d5c67f09165d8de641c71f5ce7b979be2" diff --git a/pyproject.toml b/pyproject.toml index 89e8450..d855cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ docs = [ tox = "^3.25.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" -wheel = "^0.37.1" +wheel = "^0.38.4" pre-commit = "^2.19.0" isort = "^5.10.1" black = "^22.3.0"