diff --git a/workstation-bootstrap/poetry.lock b/workstation-bootstrap/poetry.lock index 42256a7..80b6c4d 100644 --- a/workstation-bootstrap/poetry.lock +++ b/workstation-bootstrap/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "build" @@ -179,19 +179,19 @@ test = ["build", "pytest", "rich", "typing-extensions", "wheel"] [[package]] name = "wheel" -version = "0.36.2" +version = "0.38.1" description = "A built-package format for Python" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "wheel-0.36.2-py2.py3-none-any.whl", hash = "sha256:78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e"}, - {file = "wheel-0.36.2.tar.gz", hash = "sha256:e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"}, + {file = "wheel-0.38.1-py3-none-any.whl", hash = "sha256:7a95f9a8dc0924ef318bd55b616112c70903192f524d120acc614f59547a9e1f"}, + {file = "wheel-0.38.1.tar.gz", hash = "sha256:ea041edf63f4ccba53ad6e035427997b3bb10ee88a4cd014ae82aeb9eea77bb9"}, ] [package.extras] -test = ["pytest (>=3.0.0)", "pytest-cov"] +test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4c3757349dc781b77a3f83b0aa1d166107dd3f855c40d988b62a29ad96e9f6cf" +content-hash = "b29f0545756a6fd912afc67d500073174bdb40361ad8339899ac74bb7c2cd5d4" diff --git a/workstation-bootstrap/pyproject.toml b/workstation-bootstrap/pyproject.toml index 35d35b5..1c16cfc 100644 --- a/workstation-bootstrap/pyproject.toml +++ b/workstation-bootstrap/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" build = "1.2.1" -wheel = "0.36.2" +wheel = "0.38.1" pip = "24.1.2" setuptools = "70.3.0" setuptools-scm = "8.1.0"