Skip to content

Commit

Permalink
chore: Update multiple dependencies (#306)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-bigquery to v2.25.0

* chore(deps): update dependency geoalchemy2 to v0.9.4

* chore(deps): update dependency pluggy to v1

* chore(deps): update dependency importlib-metadata to v4.7.0

* chore(deps): update dependency sqlalchemy-bigquery to v1.1.0

* chore(deps): update dependency opentelemetry-api to v1.5.0

* chore(deps): update dependency opentelemetry-sdk to v1.5.0

* update other open-telementry packages

* Revert pluggy change, pytest doesn't allow it yet.

* Look, a newer version!

* Look, a newer version!

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Aug 26, 2021
1 parent 42b0ffa commit 6ffcef6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
@@ -1,6 +1,6 @@
attrs==21.2.0
google-cloud-testutils==1.0.0
importlib-metadata==4.6.4
importlib-metadata==4.7.1
iniconfig==1.1.1
packaging==21.0
pluggy==0.13.1
Expand Down
16 changes: 8 additions & 8 deletions samples/snippets/requirements.txt
Expand Up @@ -12,11 +12,11 @@ dataclasses==0.6; python_version < '3.7'
Deprecated==1.2.12
Fiona==1.8.20
future==0.18.2
GeoAlchemy2==0.9.3
GeoAlchemy2==0.9.4
geopandas==0.9.0
google-api-core==2.0.0
google-auth==2.0.1
google-cloud-bigquery==2.24.1
google-cloud-bigquery==2.25.0
google-cloud-bigquery-storage==2.6.3
google-cloud-core==2.0.0
google-crc32c==1.1.2
Expand All @@ -26,16 +26,16 @@ greenlet==1.1.1
grpcio==1.39.0
idna==3.2
immutables==0.16
importlib-metadata==4.6.4
importlib-metadata==4.7.1
libcst==0.3.20
munch==2.5.0
mypy-extensions==0.4.3
numpy==1.19.5; python_version < '3.7'
numpy==1.21.2; python_version >= '3.7'
opentelemetry-api==1.4.1
opentelemetry-instrumentation==0.23b2
opentelemetry-sdk==1.4.1
opentelemetry-semantic-conventions==0.23b2
opentelemetry-api==1.5.0
opentelemetry-instrumentation==0.24b0
opentelemetry-sdk==1.5.0
opentelemetry-semantic-conventions==0.24b0
packaging==21.0
pandas==1.1.5; python_version < '3.7'
pandas==1.3.2; python_version >= '3.7'
Expand All @@ -56,7 +56,7 @@ rsa==4.7.2
Shapely==1.7.1
six==1.16.0
SQLAlchemy==1.4.23
sqlalchemy-bigquery==1.0.0
sqlalchemy-bigquery==1.1.0
tqdm==4.62.2
typing-extensions==3.10.0.0
typing-inspect==0.7.1
Expand Down

0 comments on commit 6ffcef6

Please sign in to comment.