Skip to content

Commit 48be680

Browse files
authored
chore(deps): update all dependencies (#344)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [geopandas](http://geopandas.org) | `==0.9.0` -> `==0.10.0` | [![age](https://badges.renovateapi.com/packages/pypi/geopandas/0.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/geopandas/0.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/geopandas/0.10.0/compatibility-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/geopandas/0.10.0/confidence-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/) | | [pytz](http://pythonhosted.org/pytz) | `==2021.1` -> `==2021.3` | [![age](https://badges.renovateapi.com/packages/pypi/pytz/2021.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytz/2021.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytz/2021.3/compatibility-slim/2021.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytz/2021.3/confidence-slim/2021.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/googleapis/python-bigquery-sqlalchemy).
1 parent 185c103 commit 48be680

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/sqlalchemy-bigquery/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ future==0.18.2
44

55
pytest==6.2.5
66
pytest-flake8==1.0.7
7-
pytz==2021.1
7+
pytz==2021.3

packages/sqlalchemy-bigquery/samples/snippets/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Deprecated==1.2.13
1313
Fiona==1.8.20
1414
future==0.18.2
1515
GeoAlchemy2==0.9.4
16-
geopandas==0.9.0
16+
geopandas==0.9.0; python_version < '3.7'
17+
geopandas==0.10.0; python_version >= '3.7'
1718
google-api-core==2.0.1
1819
google-auth==2.2.1
1920
google-cloud-bigquery==2.28.0
@@ -49,7 +50,7 @@ pyparsing==2.4.7
4950
pyproj==3.0.1; python_version < '3.7'
5051
pyproj==3.1.0; python_version >= '3.7'
5152
python-dateutil==2.8.2
52-
pytz==2021.1
53+
pytz==2021.3
5354
PyYAML==5.4.1
5455
requests==2.26.0
5556
rsa==4.7.2

0 commit comments

Comments
 (0)