diff --git a/poetry.lock b/poetry.lock index 4cef71ec..ab9b2672 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1106,13 +1106,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "wheel" -version = "0.41.3" +version = "0.42.0" description = "A built-package format for Python" optional = false python-versions = ">=3.7" files = [ - {file = "wheel-0.41.3-py3-none-any.whl", hash = "sha256:488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942"}, - {file = "wheel-0.41.3.tar.gz", hash = "sha256:4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841"}, + {file = "wheel-0.42.0-py3-none-any.whl", hash = "sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d"}, + {file = "wheel-0.42.0.tar.gz", hash = "sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"}, ] [package.extras] @@ -1205,4 +1205,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2cd54f31dac52d287e9268e66b13ff46761762ce5fc9f82b67c84e5d8009074f" +content-hash = "9967882759cb43f3709b61accd05d90751c93413ee56bf5497ce976d80431d71" diff --git a/pyproject.toml b/pyproject.toml index 46295a94..651fba84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-env = ">=0.8.2,<1.2.0" pytest-pylint = ">=0.19,<0.22" requests-mock = "^1.11.0" types-requests = "^2.31.0.1" -wheel = ">=0.40,<0.42" +wheel = ">=0.40,<0.43" [tool.isort] profile = "black"