Skip to content

Commit e323adf

Browse files
Jim Fultonrenovate-botgcf-owl-bot[bot]
authored
chore: Update many dependencies (#279)
* chore(deps): update dependency charset-normalizer to v2.0.4 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency google-cloud-bigquery-storage to v2.6.3 * chore(deps): update dependency google-resumable-media to v1.3.3 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency greenlet to v1.1.1 * chore(deps): update dependency importlib-metadata to v4.6.4 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency libcst to v0.3.20 * chore(deps): update dependency pybigquery to v0.10.1 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency dataclasses to v0.8 * chore(deps): update dependency google-auth to v1.35.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency google-cloud-bigquery to v2.24.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency numpy to v1.21.2 * chore(deps): update dependency pandas to v1.3.2 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency pyproj to v3.1.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update requirements.txt * minor sorting * chore(deps): update dependency sqlalchemy to v1.4.23 * Use older pyproj for Python 3.6 * Use older version of pandas for Python 3.6 * Use older numpy for Python 3.6 * Use older dataclasses for Python 3.8 and earlier * Don't need dataclasses for 3.7 and later, as they're in the standard library Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bb39838 commit e323adf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

samples/snippets/requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ click==8.0.1
88
click-plugins==1.1.1
99
cligj==0.7.2
1010
contextvars==2.4
11-
dataclasses==0.6
11+
dataclasses==0.6; python_version < '3.7'
1212
Deprecated==1.2.12
1313
Fiona==1.8.20
1414
future==0.18.2
@@ -30,29 +30,32 @@ importlib-metadata==4.6.4
3030
libcst==0.3.20
3131
munch==2.5.0
3232
mypy-extensions==0.4.3
33-
numpy==1.19.5
33+
numpy==1.19.5; python_version < '3.7'
34+
numpy==1.21.2; python_version >= '3.7'
3435
opentelemetry-api==1.4.1
3536
opentelemetry-instrumentation==0.23b2
3637
opentelemetry-sdk==1.4.1
3738
opentelemetry-semantic-conventions==0.23b2
3839
packaging==21.0
39-
pandas==1.1.5
40+
pandas==1.1.5; python_version < '3.7'
41+
pandas==1.3.2; python_version >= '3.7'
4042
proto-plus==1.19.0
4143
protobuf==3.17.3
4244
pyarrow==5.0.0
4345
pyasn1==0.4.8
4446
pyasn1-modules==0.2.8
4547
pycparser==2.20
4648
pyparsing==2.4.7
47-
pyproj==3.0.1
49+
pyproj==3.0.1; python_version < '3.7'
50+
pyproj==3.1.0; python_version >= '3.7'
4851
python-dateutil==2.8.2
4952
pytz==2021.1
5053
PyYAML==5.4.1
5154
requests==2.26.0
5255
rsa==4.7.2
5356
Shapely==1.7.1
5457
six==1.16.0
55-
SQLAlchemy==1.4.22
58+
SQLAlchemy==1.4.23
5659
sqlalchemy-bigquery==1.0.0
5760
tqdm==4.62.1
5861
typing-extensions==3.10.0.0

0 commit comments

Comments
 (0)