]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update uv-build requirement from <0.11.0,>=0.9.21 to >=0.9.21,<0.12.0 (#1265)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 28 Mar 2026 18:36:26 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2026 18:36:26 +0000 (11:36 -0700)
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.11.0)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.11.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 2b2a47cf50c88187b2510d07a811b5d550ab3f17..3dff623d9c29ca916289d380638059e89b4eafac 100644 (file)
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["uv_build>=0.9.21,<0.11.0"]
+requires = ["uv_build>=0.9.21,<0.12.0"]
 build-backend = "uv_build"
 
 [project]