Skip to content

chore: bump the sdk-python-docker group across 2 directories with 3 updates#11387

Merged
eunomie merged 1 commit into
mainfrom
dependabot/docker/modules/ruff/build/sdk-python-docker-a92de43bd9
Nov 10, 2025
Merged

chore: bump the sdk-python-docker group across 2 directories with 3 updates#11387
eunomie merged 1 commit into
mainfrom
dependabot/docker/modules/ruff/build/sdk-python-docker-a92de43bd9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 10, 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.14.3 to 0.14.4

Release notes

Sourced from astral-sh/ruff's releases.

0.14.4

Release Notes

Released on 2025-11-06.

Preview features

  • [formatter] Allow newlines after function headers without docstrings (#21110)
  • [formatter] Avoid extra parentheses for long match patterns with as captures (#21176)
  • [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) (#21259)
  • [refurb] Preserve argument ordering in autofix (FURB103) (#20790)

Bug fixes

  • [server] Fix missing diagnostics for notebooks (#21156)
  • [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 (#21131)
  • [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) (#21190)
  • [ruff] Fix false positives on starred arguments (RUF057) (#21256)

Rule changes

  • [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) (#21220)

Documentation

  • Improve extend docs (#21135)
  • [flake8-comprehensions] Fix typo in C416 documentation (#21184)
  • Revise Ruff setup instructions for Zed editor (#20935)

Other changes

  • Make ruff analyze graph work with jupyter notebooks (#21161)

Contributors

Install ruff 0.14.4

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from astral-sh/ruff's changelog.

0.14.4

Released on 2025-11-06.

Preview features

  • [formatter] Allow newlines after function headers without docstrings (#21110)
  • [formatter] Avoid extra parentheses for long match patterns with as captures (#21176)
  • [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) (#21259)
  • [refurb] Preserve argument ordering in autofix (FURB103) (#20790)

Bug fixes

  • [server] Fix missing diagnostics for notebooks (#21156)
  • [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 (#21131)
  • [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) (#21190)
  • [ruff] Fix false positives on starred arguments (RUF057) (#21256)

Rule changes

  • [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) (#21220)

Documentation

  • Improve extend docs (#21135)
  • [flake8-comprehensions] Fix typo in C416 documentation (#21184)
  • Revise Ruff setup instructions for Zed editor (#20935)

Other changes

  • Make ruff analyze graph work with jupyter notebooks (#21161)

Contributors

Commits

Updates python from 0222b79 to 85dfbf1

Updates astral-sh/uv from 0.9.7 to 0.9.8

Release notes

Sourced from astral-sh/uv's releases.

0.9.8

Release Notes

Released on 2025-11-07.

Enhancements

  • Accept multiple packages in uv export (#16603)
  • Accept multiple packages in uv sync (#16543)
  • Add a uv cache size command (#16032)
  • Add prerelease guidance for build-system resolution failures (#16550)
  • Allow Python requests to include +gil to require a GIL-enabled interpreter (#16537)
  • Avoid pluralizing 'retry' for single value (#16535)
  • Enable first-class dependency exclusions (#16528)
  • Fix inclusive constraints on available package versions in resolver errors (#16629)
  • Improve uv init error for invalid directory names (#16554)
  • Show help on uv build -h (#16632)
  • Include the Python variant suffix in "Using Python ..." messages (#16536)
  • Log most recently modified file for cache-keys (#16338)
  • Update Docker builds to use nightly Rust toolchain with musl v1.2.5 (#16584)

Configuration

  • Expose UV_NO_GROUP as an environment variable (#16529)
  • Add UV_NO_SOURCES as an environment variable (#15883)

Bug fixes

  • Allow --check and --locked to be used together in uv lock (#16538)
  • Allow for unnormalized names in the METADATA file (#16547) (#16548)
  • Fix missing value_type for default-groups in schema (#16575)
  • Respect multi-GPU outputs in nvidia-smi (#15460)
  • Fix DNS lookup errors in Docker containers (#8450)

Documentation

  • Fix typo in uv tool list doc (#16625)
  • Note uv pip list name normalization in docs (#13210)

Other changes

  • Update Rust toolchain to 1.91 and MSRV to 1.89 (#16531)

Install uv 0.9.8

Install prebuilt binaries via shell script

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

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.9.8

Released on 2025-11-07.

Enhancements

  • Accept multiple packages in uv export (#16603)
  • Accept multiple packages in uv sync (#16543)
  • Add a uv cache size command (#16032)
  • Add prerelease guidance for build-system resolution failures (#16550)
  • Allow Python requests to include +gil to require a GIL-enabled interpreter (#16537)
  • Avoid pluralizing 'retry' for single value (#16535)
  • Enable first-class dependency exclusions (#16528)
  • Fix inclusive constraints on available package versions in resolver errors (#16629)
  • Improve uv init error for invalid directory names (#16554)
  • Show help on uv build -h (#16632)
  • Include the Python variant suffix in "Using Python ..." messages (#16536)
  • Log most recently modified file for cache-keys (#16338)
  • Update Docker builds to use nightly Rust toolchain with musl v1.2.5 (#16584)
  • Add GitHub attestations for uv release artifacts (#11357)

Configuration

  • Expose UV_NO_GROUP as an environment variable (#16529)
  • Add UV_NO_SOURCES as an environment variable (#15883)

Bug fixes

  • Allow --check and --locked to be used together in uv lock (#16538)
  • Allow for unnormalized names in the METADATA file (#16547) (#16548)
  • Fix missing value_type for default-groups in schema (#16575)
  • Respect multi-GPU outputs in nvidia-smi (#15460)
  • Fix DNS lookup errors in Docker containers (#8450)

Documentation

  • Fix typo in uv tool list doc (#16625)
  • Note uv pip list name normalization in docs (#13210)

Other changes

  • Update Rust toolchain to 1.91 and MSRV to 1.89 (#16531)
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

…pdates

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.14.3 to 0.14.4
- [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.14.3...0.14.4)

Updates `python` from `0222b79` to `85dfbf1`

Updates `astral-sh/uv` from 0.9.7 to 0.9.8
- [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.9.7...0.9.8)

---
updated-dependencies:
- dependency-name: astral-sh/ruff
  dependency-version: 0.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-python-docker
- dependency-name: python
  dependency-version: 3.13.9-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-python-docker
- dependency-name: astral-sh/uv
  dependency-version: 0.9.8
  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 added area/sdk/python kind/dependencies Pull requests that update a dependency file labels Nov 10, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 10, 2025 07:21
@dependabot dependabot Bot added kind/dependencies Pull requests that update a dependency file area/sdk/python labels Nov 10, 2025
Copy link
Copy Markdown
Member

@eunomie eunomie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

red check seems unrelated

@eunomie eunomie merged commit 28d2f72 into main Nov 10, 2025
51 of 53 checks passed
@dependabot dependabot Bot deleted the dependabot/docker/modules/ruff/build/sdk-python-docker-a92de43bd9 branch November 10, 2025 09:21
raykao pushed a commit to raykao/dagger that referenced this pull request Dec 9, 2025
…pdates (dagger#11387)

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.14.3 to 0.14.4
- [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.14.3...0.14.4)

Updates `python` from `0222b79` to `85dfbf1`

Updates `astral-sh/uv` from 0.9.7 to 0.9.8
- [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.9.7...0.9.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
raykao pushed a commit to raykao/dagger that referenced this pull request Dec 14, 2025
…pdates (dagger#11387)

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.14.3 to 0.14.4
- [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.14.3...0.14.4)

Updates `python` from `0222b79` to `85dfbf1`

Updates `astral-sh/uv` from 0.9.7 to 0.9.8
- [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.9.7...0.9.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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