Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd1a83a

Browse files
fix(deps): lock file maintenance regular dependency updates (#1093)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent24b2272 commitcd1a83a

File tree

6 files changed

+80
-80
lines changed

6 files changed

+80
-80
lines changed

‎.github/workflows/benchmark.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
-uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8# v5.0.0
1717
with:
1818
persist-credentials:false
19-
-uses:astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c# v7.0.0
19+
-uses:astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d# v7.1.0
2020
-name:Install UV dependencies
2121
run:|
2222
for _ in $(seq 5); do
2323
if uv sync; then
2424
break
2525
fi
2626
done
27-
-uses:CodSpeedHQ/action@3959e9e296ef25296e93e32afcc97196f966e57f# v4.1.0
27+
-uses:CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9# v4.1.1
2828
with:
2929
mode:instrumentation
3030
run:uv run pytest --codspeed

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-uses:denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb# v2.0.3
2222
with:
2323
deno-version-file:.dvmrc
24-
-uses:astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c# v7.0.0
24+
-uses:astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d# v7.1.0
2525
-name:Install UV dependencies
2626
run:|
2727
for _ in $(seq 5); do

‎benchmarks/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = "==3.10.*" # I actually want to use 3.9, but bpy 3.6.* doesn't
66
dependencies = [
77
"io-scene-vrm",
88
"pytest ==8.4.2",
9-
"pytest-codspeed ==4.0.0",
9+
"pytest-codspeed ==4.1.1",
1010
]
1111

1212
[tool.uv.sources]
@@ -21,5 +21,5 @@ extend-ignore = [
2121
]
2222

2323
[build-system]
24-
requires = ["uv_build>=0.8.4,<0.9.0"]
24+
requires = ["uv_build>=0.9.2,<0.10.0"]
2525
build-backend ="uv_build"

‎pyproject.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ dev = [
2222
"codespell ==2.4.1",
2323
"io-scene-vrm-benchmarks",
2424
"pygit2 ==1.18.2",
25-
"pyrefly ==0.35.0",
25+
"pyrefly ==0.36.2",
2626
"requests ==2.32.5",
27-
"ruff ==0.13.3",
27+
"ruff ==0.14.0",
2828
"starry-bpy-typings",
2929
"tqdm ==4.67.1",
30-
"ty ==0.0.1a21",
30+
"ty ==0.0.1a22",
3131
"types-pygit2 ==1.15.0.20250319",
3232
"types-tqdm ==4.67.0.20250809",
3333
"vncdotool ==1.2.0",
@@ -189,5 +189,5 @@ project-excludes = [
189189
python-version ="3.9.0"# It overrides 'project.requires-python = "== 3.10.*"'
190190

191191
[build-system]
192-
requires = ["uv_build>=0.8.4,<0.9.0"]
192+
requires = ["uv_build>=0.9.2,<0.10.0"]
193193
build-backend ="uv_build"

‎typings/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ extend-ignore = [
3737
max-args =80
3838

3939
[build-system]
40-
requires = ["uv_build>=0.8.4,<0.9.0"]
40+
requires = ["uv_build>=0.9.2,<0.10.0"]
4141
build-backend ="uv_build"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp