Skip to content

ci(deps): bump astral-sh/setup-uv from 5 to 7#13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/astral-sh/setup-uv-7
Open

ci(deps): bump astral-sh/setup-uv from 5 to 7#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/astral-sh/setup-uv-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown

Bumps astral-sh/setup-uv from 5 to 7.

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.2.1 🌈 update known checksums up to 0.9.28

Changes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v7.0.0 🌈 node24 and a lot of bugfixes

Changes

This release comes with a load of bug fixes and a speed up. Because of switching from node20 to node24 it is also a breaking change. If you are running on GitHub hosted runners this will just work, if you are using self-hosted runners make sure, that your runners are up to date. If you followed the normal installation instructions your self-hosted runner will keep itself updated.

This release also removes the deprecated input server-url which was used to download uv releases from a different server. The manifest-file input supersedes that functionality by adding a flexible way to define available versions and where they should be downloaded from.

Fixes

  • The action now respects when the environment variable UV_CACHE_DIR is already set and does not overwrite it. It now also finds cache-dir settings in config files if you set them.
  • Some users encountered problems that cache pruning took forever because they had some uv processes running in the background. Starting with uv version 0.8.24 this action uses uv cache prune --ci --force to ignore the running processes
  • If you just want to install uv but not have it available in path, this action now respects UV_NO_MODIFY_PATH
  • Some other actions also set the env var UV_CACHE_DIR. This action can now deal with that but as this could lead to unwanted behavior in some edgecases a warning is now displayed.

Improvements

If you are using minimum version specifiers for the version of uv to install for example

[tool.uv]
required-version = ">=0.8.17"

This action now detects that and directly uses the latest version. Previously it would download all available releases from the uv repo to determine the highest matching candidate for the version specifier, which took much more time.

If you are using other specifiers like 0.8.x this action still needs to download all available releases because the specifier defines an upper bound (not 0.9.0 or later) and "latest" would possibly not satisfy that.

🚨 Breaking changes

... (truncated)

Commits
  • 37802ad Fetch uv from Astral's mirror by default (#809)
  • 9f00d18 chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#808)
  • fd8f376 Switch to ESM for source and test, use CommonJS for dist (#806)
  • f9070de Bump deps (#805)
  • cadb67b chore: update known checksums for 0.10.10 (#804)
  • e06108d Use astral-sh/versions as primary version provider (#802)
  • 0f6ec07 docs: replace copilot instructions with AGENTS.md (#794)
  • 821e5c9 docs: add cross-client dependabot rollup skill (#793)
  • 6ee6290 chore(deps): bump versions (#792)
  • 9f332a1 Add riscv64 architecture support to platform detection (#791)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

⚠️ 依赖升级后测试失败。请参阅 AUTONOMOUS_FIX.md 的「维度4 依赖升级修复」章节。

失败摘要:

configfile: pyproject.toml
plugins: anyio-4.12.1, benchmark-5.2.3, langsmith-0.8.8, asyncio-1.4.0, cov-7.1.0, mock-3.15.1
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 29 items / 1 error

==================================== ERRORS ====================================
___________ ERROR collecting tests/embodied/test_explore_embodied.py ___________
ImportError while importing test module '/home/runner/work/cliany.site/cliany.site/tests/embodied/test_explore_embodied.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/embodied/test_explore_embodied.py:7: in <module>
    from playwright.async_api import async_playwright
E   ModuleNotFoundError: No module named 'playwright'
=========================== short test summary info ============================
ERROR tests/embodied/test_explore_embodied.py
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.68s ===============================

@dependabot dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-7 branch from 6fcff53 to 35eb165 Compare June 15, 2026 10:14
@github-actions

Copy link
Copy Markdown

⚠️ 依赖升级后测试失败。请参阅 AUTONOMOUS_FIX.md 的「维度4 依赖升级修复」章节。

失败摘要:

configfile: pyproject.toml
plugins: asyncio-1.4.0, langsmith-0.8.15, benchmark-5.2.3, mock-3.15.1, cov-7.1.0, anyio-4.12.1
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 29 items / 1 error

==================================== ERRORS ====================================
___________ ERROR collecting tests/embodied/test_explore_embodied.py ___________
ImportError while importing test module '/home/runner/work/cliany.site/cliany.site/tests/embodied/test_explore_embodied.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/embodied/test_explore_embodied.py:7: in <module>
    from playwright.async_api import async_playwright
E   ModuleNotFoundError: No module named 'playwright'
=========================== short test summary info ============================
ERROR tests/embodied/test_explore_embodied.py
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.62s ===============================

@dependabot dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-7 branch from 35eb165 to dc68bd0 Compare June 17, 2026 07:51
@github-actions

Copy link
Copy Markdown

⚠️ 依赖升级后测试失败。请参阅 AUTONOMOUS_FIX.md 的「维度4 依赖升级修复」章节。

失败摘要:

configfile: pyproject.toml
plugins: asyncio-1.4.0, benchmark-5.2.3, mock-3.15.1, cov-7.1.0, langsmith-0.8.16, anyio-4.12.1
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 29 items / 1 error

==================================== ERRORS ====================================
___________ ERROR collecting tests/embodied/test_explore_embodied.py ___________
ImportError while importing test module '/home/runner/work/cliany.site/cliany.site/tests/embodied/test_explore_embodied.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/embodied/test_explore_embodied.py:7: in <module>
    from playwright.async_api import async_playwright
E   ModuleNotFoundError: No module named 'playwright'
=========================== short test summary info ============================
ERROR tests/embodied/test_explore_embodied.py
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.62s ===============================

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-7 branch from dc68bd0 to e634756 Compare June 20, 2026 11:48
@github-actions

Copy link
Copy Markdown

⚠️ 依赖升级后测试失败。请参阅 AUTONOMOUS_FIX.md 的「维度4 依赖升级修复」章节。

失败摘要:

test_normalize_platform_current_host_p95       1.5227 (1.0)       14.8743 (1.0)        1.5912 (1.0)      0.2542 (1.0)        1.5697 (1.0)      0.0200 (1.0)     1417;4756      628.4734 (1.0)      191205           3
test_normalize_platform_linux_x86_64           1.5720 (1.03)      97.5330 (6.56)       1.6705 (1.05)     0.5150 (2.03)       1.6430 (1.05)     0.0310 (1.55)     855;5178      598.6194 (0.95)     180800           1
test_normalize_platform_darwin_x86_64          1.5830 (1.04)      25.0970 (1.69)       1.6949 (1.07)     0.4327 (1.70)       1.6730 (1.07)     0.0400 (2.00)     647;2864      590.0110 (0.94)     165262           1
test_normalize_platform_windows_amd64          1.5930 (1.05)      26.1990 (1.76)       1.6912 (1.06)     0.4328 (1.70)       1.6640 (1.06)     0.0300 (1.50)     693;5348      591.2866 (0.94)     170011           1
test_normalize_platform_darwin_arm64           1.6330 (1.07)      21.8810 (1.47)       1.7376 (1.09)     0.4282 (1.68)       1.7130 (1.09)     0.0400 (2.00)     506;1750      575.5029 (0.92)      94697           1
test_adapter_generation_empty_commands         4.4280 (2.91)      31.0690 (2.09)       4.6619 (2.93)     0.7673 (3.02)       4.5990 (2.93)     0.0710 (3.55)     453;1473      214.5033 (0.34)      57764           1
test_adapter_generation_p95                   46.1970 (30.34)     90.9910 (6.12)      49.2402 (30.95)    4.6140 (18.15)     47.8900 (30.51)    0.8730 (43.65)     267;446       20.3086 (0.03)       3428           1
test_adapter_generation_multi_commands       107.2820 (70.46)    238.1380 (16.01)    114.2034 (71.77)    7.8185 (30.76)    111.2690 (70.89)    2.8657 (143.29)    717;858        8.7563 (0.01)       5683           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean
=========================== short test summary info ============================
FAILED tests/test_obscura_explore_compat.py::TestExploreCommandGate::test_chrome_provider_passes_gate_hits_cdp_check - AssertionError: assert 'E_QA_OFFLINE...SING_FAKE_LLM' == 'E_CDP_UNAVAILABLE'
  
  - E_CDP_UNAVAILABLE
  + E_QA_OFFLINE_MISSING_FAKE_LLM
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
================== 1 failed, 1145 passed, 1 skipped in 16.62s ==================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants