Skip to content

Commit f022924

Browse files
authored
chore(deps): update dependency pandas to v1.1.4 (GoogleCloudPlatform#4929)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==1.1.3` -> `==1.1.4` | --- ### Release Notes <details> <summary>pandas-dev/pandas</summary> ### [`v1.1.4`](https://togithub.com/pandas-dev/pandas/releases/v1.1.4) [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.1.3...v1.1.4) This is a minor bug-fix release in the 1.1.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.1.4/whatsnew/v1.1.4.html) for a list of all the changes. The release will be available on the defaults and conda-forge channels: conda install pandas Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues). </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 9b508b5 commit f022924

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.2.0
22
google-cloud-bigquery-storage==2.0.1
3-
pandas==1.1.3
3+
pandas==1.1.4
44
pyarrow==2.0.0
55
flaky==3.7.0
66
mock==4.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-bigquery==2.2.0
22
google-cloud-bigquery-storage==2.0.1
3-
pandas==1.1.3
3+
pandas==1.1.4
44
pandas-gbq==0.14.0
55
pyarrow==2.0.0
66
grpcio==1.33.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.1.2
2-
pandas==1.1.3
2+
pandas==1.1.4
33
google-cloud-bigquery==2.2.0
44
pyarrow==2.0.0

0 commit comments

Comments
 (0)