summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-05-19 06:16:52 +0000
committerGitHub <noreply@github.com>2026-05-19 06:16:52 +0000
commitd6042739280dd616a83b3db7deec7178b4531805 (patch)
treea278c8db0cde1aa0ff7e99d39403aa1bd1d3b698
parent294d060ac1557ed70cab7a12f97d930f9dc4baf9 (diff)
downloadpyvyos-d6042739280dd616a83b3db7deec7178b4531805.tar.gz
pyvyos-d6042739280dd616a83b3db7deec7178b4531805.zip
Update hatchling requirement from >=1.20 to >=1.29.0
Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.20.0...hatchling-v1.29.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5c3885a..a3b3536 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling>=1.20"]
+requires = ["hatchling>=1.29.0"]
build-backend = "hatchling.build"
[project]