Skip to content

chore(deps): bump the sdk-python-docker group across 2 directories with 3 updates#9946

Merged
helderco merged 3 commits into
mainfrom
dependabot/docker/modules/ruff/build/sdk-python-docker-6cafcfcaae
Mar 25, 2025
Merged

chore(deps): bump the sdk-python-docker group across 2 directories with 3 updates#9946
helderco merged 3 commits into
mainfrom
dependabot/docker/modules/ruff/build/sdk-python-docker-6cafcfcaae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 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.9.10 to 0.11.2

Release notes

Sourced from astral-sh/ruff's releases.

0.11.2

Release Notes

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

Contributors

Install ruff 0.11.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.ps1 | iex"

Download ruff 0.11.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum

... (truncated)

Changelog

Sourced from astral-sh/ruff's changelog.

0.11.2

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)

0.11.0

This is a follow-up to release 0.10.0. Because of a mistake in the release process, the requires-python inference changes were not included in that release. Ruff 0.11.0 now includes this change as well as the stabilization of the preview behavior for PGH004.

Breaking changes

  • Changes to how the Python version is inferred when a target-version is not specified (#16319)

    In previous versions of Ruff, you could specify your Python version with:

    • The target-version option in a ruff.toml file or the [tool.ruff] section of a pyproject.toml file.

... (truncated)

Commits

Updates python from aaa3f8c to a866731

Updates astral-sh/uv from 0.6.5 to 0.6.9

Release notes

Sourced from astral-sh/uv's releases.

0.6.9

Release Notes

Enhancements

  • Use keyring --mode creds when authenticate = "always" (#12316)
  • Fail with specific error message when no password is present and authenticate = "always" (#12313)

Bug fixes

  • Add boolish value parser for UV_MANAGED_PYTHON flags (#12345)
  • Make deserialization non-fatal when assessing source tree revisions (#12319)
  • Use resolver-returned wheel over alternate cached wheel (#12301)

Documentation

  • Add experimental --torch-backend to the PyTorch guide (#12317)
  • Fix #keyring-provider references in alternative index docs (#12315)
  • Fix --directory path in examples (#12165)

Preview changes

  • Automatically infer the PyTorch index via --torch-backend=auto (#12070)

uv 0.6.9

Install uv 0.6.9

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.6.9

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
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.6.9

Enhancements

  • Use keyring --mode creds when authenticate = "always" (#12316)
  • Fail with specific error message when no password is present and authenticate = "always" (#12313)

Bug fixes

  • Add boolish value parser for UV_MANAGED_PYTHON flags (#12345)
  • Make deserialization non-fatal when assessing source tree revisions (#12319)
  • Use resolver-returned wheel over alternate cached wheel (#12301)

Documentation

  • Add experimental --torch-backend to the PyTorch guide (#12317)
  • Fix #keyring-provider references in alternative index docs (#12315)
  • Fix --directory path in examples (#12165)

Preview changes

  • Automatically infer the PyTorch index via --torch-backend=auto (#12070)

0.6.8

Enhancements

  • Add support for enabling all groups by default with default-groups = "all" (#12289)
  • Add simpler --managed-python and --no-managed-python flags for toggling Python preferences (#12246)

Performance

  • Avoid allocations for default cache keys (#12063)

Bug fixes

  • Allow local version mismatches when validating lockfile (#12285)
  • Allow owned string when deserializing requires-python (#12278)
  • Make cache errors non-fatal in Planner::build (#12281)

0.6.7

Python

  • Add CPython 3.14.0a6
  • Fix regression where extension modules would use wrong CXX compiler on Linux
  • Enable FTS3 enhanced query syntax for SQLite

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

... (truncated)

Commits
  • 3d94602 Bump version to 0.6.9 (#12347)
  • 4b8a2de Add boolish value parser for *MANAGED_PYTHON flags (#12345)
  • 584dd36 Fix cache_prune::prune_unzipped test to match updated error message format (#...
  • 37c25f2 Use keyring --mode creds when authenticate = "always" (#12316)
  • 011a6de Make deserialization non-fatal when assessing source tree revisions (#12319)
  • bf12cdb Add experimental --torch-backend to the PyTorch guide (#12317)
  • 615cd6e Fail with specific error message when no password on auth always (#12313)
  • f7d9b0e Fix #keyring-provider references in alternative index docs (#12315)
  • 5173b59 Automatically infer the PyTorch index via --torch-backend=auto (#12070)
  • e40c551 Use resolver-returned wheel over alternate cached wheel (#12301)
  • Additional commits viewable in compare view

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 requested a review from a team as a code owner March 24, 2025 07:47
@dependabot dependabot Bot added area/sdk/python kind/dependencies Pull requests that update a dependency file labels Mar 24, 2025
@helderco
Copy link
Copy Markdown
Contributor

@dependabot rebase

…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.9.10 to 0.11.2
- [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.9.10...0.11.2)

Updates `python` from `aaa3f8c` to `a866731`

Updates `astral-sh/uv` from 0.6.5 to 0.6.9
- [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.6.5...0.6.9)

---
updated-dependencies:
- dependency-name: astral-sh/ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-python-docker
- dependency-name: python
  dependency-type: direct:production
  dependency-group: sdk-python-docker
- dependency-name: astral-sh/uv
  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-6cafcfcaae branch from 6ae79be to 83c8a1d Compare March 24, 2025 19:51
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
@helderco helderco merged commit 1e8da8a into main Mar 25, 2025
@dependabot dependabot Bot deleted the dependabot/docker/modules/ruff/build/sdk-python-docker-6cafcfcaae branch March 25, 2025 00:27
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