diff options
| author | 2025-11-05 00:33:59 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | dc756502dea7c9164cbba8cf11052ab03525a83c (patch) | |
| tree | e0bc4df28972695b87fbb0887074e81458513808 /pyproject.toml | |
| parent | pre-commit-hooks update to v6.0.0 (diff) | |
Mandate uv >=0.9.7 as minimum version
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5693b61cc..58383c8a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ description = "The community bot for the Python Discord community." [tool.uv] prerelease = "allow" +required-version = ">=0.9.7" [dependency-groups] dev = [ |