Bump the python-packages group with 5 updates#186
Merged
MaxHalford merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.2` | | [sqlglot](https://github.com/tobymao/sqlglot) | `30.4.3` | `30.6.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.25.2` | `3.29.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.11` | | [ty](https://github.com/astral-sh/ty) | `0.0.29` | `0.0.32` | Updates `pandas` from 2.3.3 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.2) Updates `sqlglot` from 30.4.3 to 30.6.0 - [Commits](tobymao/sqlglot@v30.4.3...v30.6.0) Updates `filelock` from 3.25.2 to 3.29.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.25.2...3.29.0) Updates `ruff` from 0.15.10 to 0.15.11 - [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.15.10...0.15.11) Updates `ty` from 0.0.29 to 0.0.32 - [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.29...0.0.32) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: sqlglot dependency-version: 30.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: filelock dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
No issues found across 1 file
Architecture diagram
sequenceDiagram
participant App as Application Code
participant SQL as sqlglot (v30.6.0)
participant Lock as filelock (v3.29.0)
participant PD as pandas (v3.0.2)
participant OS as OS / File System
Note over App,PD: Runtime Data Processing Flow
App->>SQL: Transpile Query
SQL->>SQL: CHANGED: Improved dialect-specific<br/>inference (e.g., BigQuery UNNEST)
SQL-->>App: SQL String
App->>Lock: Acquire File Lock
alt NEW: Windows Environment
Lock->>OS: NEW: Check for stale locks via PID
else Async Context
Lock->>Lock: CHANGED: Use single-thread executor<br/>for consistency
end
Lock-->>App: Lock Granted
App->>PD: Load Data (CSV/SQL/Arrow)
PD->>PD: NEW: Default to dedicated<br/>StringDtype (Arrow-backed)
PD-->>App: DataFrame
App->>PD: Perform Slice and Modification
alt Copy-on-Write (CoW) Enabled
PD->>PD: NEW: Deferred copy on modification<br/>(Avoids SettingWithCopyWarning)
else Datetime Handling
PD->>PD: NEW: Inference of higher<br/>resolution datetime units
end
PD-->>App: Modified DataFrame
App->>Lock: Release Lock
Lock-->>App: Success
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.
Bumps the python-packages group with 5 updates:
2.3.33.0.230.4.330.6.03.25.23.29.00.15.100.15.110.0.290.0.32Updates
pandasfrom 2.3.3 to 3.0.2Release notes
Sourced from pandas's releases.
... (truncated)
Commits
ab90747RLS: 3.0.2 (#64934)6f27013Backport PR #64931 on branch 3.0.x (DOC/BLD: temporary disable upload of docs...48ddc60Backport PR #64664 on branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...8774488[backport 3.0.x] PERF: fix slow python loop in validation for ArrowStringArra...33af6ccBackport PR #64133 on branch 3.0.x (BUG: str.find returns byte offset instead...4ef49d8[backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced mixed-dt...0668f34[backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and compressi...23f2f44[backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime with...83ba804Backport PR #64886: BUG: Compute Variance of Complex Numbers Correctly (#64892)bb5ca1aBackport PR #64386 on branch 3.0.x (BUG: fix sort_index AssertionError with R...Updates
sqlglotfrom 30.4.3 to 30.6.0Commits
dcf9ed5Feat(mypyc)!: compile python generator (#7528)8e5e255Fix(postgres): dotted function calls in create trigger ddls closes #752708ea329Chore: avoid git submodule errors when publishing API docs (#7526)817f12aSync w/ integration tests583a72fUpdate CHANGELOG.md for v30.5.0 [skip ci]64d385fSync w/ integration tests6da9653fix(optimizer): support bigquery type inference for unnest + array + struct (...d289db3feat(starrocks)!: stop eliminating semi/anti joins, QUALIFY, and FULL OUTER J...f8af9d6Sync w/ integration testsceb14fafeat(duckdb): Add transpilation unsupported for SOUNDEX function (#7517)Updates
filelockfrom 3.25.2 to 3.29.0Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
469b47fRelease 3.29.0e85d072✨ feat(soft): enable stale lock detection on Windows (#534)f5ee171🐛 fix(async): use single-thread executor for lock consistency (#533)2a95458build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#530)55de20cRelease 3.28.0476b0e4🐛 fix(ci): unbreak release workflow, publish to PyPI again (#529)824713e✨ feat(rw): add SoftReadWriteLock for NFS and HPC clusters (#528)9879de9[pre-commit.ci] pre-commit autoupdate (#527)4cfab49Release 3.26.1734c9f2🐛 fix(asyncio): add exit to BaseAsyncFileLock and fix del loop handli...Updates
rufffrom 0.15.10 to 0.15.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
53554b1Bump 0.15.11 (#24678)08c56c8Factor out themdtestcrate (#24616)725fbb7[ty] Use partially qualified names when reporting diagnostics regarding bad c...ddd6a30[ty] Do not suggest argument completion when at value of keyword argument (#2...9282e61Disallow@disjoint_base on TypedDicts and Protocols (#24671)e9986d8[ty] Reject using properties withNeversetters or deleters (#24510)9cf212f[ty] Normalize property setter and deleter wrappers (#24509)12a1589Add override mention to ASYNC109 docs (#24666)dccb03d[ty] Avoid panicking on overloadedCallabletype context (#24661)61f9a0a[ty] Sync vendored typeshed stubs (#24646)Updates
tyfrom 0.0.29 to 0.0.32Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
4d1e1fcBump version to 0.0.32 (#3302)a537bdeUpdate PyO3/maturin-action action to v1.51.0 (#3300)81e4125Update actions/upload-artifact action to v7.0.1 (#3296)a9dd1cbUpdate docker/build-push-action action to v7.1.0 (#3299)ef0a7ddUpdate actions/github-script action to v9 (#3301)74f0583Update astral-sh/setup-uv action to v8.1.0 (#3298)82799ccUpdate prek dependencies (#3297)daaa404Bump version to 0.0.31 (#3280)12e86b5Bump version to 0.0.30 (#3270)67077adReorder sections in FAQ (#3267)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 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 conditionsSummary by cubic
Upgrade Python deps for stability and performance. Notably,
pandasis bumped to 3.0.2 (Python 3.11+), which drops thepytzdependency and may include breaking changes.Dependencies
pandas2.3.3 → 3.0.2sqlglot30.4.3 → 30.6.0filelock3.25.2 → 3.29.0ruff0.15.10 → 0.15.11ty0.0.29 → 0.0.32Migration
pytzusage withzoneinfo(installtzdataif needed on Windows).Written for commit 8a70d10. Summary will update on new commits.