Skip to content

Commit

Permalink
Upgrade dependencies (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Dec 27, 2022
1 parent c4fe31b commit 84f99dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
autoflake==1.7.8
autoflake==2.0.0
bandit==1.7.4
black==22.12.0
bump2version==1.0.1
flake8==5.0.4
flake8==6.0.0
isort==5.11.4
livereload==2.6.3
mypy==0.991
Expand Down
19 changes: 8 additions & 11 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
# THIS IS AN AUTOGENERATED LOCKFILE. DO NOT EDIT MANUALLY.
cachetools==5.2.0
certifi==2022.9.24
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
dataclasses==0.6
google-api-core==2.10.1
google-auth==2.12.0
google-cloud-bigquery==3.3.2
google-cloud-bigquery-storage==2.16.2
google-api-core==2.11.0
google-auth==2.15.0
google-cloud-bigquery==3.4.1
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.3.3
googleapis-common-protos==1.56.4
google-resumable-media==2.4.0
googleapis-common-protos==1.57.0
grpcio==1.51.1
grpcio-status==1.51.1
idna==3.4
numpy==1.23.5
packaging==21.3
pip==22.2.1
proto-plus==1.22.1
protobuf==4.21.10
pyarrow==9.0.0
protobuf==4.21.12
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydantic==1.10.2
Expand All @@ -30,6 +27,6 @@ requests==2.28.1
rsa==4.9
setuptools==63.2.0
six==1.16.0
typing_extensions==4.3.0
typing_extensions==4.4.0
urllib3==1.26.13
wheel==0.37.1
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ click==8.1.3
pydantic==1.10.2

#bigquery
google-api-core==2.10.1
google-auth==2.12.0
google-cloud-bigquery==3.3.2
google-api-core==2.11.0
google-auth==2.15.0
google-cloud-bigquery==3.4.1
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.3.3
googleapis-common-protos==1.56.4
google-resumable-media==2.4.0
googleapis-common-protos==1.57.0

0 comments on commit 84f99dd

Please sign in to comment.