Skip to content

Commit 4aa4b14

Browse files
chore(deps): update all dependencies (#14808)
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [pyarrow](https://redirect.github.com/apache/arrow) | `==21.0.0` -> `==22.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyarrow/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyarrow/21.0.0/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | major | | [python](https://redirect.github.com/actions/python-versions) | `3.13` -> `3.14` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.13.9/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor | | [python](https://redirect.github.com/actions/python-versions) | `3.10` -> `3.14` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.10.19/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor | --- ### Release Notes <details> <summary>actions/python-versions (python)</summary> ### [`v3.14.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.9-18515951191...3.14.0-18313368925) Python 3.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 6a5aac2 commit 4aa4b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.38.0; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==21.0.0; python_version >= '3.9'
7+
pyarrow==22.0.0; python_version >= '3.9'
88
ipython===7.31.1; python_version == '3.7'
99
ipython===8.10.0; python_version == '3.8'
1010
ipython===8.18.1; python_version == '3.9'

0 commit comments

Comments
 (0)