diff --git a/poetry.lock b/poetry.lock index f6921a31..44896d5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2270,14 +2270,14 @@ files = [ [[package]] name = "wheel" -version = "0.44.0" +version = "0.45.1" description = "A built-package format for Python" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, + {file = "wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"}, + {file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"}, ] [package.extras] @@ -2370,4 +2370,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "004d83d613c447091a81d190b59e722e41a74c29a0444e20d5e50b789297b510" +content-hash = "e445db32d477697691b32fa33c1dc1f253aa06fad919991ebbbfc4f1c7b50ca6" diff --git a/pyproject.toml b/pyproject.toml index 02f87c02..6c612108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ flake8 = "^6.0.0" isort = "^5.12.0" mypy = "^1.10.0" pylint = "^2.16.1" -wheel = "^0.44.0" +wheel = "^0.45.1" pre-commit = "^4.0.1" flynt = "^0.77" django-stubs = "^5.1.0"