summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 03:24:31 -0300
committerGitHub <noreply@github.com>2026-05-19 03:24:31 -0300
commit283b9be1410cc4109b31a8b555baae6555550b3b (patch)
treea278c8db0cde1aa0ff7e99d39403aa1bd1d3b698
parent294d060ac1557ed70cab7a12f97d930f9dc4baf9 (diff)
parentd6042739280dd616a83b3db7deec7178b4531805 (diff)
downloadpyvyos-283b9be1410cc4109b31a8b555baae6555550b3b.tar.gz
pyvyos-283b9be1410cc4109b31a8b555baae6555550b3b.zip
Merge pull request #35 from vyos-contrib/dependabot/pip/hatchling-gte-1.29.0
Update hatchling requirement from >=1.20 to >=1.29.0
-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]