]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update uv-build requirement from <0.10.0,>=0.9.21 to >=0.9.21,<0.11.0 (#1256)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 6 Feb 2026 16:22:35 +0000 (08:22 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 16:22:35 +0000 (08:22 -0800)
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.9.21...0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 768e3c0ca02dd28aace5a54db6bc5a76ea3636e5..2b2a47cf50c88187b2510d07a811b5d550ab3f17 100644 (file)
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["uv_build>=0.9.21,<0.10.0"]
+requires = ["uv_build>=0.9.21,<0.11.0"]
 build-backend = "uv_build"
 
 [project]