Skip to content

Commit d60f80b

Browse files
Bump the minimum supported version of uv to 0.9.9
1 parent 7521055 commit d60f80b

6 files changed

Lines changed: 28 additions & 29 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
# N.B. 3.13 is handled via codecov
6868
- dependencies: "min"
6969
python_version: "3.10"
70-
uv_version: "0.8.18"
70+
uv_version: "0.9.9"
7171
- dependencies: "max"
7272
python_version: "3.14"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: sync-with-uv
77
priority: 0
88
- repo: https://github.com/astral-sh/uv-pre-commit
9-
rev: 0.9.8
9+
rev: 0.10.9
1010
hooks:
1111
- id: uv-sync
1212
priority: 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.
3434
## 🧭 Installation
3535

3636
First, it is strongly recommended you [install the uv package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process. If you're already using uv, make sure you're using at least
37-
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
37+
version v0.9.9 (run `uv --version` to check, and `uv self update` to upgrade).
3838

3939
You can install usethis directly into the project environment:
4040

docs/start/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🧭 Installation
22

33
First, it is strongly recommended you [install the uv package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process. If you're already using uv, make sure you're using at least
4-
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
4+
version v0.9.9 (run `uv --version` to check, and `uv self update` to upgrade).
55

66
You can install usethis directly into the project environment:
77

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ doc = [
8282
"mkdocs-material>=9.7.0",
8383
]
8484
uv = [
85-
"uv>=0.8.18",
85+
"uv>=0.9.9",
8686
]
8787

8888
[tool.hatch.version]
@@ -104,7 +104,7 @@ exclude = [
104104
version-file = "src/usethis/_version.py"
105105

106106
[tool.uv]
107-
required-version = ">=0.8.18" # Sync with README
107+
required-version = ">=0.9.9" # Sync with README
108108
default-groups = [ "test", "dev", "doc" ]
109109
link-mode = "symlink"
110110

uv.lock

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)