Skip to content

Commit de71bb1

Browse files
renovate-botsisp
authored andcommitted
build(deps): update dependency uv to v0.12.1
1 parent afc0a4c commit de71bb1

4 files changed

Lines changed: 13 additions & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
PYTEST_ADDOPTS: ${{ github.event.inputs.pytest_addopts }}
2020
PYTHONIOENCODING: "UTF-8"
2121
# renovate: datasource=devbox depName=uv
22-
UV_VERSION: "0.11.25"
22+
UV_VERSION: "0.12.1"
2323
# renovate: datasource=github-tags depName=devbox packageName=jetify-com/devbox
2424
DEVBOX_VERSION: "0.17.5"
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# renovate: datasource=devbox depName=uv
10-
UV_VERSION: "0.11.25"
10+
UV_VERSION: "0.12.1"
1111

1212
jobs:
1313
build:

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"editorconfig-checker@3.8.0",
66
"git@2.55.0",
77
"prettier@3.8.3",
8-
"uv@0.11.25"
8+
"uv@0.12.1"
99
],
1010
"env": {
1111
"GIT_EXTERNAL_DIFF": "difft"

devbox.lock

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -207,51 +207,41 @@
207207
}
208208
}
209209
},
210-
"uv@0.11.25": {
211-
"last_modified": "2026-06-28T17:12:19Z",
212-
"resolved": "github:NixOS/nixpkgs/534ee3d8beb1737b5342995f8837e2b2705ce0d8#uv",
210+
"uv@0.12.1": {
211+
"last_modified": "2026-08-01T16:34:20Z",
212+
"resolved": "github:NixOS/nixpkgs/a5cbcfe954791221bfffe2307f7d1a1bf61a871e#uv",
213213
"source": "devbox-search",
214-
"version": "0.11.25",
214+
"version": "0.12.1",
215215
"systems": {
216216
"aarch64-darwin": {
217217
"outputs": [
218218
{
219219
"name": "out",
220-
"path": "/nix/store/f0kyi2i8xrfx7i405n5qy97kr0y5b2wv-uv-0.11.25",
220+
"path": "/nix/store/hnmvqbh6zd1v0wss6q9ps8j1jp2pfkf0-uv-0.12.1",
221221
"default": true
222222
}
223223
],
224-
"store_path": "/nix/store/f0kyi2i8xrfx7i405n5qy97kr0y5b2wv-uv-0.11.25"
224+
"store_path": "/nix/store/hnmvqbh6zd1v0wss6q9ps8j1jp2pfkf0-uv-0.12.1"
225225
},
226226
"aarch64-linux": {
227227
"outputs": [
228228
{
229229
"name": "out",
230-
"path": "/nix/store/8qd81vygrwkvp8ndg3ihj9wq3pl97hfd-uv-0.11.25",
231-
"default": true
232-
}
233-
],
234-
"store_path": "/nix/store/8qd81vygrwkvp8ndg3ihj9wq3pl97hfd-uv-0.11.25"
235-
},
236-
"x86_64-darwin": {
237-
"outputs": [
238-
{
239-
"name": "out",
240-
"path": "/nix/store/z4dcs3l0khfc2hky62bhy6v45lmysdvz-uv-0.11.25",
230+
"path": "/nix/store/xn0b6fcg7zzifjjbpzi6bs57nbyjxqn1-uv-0.12.1",
241231
"default": true
242232
}
243233
],
244-
"store_path": "/nix/store/z4dcs3l0khfc2hky62bhy6v45lmysdvz-uv-0.11.25"
234+
"store_path": "/nix/store/xn0b6fcg7zzifjjbpzi6bs57nbyjxqn1-uv-0.12.1"
245235
},
246236
"x86_64-linux": {
247237
"outputs": [
248238
{
249239
"name": "out",
250-
"path": "/nix/store/cgvijxnmydknslkl368k4j4j43akvl8b-uv-0.11.25",
240+
"path": "/nix/store/6fgvwx21832s8ygpzm4x3i29p4ac8gxn-uv-0.12.1",
251241
"default": true
252242
}
253243
],
254-
"store_path": "/nix/store/cgvijxnmydknslkl368k4j4j43akvl8b-uv-0.11.25"
244+
"store_path": "/nix/store/6fgvwx21832s8ygpzm4x3i29p4ac8gxn-uv-0.12.1"
255245
}
256246
}
257247
}

0 commit comments

Comments
 (0)