diff --git a/poetry.lock b/poetry.lock index d41942f2..1592851b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2075,18 +2075,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" @@ -2184,4 +2184,4 @@ docs = ["mock", "alabaster", "commonmark", "recommonmark", "Sphinx", "sphinx-rtd [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "0bf511e47a34e9bdfe1dede48340aa61f5c3789b7a933a9e70284aee75f822c3" +content-hash = "f34464769076e852c0dfd5036989df34f9be89994db9f7829a1eab31679e770d" diff --git a/pyproject.toml b/pyproject.toml index cf2fe1ab..2997478d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tox = "^3.25.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" pytest-asyncio = "0.20.3" -wheel = "^0.37.1" +wheel = ">=0.37.1,<0.39.0" pre-commit = "^2.19.0" isort = "^5.10.1" black = "^22.3.0"