Skip to content

Commit bb39838

Browse files
author
Jim Fulton
authored
chore: consolidate several renovate-bot changes (#273)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Closes #266 Closes #265 Closes #263 Closes #262 Closes #261 Closes #260 Closes #259 Closes #258 Closes #256 🦕
1 parent aef661d commit bb39838

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
attrs==21.2.0
22
google-cloud-testutils==1.0.0
3-
importlib-metadata==4.6.1
3+
importlib-metadata==4.6.4
44
iniconfig==1.1.1
55
packaging==21.0
66
pluggy==0.13.1

samples/snippets/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ attrs==21.2.0
33
cachetools==4.2.2
44
certifi==2021.5.30
55
cffi==1.14.6
6-
charset-normalizer==2.0.3
6+
charset-normalizer==2.0.4
77
click==8.0.1
88
click-plugins==1.1.1
99
cligj==0.7.2
@@ -15,19 +15,19 @@ future==0.18.2
1515
GeoAlchemy2==0.9.3
1616
geopandas==0.9.0
1717
google-api-core==1.31.2
18-
google-auth==1.34.0
19-
google-cloud-bigquery==2.23.2
20-
google-cloud-bigquery-storage==2.6.2
18+
google-auth==1.35.0
19+
google-cloud-bigquery==2.24.0
20+
google-cloud-bigquery-storage==2.6.3
2121
google-cloud-core==1.7.2
2222
google-crc32c==1.1.2
23-
google-resumable-media==1.3.2
23+
google-resumable-media==1.3.3
2424
googleapis-common-protos==1.53.0
25-
greenlet==1.1.0
25+
greenlet==1.1.1
2626
grpcio==1.39.0
2727
idna==3.2
2828
immutables==0.16
29-
importlib-metadata==4.6.1
30-
libcst==0.3.19
29+
importlib-metadata==4.6.4
30+
libcst==0.3.20
3131
munch==2.5.0
3232
mypy-extensions==0.4.3
3333
numpy==1.19.5
@@ -42,7 +42,6 @@ protobuf==3.17.3
4242
pyarrow==5.0.0
4343
pyasn1==0.4.8
4444
pyasn1-modules==0.2.8
45-
pybigquery==0.10.0
4645
pycparser==2.20
4746
pyparsing==2.4.7
4847
pyproj==3.0.1
@@ -54,6 +53,7 @@ rsa==4.7.2
5453
Shapely==1.7.1
5554
six==1.16.0
5655
SQLAlchemy==1.4.22
56+
sqlalchemy-bigquery==1.0.0
5757
tqdm==4.62.1
5858
typing-extensions==3.10.0.0
5959
typing-inspect==0.7.1

0 commit comments

Comments
 (0)