diff --git a/poetry.lock b/poetry.lock index 0cde100..a4c372c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -2652,18 +2652,21 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "wheel" -version = "0.43.0" -description = "A built-package format for Python" +version = "0.46.3" +description = "Command line tool for manipulating wheel files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, - {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, + {file = "wheel-0.46.3-py3-none-any.whl", hash = "sha256:4b399d56c9d9338230118d705d9737a2a468ccca63d5e813e2a4fc7815d8bc4d"}, + {file = "wheel-0.46.3.tar.gz", hash = "sha256:e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803"}, ] +[package.dependencies] +packaging = ">=24.0" + [package.extras] -test = ["pytest (>=6.0.0)", "setuptools (>=65)"] +test = ["pytest (>=6.0.0)", "setuptools (>=77)"] [[package]] name = "wrapt" @@ -2769,4 +2772,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "24e6b5c8a955042b91069a961ff0ad64ea2c5ca5792a8e71e6540a59ef6b9769" +content-hash = "a819da1b8fd6a2b410a933c58f598cfaa72af78d924e80469dbdfa1135df2857" diff --git a/pyproject.toml b/pyproject.toml index af86398..7b861f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pytest-socket = "^0.7" pytest-timeout = "2.3.1" seed-isort-config = "^2.2" Sphinx = "^7.3" -wheel = "^0.43" +wheel = ">=0.43,<0.47" moto = {version = "^5.0.10", extras = ["sts", "dynamodb", "s3"]} mypy = "^1.16"