diff --git a/pyproject.toml b/pyproject.toml index b9b6fe56..67dff3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "sphinxext-rediraffe==0.3.0", # Missing from sphinxcontrib-details-directive, see # https://github.com/sphinx-contrib/sphinxcontrib-details-directive/issues/5 - "setuptools<82.0", + "setuptools<82.1", "sphinxcontrib-details-directive", {include-group = "docs-starter-pack"}, ] diff --git a/uv.lock b/uv.lock index b804edc6..7431d299 100644 --- a/uv.lock +++ b/uv.lock @@ -838,7 +838,7 @@ docs = [ { name = "packaging", specifier = ">=25.0" }, { name = "pydantic-kitbash", specifier = "~=1.0" }, { name = "rst2html", specifier = ">=2020.7.4" }, - { name = "setuptools", specifier = "<82.0" }, + { name = "setuptools", specifier = "<82.1" }, { name = "sphinx-autobuild", specifier = ">=2025.8.25" }, { name = "sphinx-design", specifier = ">=0.6.1" }, { name = "sphinx-lint", specifier = "==1.0.2" }, @@ -2106,11 +2106,11 @@ wheels = [ [[package]] name = "setuptools" -version = "81.0.0" +version = "82.0.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0d/1c/73e719955c59b8e424d015ab450f51c0af856ae46ea2da83eba51cc88de1/setuptools-81.0.0.tar.gz", hash = "sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a", size = 1198299, upload-time = "2026-02-06T21:10:39.601Z" } +sdist = { url = "https://files.pythonhosted.org/packages/4f/db/cfac1baf10650ab4d1c111714410d2fbb77ac5a616db26775db562c8fab2/setuptools-82.0.1.tar.gz", hash = "sha256:7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9", size = 1152316, upload-time = "2026-03-09T12:47:17.221Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/e3/c164c88b2e5ce7b24d667b9bd83589cf4f3520d97cad01534cd3c4f55fdb/setuptools-81.0.0-py3-none-any.whl", hash = "sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6", size = 1062021, upload-time = "2026-02-06T21:10:37.175Z" }, + { url = "https://files.pythonhosted.org/packages/9d/76/f789f7a86709c6b087c5a2f52f911838cad707cc613162401badc665acfe/setuptools-82.0.1-py3-none-any.whl", hash = "sha256:a59e362652f08dcd477c78bb6e7bd9d80a7995bc73ce773050228a348ce2e5bb", size = 1006223, upload-time = "2026-03-09T12:47:15.026Z" }, ] [[package]]