Skip to content

Commit 94bd16f

Browse files
renovate-botsisp
authored andcommitted
build(deps): update dependency uv to v0.8.2
1 parent 404130b commit 94bd16f

4 files changed

Lines changed: 15 additions & 15 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.7.21"
22+
UV_VERSION: "0.8.2"
2323
# renovate: datasource=github-tags depName=devbox packageName=jetify-com/devbox
2424
DEVBOX_VERSION: "0.15.0"
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.7.21"
10+
UV_VERSION: "0.8.2"
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.3.0",
66
"git@2.50.0",
77
"nodePackages.prettier@3.3.3",
8-
"uv@0.7.21"
8+
"uv@0.8.2"
99
],
1010
"env": {
1111
"GIT_EXTERNAL_DIFF": "difft"

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -221,51 +221,51 @@
221221
}
222222
}
223223
},
224-
"uv@0.7.21": {
225-
"last_modified": "2025-07-18T03:30:42Z",
226-
"resolved": "github:NixOS/nixpkgs/e821e03193486359aa942372be2d9c1f377b7a18#uv",
224+
"uv@0.8.2": {
225+
"last_modified": "2025-07-24T15:00:16Z",
226+
"resolved": "github:NixOS/nixpkgs/b74a30dbc0a72e20df07d43109339f780b439291#uv",
227227
"source": "devbox-search",
228-
"version": "0.7.21",
228+
"version": "0.8.2",
229229
"systems": {
230230
"aarch64-darwin": {
231231
"outputs": [
232232
{
233233
"name": "out",
234-
"path": "/nix/store/m8b6znv7niifd5y81xiqskq9f6l24m59-uv-0.7.21",
234+
"path": "/nix/store/6iy8d2cn8sykw5h8lzylc46vv3ah00p0-uv-0.8.2",
235235
"default": true
236236
}
237237
],
238-
"store_path": "/nix/store/m8b6znv7niifd5y81xiqskq9f6l24m59-uv-0.7.21"
238+
"store_path": "/nix/store/6iy8d2cn8sykw5h8lzylc46vv3ah00p0-uv-0.8.2"
239239
},
240240
"aarch64-linux": {
241241
"outputs": [
242242
{
243243
"name": "out",
244-
"path": "/nix/store/shp23a0fix121m5ww06s49lf8jv0j3l3-uv-0.7.21",
244+
"path": "/nix/store/mr45kbhf7s1slkm10ba21skch5qvbag3-uv-0.8.2",
245245
"default": true
246246
}
247247
],
248-
"store_path": "/nix/store/shp23a0fix121m5ww06s49lf8jv0j3l3-uv-0.7.21"
248+
"store_path": "/nix/store/mr45kbhf7s1slkm10ba21skch5qvbag3-uv-0.8.2"
249249
},
250250
"x86_64-darwin": {
251251
"outputs": [
252252
{
253253
"name": "out",
254-
"path": "/nix/store/lhqpx3ih7s7i33hf2x2jk14394vwhdn3-uv-0.7.21",
254+
"path": "/nix/store/3k7b264mci6jgb8whw47wixjvfg8ws6g-uv-0.8.2",
255255
"default": true
256256
}
257257
],
258-
"store_path": "/nix/store/lhqpx3ih7s7i33hf2x2jk14394vwhdn3-uv-0.7.21"
258+
"store_path": "/nix/store/3k7b264mci6jgb8whw47wixjvfg8ws6g-uv-0.8.2"
259259
},
260260
"x86_64-linux": {
261261
"outputs": [
262262
{
263263
"name": "out",
264-
"path": "/nix/store/9wbx1pv6ivjl2bpn018h5nbi1cxy9fkb-uv-0.7.21",
264+
"path": "/nix/store/sd4i4r0w1dx5bqxwlpgi5wrza8p850xp-uv-0.8.2",
265265
"default": true
266266
}
267267
],
268-
"store_path": "/nix/store/9wbx1pv6ivjl2bpn018h5nbi1cxy9fkb-uv-0.7.21"
268+
"store_path": "/nix/store/sd4i4r0w1dx5bqxwlpgi5wrza8p850xp-uv-0.8.2"
269269
}
270270
}
271271
}

0 commit comments

Comments
 (0)