8000 chore(deps): bump the sdk-python-docker group across 2 directories with 3 updates by dependabot[bot] · Pull Request #10549 · dagger/dagger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump the sdk-python-docker group across 2 directories with 3 update 8000 s #10549

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

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the sdk-python-docker group with 1 update in the /modules/ruff/build directory: astral-sh/ruff.
Bumps the sdk-python-docker group with 2 updates in the /sdk/python/runtime directory: python and astral-sh/uv.

Updates astral-sh/ruff from 0.11.12 to 0.11.13

Release notes

Sourced from astral-sh/ruff's releases.

0.11.13

Release Notes

Preview features

  • [airflow] Add unsafe fix for module moved cases (AIR301,AIR311,AIR312,AIR302) (#18367,#18366,#18363,#18093)
  • [refurb] Add coverage of set and frozenset calls (FURB171) (#18035)
  • [refurb] Mark FURB180 fix unsafe when class has bases (#18149)

Bug fixes

  • [perflint] Fix missing parentheses for lambda and ternary conditions (PERF401, PERF403) (#18412)
  • [pyupgrade] Apply UP035 only on py313+ for get_type_hints() (#18476)
  • [pyupgrade] Make fix unsafe if it deletes comments (UP004,UP050) (#18393, #18390)

Rule changes

  • [fastapi] Avoid false positive for class dependencies (FAST003) (#18271)

Documentation

  • Update editor setup docs for Neovim and Vim (#18324)

Other changes

  • Support Python 3.14 template strings (t-strings) in formatter and parser (#17851)

Contributors

... (truncated)

Changelog

Sourced from astral-sh/ruff's changelog.

0.11.13

Preview features

  • [airflow] Add unsafe fix for module moved cases (AIR301,AIR311,AIR312,AIR302) (#18367,#18366,#18363,#18093)
  • [refurb] Add coverage of set and frozenset calls (FURB171) (#18035)
  • [refurb] Mark FURB180 fix unsafe when class has bases (#18149)

Bug fixes

  • [perflint] Fix missing parentheses for lambda and ternary conditions (PERF401, PERF403) (#18412)
  • [pyupgrade] Apply UP035 only on py313+ for get_type_hints() (#18476)
  • [pyupgrade] Make fix unsafe if it deletes comments (UP004,UP050) (#18393, #18390)
  • Rule changes

    • [fastapi] Avoid false positive for class dependencies (FAST003) (#18271)

    Documentation

    • Update editor setup docs for Neovim and Vim (#18324)

    Other changes

    • Support Python 3.14 template strings (t-strings) in formatter and parser (#17851)
Commits
  • 5faf72a Bump 0.11.13 (#18484)
  • 28dbc5c [ty] Fix completion order in playground (#18480)
  • ce216c7 Remove Message::to_rule (#18447)
  • 33468cc [pyupgrade] Apply UP035 only on py313+ for get_type_hints() (#18476)
  • 8531f4b [ty] Add infrastructure for AST garbage collection (#18445)
  • 5510020 [ty] IDE: add support for object.\<CURSOR> completions (#18468)
  • c0bb83b [perflint] fix missing parentheses for lambda and ternary conditions (PERF4...
  • 74a4e9a Combine lint and syntax error handling (#18471)
  • 8485dbb [ty] Fix --python argument for Windows, and improve error messages for bad ...
  • 0858896 [ty] type narrowing by attribute/subscript assignments (#18041)
  • Additional commits viewable in compare view

Updates python from fd95fa2 to 0175d8f

Updates astral-sh/uv from 0.7.9 to 0.7.12

Release notes

Sourced from astral-sh/uv's releases.

0.7.12

Release Notes

Enhancements

  • Add uv python pin --rm to remove .python-version pins (#13860)

  • Don't hint at versions removed by excluded-newer (#13884)

  • Add hint to use tool.uv.environments on resolution error (#13455)

  • Add hint to use tool.uv.required-environments on resolution error (#13575)

  • Improve python pin error messages (#13862)

Bug fixes

  • Lock environments during uv sync, uv add and uv remove to prevent race conditions (#13869)
  • Add --no-editable to uv export for pylock.toml (#13852)

Documentation

  • List .gitignore in project init files (#13855)
  • Move the pip interface documentation into the concepts section (#13841)
  • Remove the configuration section in favor of concepts / reference (#13842)
  • Update Git and GitHub Actions docs to mention gh auth login (#13850)

Preview

  • Fix directory glob traversal fallback preventing exclusion of all files (#13882)

Install uv 0.7.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.ps1 | iex"

Download uv 0.7.12

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.7.12

Enhancements

  • Add uv python pin --rm to remove .python-version pins (#13860)

  • Don't hint at versions removed by excluded-newer (#13884)

  • Add hint to use tool.uv.environments on resolution error (#13455)

  • Add hint to use tool.uv.required-environments on resolution error (#13575)

  • Improve python pin error messages (#13862)

Bug fixes

  • Lock environments during uv sync, uv add and uv remove to prevent race conditions (#13869)
  • Add --no-editable to uv export for pylock.toml (#13852)

Documentation

  • List .gitignore in project init files (#13855)
  • Move the pip interface documentation into the concepts section (#13841)
  • Remove the configuration section in favor of concepts / reference (#13842)
  • Update Git and GitHub Actions docs to mention gh auth login (#13850)

Preview

  • Fix directory glob traversal fallback preventing exclusion of all files (#13882)

0.7.11

Python

  • Add Python 3.14.0b1
  • Add Python 3.13.4
  • Add Python 3.12.11
  • Add Python 3.11.13
  • Add Python 3.10.18
  • Add Python 3.9.23

Enhancements

  • Add Pyodide support (#12731)
  • Better error message for version specifier with missing operator (#13803)

Bug fixes

  • Downgrade reqwest and hyper-util to resolve connection reset errors over IPv6 (#13835)
  • Prefer uv's binary's version when checking if it's up to date (#13840)

Documentation

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added area/sdk/python kind/dependencies Pull requests that update a dependency file labels Jun 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 07:51
@dependabot dependabot bot added kind/dependencies Pull requests that update a dependency file area/sdk/python labels Jun 9, 2025
…th 3 updates

Bumps the sdk-python-docker group with 1 update in the /modules/ruff/build directory: [astral-sh/ruff](https://github.com/astral-sh/ruff).
Bumps the sdk-python-docker group with 2 updates in the /sdk/python/runtime directory: python and [astral-sh/uv](https://github.com/astral-sh/uv).


Updates `astral-sh/ruff` from 0.11.12 to 0.11.13
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.11.12...0.11.13)

Updates `python` from `fd95fa2` to `0175d8f`

Updates `astral-sh/uv` from 0.7.9 to 0.7.12
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.9...0.7.12)

---
updated-dependencies:
- dependency-name: astral-sh/ruff
  dependency-version: 0.11.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-python-docker
- dependency-name: python
  dependency-version: 3.12-slim
  dependency-type: direct:production
  dependency-group: sdk-python-docker
- dependency-name: astral-sh/uv
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-python-docker
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/docker/modules/ruff/build/sdk-python-docker-033c43a555 branch from ca3e900 to 8bc7338 Compare June 16, 2025 07:33
@helderco helderco merged commit 487957d into main Jun 17, 2025
55 of 57 checks passed
@dependabot dependabot bot deleted the dependabot/docker/modules/ruff/build/sdk-python-docker-033c43a555 branch June 17, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sdk/python kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0