chore: bump the python-packages group with 6 updates - #288
Merged
Conversation
Updates the requirements on [pyarrow](https://github.com/apache/arrow), [sqlglot](https://github.com/tobymao/sqlglot), [whenever](https://github.com/ariebovenberg/whenever), [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pyarrow` to 25.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-25.0.0...apache-arrow-25.0.1) Updates `sqlglot` to 30.17.0 - [Commits](tobymao/sqlglot@v30.15.0...v30.17.0) Updates `whenever` to 0.10.5 - [Release notes](https://github.com/ariebovenberg/whenever/releases) - [Changelog](https://github.com/ariebovenberg/whenever/blob/main/CHANGELOG.md) - [Commits](ariebovenberg/whenever@0.10.4...0.10.5) Updates `ruff` to 0.16.3 - [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.16.1...0.16.3) Updates `ty` to 0.0.71 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.69...0.0.71) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: sqlglot dependency-version: 30.17.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: whenever dependency-version: 0.10.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.71 dependency-type: direct:development dependency-group: python-packages - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
lidavidm
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on pyarrow, sqlglot, whenever, ruff, ty and setuptools to permit the latest version.
Updates
pyarrowto 25.0.1Release notes
Sourced from pyarrow's releases.
Commits
beccec0MINOR: [Release] Update versions for 25.0.17bdf01aMINOR: [Release] Update .deb/.rpm changelogs for 25.0.191dbae1MINOR: [Release] Update CHANGELOG.md for 25.0.1849d463GH-50808: [Python] Narrow Feather deprecation to V1 format (#50685)e70ebf5GH-50600: [Release] Pin Python version in Conda verificationf5037beGH-50578: [C++][FlightRPC][ODBC] Always return SQL_NO_DATA from GetMoreResult...1491589GH-50503: [Parquet] Remove SVE128 unpack (#50611)d1eaaedGH-50326: [Python] Convert arrays to Python objects without per-element Scala...fe14135GH-50428: [C++] Better mimalloc configuration on macOS (#50549)8fb632aGH-50383: [Release] Remove deprecated -f flag on conda create environment (#5...Updates
sqlglotto 30.17.0Commits
9a8129bfeat(executor): implement LENGTH [CLAUDE] (#8145)b7386b7fix(optimizer)!: scope DML / DDL query fragments properly (#8140)8619582fix(optimizer): preserve identifier meta when restoring JSON dot part case98f3d66feat(executor): implement ILIKE [CLAUDE] (#8144)44b73a0Fix(executor): fullmatch like semantics7cab581fix(executor): honor the negate flag on LIKE and ILIKE [CLAUDE] (#8139)1dae76bfix(executor): only truncate typed division when both operands are integers [...3a76dfdfeat(optimizer)!: annotate encode for postgresql (#8137)9312212Fix(optimizer)!: properly supportUNION BY NAMEin qualify, type inference ...8ba0435fix(optimizer)!: escapegendelimited names (strings, etc) (#8134)Updates
wheneverto 0.10.5Release notes
Sourced from whenever's releases.
Changelog
Sourced from whenever's changelog.
... (truncated)
Commits
e2b1627update release assertion9eb88c6update changelog, compatibility classifiers4769febinclude py3.15 in wheels now that release candidate is outb2452d1Clarify comparison between ceil/expand and floor/truncUpdates
ruffto 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)Updates
tyto 0.0.71Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
683e223Bump version to 0.0.71 (#4244)ede66b4Document unsound-yield in the migration guide (#4239)4c3d909Validate the PGO pipeline in CI (#4236)df9bad1Enable PGO for Linux ARM64 ty releases (#4218)0ed874cEnable PGO for Windows x86-64 ty releases (#4217)8988165Enable PGO for macOS ARM64 ty releases (#4216)c25c341Enable PGO for Linux x86-64 ty releases (#4213)d95445fUse Depot runners for release builds (#4224)c2932e1Use an eight-core Ubuntu 24.04 runner for prek CI (#4235)bf8c9f3Bump version to 0.0.70 (#4228)Updates
setuptoolsto 84.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
72e919aMerge pull request #5293 from pypa/bugfix/integration-pip-flit-backend1b29701Select the top-level pyproject.toml when reading build requirementsbb1b381Bump version: 83.0.0 → 84.0.0ee6fdd7Sync with distutils @ e8eb87855 (#5292)2a4a9e4Merge remote-tracking branch 'origin/main' into distutils-e8eb87855cbd1195Merge https://github.com/jaraco/skeletonbd3594eMerge pull request #5287 from Avasam/Configuring-lint.flake8-comprehensions.a...f02e90aConfigure C408 to allow dict(a=1) rather than disabling itc55f52bConfiguring lint.flake8-comprehensions.allow-dict-calls-with-keyword-argument...e9904b0Match the distutils sdist base type for the user_options overrideDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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