Bump the python-packages group with 7 updates#172
Merged
MaxHalford merged 1 commit intomainfrom Mar 3, 2026
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [rich](https://github.com/Textualize/rich) | `14.3.2` | `14.3.3` | | [sqlglot](https://github.com/tobymao/sqlglot) | `28.10.1` | `29.0.1` | | [google-cloud-bigquery-storage](https://github.com/googleapis/google-cloud-python) | `2.36.1` | `2.36.2` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.24.2` | `3.25.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` | Updates `pandas` from 2.3.3 to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.1) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) Updates `rich` from 14.3.2 to 14.3.3 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.2...v14.3.3) Updates `sqlglot` from 28.10.1 to 29.0.1 - [Commits](tobymao/sqlglot@v28.10.1...v29.0.1) Updates `google-cloud-bigquery-storage` from 2.36.1 to 2.36.2 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-bigquery-storage-v2.36.1...google-cloud-bigquery-storage-v2.36.2) Updates `filelock` from 3.24.2 to 3.25.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.24.2...3.25.0) Updates `ruff` from 0.15.1 to 0.15.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.15.1...0.15.4) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: rich dependency-version: 14.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sqlglot dependency-version: 29.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: google-cloud-bigquery-storage dependency-version: 2.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: filelock dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.4 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 2 files
Architecture diagram
sequenceDiagram
participant App as Application Logic
participant Env as python-dotenv
participant FS as FileSystem / filelock
participant BQ as BigQuery Storage API
participant SQL as sqlglot (Translator)
participant PD as pandas 3.0
participant UI as rich (Terminal UI)
Note over App,UI: System Runtime Initialization & Data Pipeline
App->>Env: load_dotenv()
Note right of Env: CHANGED: Symlinks not followed by default<br/>unless follow_symlinks=True
App->>FS: acquire() / NEW: AsyncReadWriteLock
FS-->>App: Lock granted
App->>SQL: transpile(query, read="duckdb")
Note right of SQL: CHANGED: Version 29.x updates<br/>DuckDB timestamp/time mappings
SQL-->>App: Transpiled SQL string
App->>BQ: Request Data (ReadRows)
BQ-->>App: Streamed Arrow/Avro records
App->>PD: CHANGED: to_dataframe()
Note right of PD: FIXED: Google client now includes<br/>missing first page in results
loop Data Processing
PD->>PD: NEW: Default String Dtype
PD->>PD: NEW: Copy-on-Write (CoW) enabled
Note over PD: Ensures consistent behavior<br/>without SettingWithCopyWarning
PD->>PD: NEW: Datetime resolution inference
end
App->>UI: print(Table/Progress)
Note right of UI: FIXED: split_graphemes infinite loop<br/>bug resolved in v14.3.3
App->>FS: release()
deactivate FS
FS-->>App: Lock released
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 7 updates:
2.3.33.0.11.2.11.2.214.3.214.3.328.10.129.0.12.36.12.36.23.24.23.25.00.15.10.15.4Updates
pandasfrom 2.3.3 to 3.0.1Release notes
Sourced from pandas's releases.
... (truncated)
Commits
e04b26fRLS: 3.0.1 (#64206)47909e6[backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...a061bfdBackport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)085a385[backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...5f17047[backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...0d3a8cbBackport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...78e1917Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....75a42caBackport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...46d443fBackport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...9d67932Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...Updates
python-dotenvfrom 1.2.1 to 1.2.2Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
richfrom 14.3.2 to 14.3.3Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
ce01188Merge pull request #4008 from Textualize/bump143314a47c9bumpf54bfe0Merge pull request #4007 from Textualize/copilot/sub-pr-40067338cb9Merge pull request #4006 from Textualize/fix-grapheme-stuck905b397Update tests/test_cells.pyb031dcaUpdate tests/test_cells.pyf07a3fcAdd regression tests for VS16 after zero-width chars in split_graphemesb618cccspelling378c34bInitial plan87e7ca2refinements, and testsUpdates
sqlglotfrom 28.10.1 to 29.0.1Commits
21a2a57chore: actually emit warningfdfdfb1feat(duckdb)!: support GET_CURRENT_TIME() for DuckDB (#7126)a04cd85Update CHANGELOG.md for v29.0.0 [skip ci]4a38462fix(deploy): Use GA ARM machine (#7131)3e8f551chore: update claude.md93bf337fix(optimizer)!: annotate date_diff(expr) for DuckDB (#7125)5a30754feat(duckdb)!: supportcurrent_localtimestamp()for DuckDB (#7128)3ff4e0dfix(deploy): Fix _version not exists (#7129)0a0cc95feat!!: remove rust and build c (#7120)2069b06feat(optimizer)!: annotate ARRAY_EXCEPT for Hive/Spark/DBX (#7123)Updates
google-cloud-bigquery-storagefrom 2.36.1 to 2.36.2Release notes
Sourced from google-cloud-bigquery-storage's releases.
Commits
317d87bchore: librarian release pull request: 20260219T080954Z (#15582)397fb14fix: missing first page in to_dataframe (#15575)f0841b1chore: librarian release pull request: 20260217T210947Z (#15573)fd22688chore: librarian onboard pull request: 20260218T181744Z (#15579)4ca6f9echore: librarian generate pull request: 20260218T081656Z (#15577)d8e1a9achore: clean up77dcd29chore: clean up librarian config565f6bbchore: See googleapis/google-cloud-python#144464267bc7add core_deps_from_source nox sessiond6e1ee5tests: fix buildUpdates
filelockfrom 3.24.2 to 3.25.0Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
7f195d9Release 3.25.0df2754e✨ feat(async): add AsyncReadWriteLock (#506)8a359c5Standardize .github files to .yaml suffix9e7b33dbuild(deps): bump actions/download-artifact from 7 to 8 (#503)5fe6836build(deps): bump actions/upload-artifact from 6 to 7 (#502)af265f9Move SECURITY.md to .github/SECURITY.md67a5569Add security policy4b8c261Add permissions to check workflow (#500)e749d66[pre-commit.ci] pre-commit autoupdate (#499)721b37bFix ValueError in _acquire_transaction_lock when blocking=False with timeout ...Updates
rufffrom 0.15.1 to 0.15.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f14edd8Bump 0.15.4 (#23595)fd09d37Fix panic on access to definitions after analyzing definitions (#23588)81d655f[pyflakes] suppress false positive inF821for names used beforedelin...625b4f5[ruff] docs: Clarify first-party import detection in Ruff (#23591)60facfaone word typo fix in awhile_loop.mdtest case (#23589)fbb9fa7docs: fix incorrect import-heading example (#23568)5bc49a9Increase the ruleset size to 16 bits (#23586)a62ba8c[ty] Fix overloaded callable assignability for unary Callable targets (#23277)e5f2f36Bump 0.15.3 (#23585)0e19fc9[ty] defer calculating conjunctions in narrowing constraints (#23552)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 core Python dependencies to improve stability and compatibility, including pandas 3.0 and sqlglot 29. Also fixes BigQuery to_dataframe pagination via library update.
Dependencies
Migration
Written for commit 38540f9. Summary will update on new commits.