From bd4eacee4265374f9a2ba80421122db9c2aa64ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:08:27 +0000 Subject: [PATCH] build(deps-dev): update uv-build requirement Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.10.3...0.11.2) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 302f5304..a9c41528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ # To build RenderCV, we need to specify which build package to use. There are # many build backends like `setuptools`, `flit`, `poetry`, `hatchling`, etc. We will use # `uv_build`. -requires = ["uv_build>=0.10.3,<0.11.0"] # Packages needed to build RenderCV +requires = ["uv_build>=0.10.3,<0.12.0"] # Packages needed to build RenderCV # Python has a standard object format called a build-backend object. This object must # implement specific methods that perform defined tasks. For example, it should have a # method called `build_wheel` that builds a wheel file.