Skip to content

Commit

Permalink
chore: consolidate several renovate-bot changes (#273)
Browse files Browse the repository at this point in the history
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 

  🦕
  • Loading branch information
jimfulton committed Aug 18, 2021
1 parent aef661d commit bb39838
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs==21.2.0
google-cloud-testutils==1.0.0
importlib-metadata==4.6.1
importlib-metadata==4.6.4
iniconfig==1.1.1
packaging==21.0
pluggy==0.13.1
Expand Down
18 changes: 9 additions & 9 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs==21.2.0
cachetools==4.2.2
certifi==2021.5.30
cffi==1.14.6
charset-normalizer==2.0.3
charset-normalizer==2.0.4
click==8.0.1
click-plugins==1.1.1
cligj==0.7.2
Expand All @@ -15,19 +15,19 @@ future==0.18.2
GeoAlchemy2==0.9.3
geopandas==0.9.0
google-api-core==1.31.2
google-auth==1.34.0
google-cloud-bigquery==2.23.2
google-cloud-bigquery-storage==2.6.2
google-auth==1.35.0
google-cloud-bigquery==2.24.0
google-cloud-bigquery-storage==2.6.3
google-cloud-core==1.7.2
google-crc32c==1.1.2
google-resumable-media==1.3.2
google-resumable-media==1.3.3
googleapis-common-protos==1.53.0
greenlet==1.1.0
greenlet==1.1.1
grpcio==1.39.0
idna==3.2
immutables==0.16
importlib-metadata==4.6.1
libcst==0.3.19
importlib-metadata==4.6.4
libcst==0.3.20
munch==2.5.0
mypy-extensions==0.4.3
numpy==1.19.5
Expand All @@ -42,7 +42,6 @@ protobuf==3.17.3
pyarrow==5.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pybigquery==0.10.0
pycparser==2.20
pyparsing==2.4.7
pyproj==3.0.1
Expand All @@ -54,6 +53,7 @@ rsa==4.7.2
Shapely==1.7.1
six==1.16.0
SQLAlchemy==1.4.22
sqlalchemy-bigquery==1.0.0
tqdm==4.62.1
typing-extensions==3.10.0.0
typing-inspect==0.7.1
Expand Down

0 comments on commit bb39838

Please sign in to comment.