Skip to content

Commit 3784d25

Browse files
committed
build(deps): update dependency uv to v0.12.1
1 parent f3eabff commit 3784d25

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.54.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
@@ -221,51 +221,41 @@
221221
}
222222
}
223223
},
224-
"uv@0.11.25": {
225-
"last_modified": "2026-06-28T17:12:19Z",
226-
"resolved": "github:NixOS/nixpkgs/534ee3d8beb1737b5342995f8837e2b2705ce0d8#uv",
224+
"uv@0.12.1": {
225+
"last_modified": "2026-08-01T16:34:20Z",
226+
"resolved": "github:NixOS/nixpkgs/a5cbcfe954791221bfffe2307f7d1a1bf61a871e#uv",
227227
"source": "devbox-search",
228-
"version": "0.11.25",
228+
"version": "0.12.1",
229229
"systems": {
230230
"aarch64-darwin": {
231231
"outputs": [
232232
{
233233
"name": "out",
234-
"path": "/nix/store/f0kyi2i8xrfx7i405n5qy97kr0y5b2wv-uv-0.11.25",
234+
"path": "/nix/store/hnmvqbh6zd1v0wss6q9ps8j1jp2pfkf0-uv-0.12.1",
235235
"default": true
236236
}
237237
],
238-
"store_path": "/nix/store/f0kyi2i8xrfx7i405n5qy97kr0y5b2wv-uv-0.11.25"
238+
"store_path": "/nix/store/hnmvqbh6zd1v0wss6q9ps8j1jp2pfkf0-uv-0.12.1"
239239
},
240240
"aarch64-linux": {
241241
"outputs": [
242242
{
243243
"name": "out",
244-
"path": "/nix/store/8qd81vygrwkvp8ndg3ihj9wq3pl97hfd-uv-0.11.25",
244+
"path": "/nix/store/xn0b6fcg7zzifjjbpzi6bs57nbyjxqn1-uv-0.12.1",
245245
"default": true
246246
}
247247
],
248-
"store_path": "/nix/store/8qd81vygrwkvp8ndg3ihj9wq3pl97hfd-uv-0.11.25"
249-
},
250-
"x86_64-darwin": {
251-
"outputs": [
252-
{
253-
"name": "out",
254-
"path": "/nix/store/z4dcs3l0khfc2hky62bhy6v45lmysdvz-uv-0.11.25",
255-
"default": true
256-
}
257-
],
258-
"store_path": "/nix/store/z4dcs3l0khfc2hky62bhy6v45lmysdvz-uv-0.11.25"
248+
"store_path": "/nix/store/xn0b6fcg7zzifjjbpzi6bs57nbyjxqn1-uv-0.12.1"
259249
},
260250
"x86_64-linux": {
261251
"outputs": [
262252
{
263253
"name": "out",
264-
"path": "/nix/store/cgvijxnmydknslkl368k4j4j43akvl8b-uv-0.11.25",
254+
"path": "/nix/store/6fgvwx21832s8ygpzm4x3i29p4ac8gxn-uv-0.12.1",
265255
"default": true
266256
}
267257
],
268-
"store_path": "/nix/store/cgvijxnmydknslkl368k4j4j43akvl8b-uv-0.11.25"
258+
"store_path": "/nix/store/6fgvwx21832s8ygpzm4x3i29p4ac8gxn-uv-0.12.1"
269259
}
270260
}
271261
}

0 commit comments

Comments
 (0)