Ver código fonte

build(deps-dev): update uv-build requirement (#5781)

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.11.6...0.12.1)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.12.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 dias atrás
pai
commit
4b6326e9f9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["uv_build >=0.11.6,<0.12"]
+requires = ["uv_build >=0.11.6,<0.13"]
 build-backend = "uv_build"
 
 [project]