Skip to content

Update all non-major dependencies #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2025

This PR contains the following updates:

Package Type Update Change
docker/setup-buildx-action action minor v3.10.0 -> v3.11.1
ghcr.io/astral-sh/uv final patch 0.7.12 -> 0.7.15
sigstore/cosign-installer action minor v3.8.2 -> v3.9.1

Release Notes

docker/setup-buildx-action (docker/setup-buildx-action)

v3.11.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.7.15

Compare Source

Enhancements
  • Consistently use Ordering::Relaxed for standalone atomic use cases (#​14190)
  • Warn on ambiguous relative paths for --index (#​14152)
  • Skip GitHub fast path when rate-limited (#​13033)
  • Preserve newlines in schema.json descriptions (#​13693)
Bug fixes
  • Add check for using minor version link when creating a venv on Windows (#​14252)
  • Strip query parameters when parsing source URL (#​14224)
Documentation
  • Add a link to PyPI FAQ to clarify what per-project token is (#​14242)
Preview features
  • Allow symlinks in the build backend (#​14212)

v0.7.14

Compare Source

Enhancements
  • Add XPU to --torch-backend (#​14172)
  • Add ROCm backends to --torch-backend (#​14120)
  • Remove preview label from --torch-backend (#​14119)
  • Add [tool.uv.dependency-groups].mygroup.requires-python (#​13735)
  • Add auto-detection for AMD GPUs (#​14176)
  • Show retries for HTTP status code errors (#​13897)
  • Support transparent Python patch version upgrades (#​13954)
  • Warn on empty index directory (#​13940)
  • Publish to DockerHub (#​14088)
Performance
  • Make cold resolves about 10% faster (#​14035)
Bug fixes
  • Don't use walrus operator in interpreter query script (#​14108)
  • Fix handling of changes to requires-python (#​14076)
  • Fix implied platform_machine marker for win_amd64 platform tag (#​14041)
  • Only update existing symlink directories on preview uninstall (#​14179)
  • Serialize Python requests for tools as canonicalized strings (#​14109)
  • Support netrc and same-origin credential propagation on index redirects (#​14126)
  • Support reading dependency-groups from pyproject.tomls with no [project] (#​13742)
  • Handle an existing shebang in uv init --script (#​14141)
  • Prevent concurrent updates of the environment in uv run (#​14153)
  • Filter managed Python distributions by platform before querying when included in request (#​13936)
Documentation
  • Replace cuda124 with cuda128 (#​14168)
  • Document the way member sources shadow workspace sources (#​14136)
  • Sync documented PyTorch integration index for CUDA and ROCm versions from PyTorch website (#​14100)

v0.7.13

Compare Source

Python
  • Add Python 3.14.0b2
  • Add Python 3.13.5
  • Fix stability of uuid.getnode on 3.13

See the
python-build-standalone release notes
for more details.

Enhancements
  • Download versions in uv python pin if not found (#​13946)
  • Use TTY detection to determine if SIGINT forwarding is enabled (#​13925)
  • Avoid fetching an exact, cached Git commit, even if it isn't locked (#​13748)
  • Add zstd and deflate to Accept-Encoding (#​13982)
  • Build binaries for riscv64 (#​12688)
Bug fixes
  • Check if relative URL is valid directory before treating as index (#​13917)
  • Ignore Python discovery errors during uv python pin (#​13944)
  • Do not allow uv add --group ... --script (#​13997)
Preview changes
  • Build backend: Support namespace packages (#​13833)
Documentation
  • Add 3.14 to the supported platform reference (#​13990)
  • Add an llms.txt to uv (#​13929)
  • Add supported macOS version to the platform reference (#​13993)
  • Update platform support reference to include Python implementation list (#​13991)
  • Update pytorch.md (#​13899)
  • Update the CLI help and reference to include references to the Python bin directory (#​13978)
sigstore/cosign-installer (sigstore/cosign-installer)

v3.9.1

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.9.0...v3.9.1

v3.9.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from febus982 as a code owner June 12, 2025 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e686f94 to b0f265a Compare June 16, 2025 16:54
@renovate renovate bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.7.13 Update all non-major dependencies Jun 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7429142 to 9080faa Compare June 18, 2025 10:45
Copy link

Code Climate has analyzed commit 9080faa and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (100% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9080faa to bd5abc3 Compare June 23, 2025 15:50
Copy link

qltysh bot commented Jun 23, 2025

Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff.

Total Coverage: This PR will not change total coverage.

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd5abc3 to 664becb Compare June 23, 2025 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 664becb to 9d0f18b Compare June 25, 2025 14:39
@febus982 febus982 merged commit d7f5b4c into main Jun 27, 2025
10 checks passed
@febus982 febus982 deleted the renovate/all-minor-patch branch June 27, 2025 07:48
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.

1 participant