Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
# N.B. 3.13 is handled via codecov
- dependencies: "min"
python_version: "3.10"
uv_version: "0.8.18"
uv_version: "0.9.9"
- dependencies: "max"
python_version: "3.14"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: sync-with-uv
priority: 0
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.8
rev: 0.10.9
hooks:
- id: uv-sync
priority: 0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.
## 🧭 Installation

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
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
version v0.9.9 (run `uv --version` to check, and `uv self update` to upgrade).

You can install usethis directly into the project environment:

Expand Down
2 changes: 1 addition & 1 deletion docs/start/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🧭 Installation

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
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
version v0.9.9 (run `uv --version` to check, and `uv self update` to upgrade).

You can install usethis directly into the project environment:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ doc = [
"mkdocs-material>=9.7.0",
]
uv = [
"uv>=0.8.18",
"uv>=0.9.9",
]

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

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

Expand Down
45 changes: 22 additions & 23 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading