1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

Update dependency uv to v0.8.14 (#570)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-01 11:12:36 +08:00
committed by GitHub
parent f9c41e5a85
commit 5e20238bb5
+1 -1
View File
@@ -20,7 +20,7 @@ use crate::store::{CacheBucket, Store};
use crate::version;
// The version range of `uv` we will install. Should update periodically.
const CUR_UV_VERSION: &str = "0.8.13";
const CUR_UV_VERSION: &str = "0.8.14";
static UV_VERSION_RANGE: LazyLock<VersionReq> =
LazyLock::new(|| VersionReq::parse(">=0.7.0, <0.9.0").unwrap());