Skip to content

Commit

Permalink
Upgrade dependencies (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: Jash Parekh <[email protected]>
  • Loading branch information
jashparekh and Jash Parekh authored Dec 27, 2022
1 parent cec889b commit 55b6c98
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 47 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
build:
dockerfile: "./docker/devbox.dockerfile"
context: "."
image: "bigquery-plugin-devbox"
stdin_open: true # docker run -i
tty: true # docker run -t
volumes:
Expand Down
33 changes: 14 additions & 19 deletions plugin_scripts/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
# THIS IS AN AUTOGENERATED LOCKFILE. DO NOT EDIT MANUALLY.
cachetools==5.2.0
certifi==2022.6.15
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
dataclasses==0.6
gbq==1.0.0
google-api-core==2.10.0
google-auth==2.11.0
google-cloud-bigquery==3.3.2
google-cloud-bigquery-storage==2.14.2
gbq==1.0.1
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
grpcio==1.48.1
grpcio-status==1.48.1
idna==3.3
numpy==1.23.2
google-resumable-media==2.4.0
googleapis-common-protos==1.57.0
grpcio==1.51.1
grpcio-status==1.51.1
idna==3.4
packaging==21.3
pip==22.0.4
proto-plus==1.22.1
protobuf==4.21.5
pyarrow==9.0.0
protobuf==4.21.12
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydantic==1.10.1
pydantic==1.10.2
pyparsing==3.0.9
python-dateutil==2.8.2
requests==2.28.1
rsa==4.9
setuptools==58.1.0
six==1.16.0
typing_extensions==4.3.0
urllib3==1.26.12
typing_extensions==4.4.0
urllib3==1.26.13
wheel==0.37.1
17 changes: 15 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"config:base"
]
"config:base",
"helpers:pinGitHubActionDigests"
],

"enabledManagers": [
"docker-compose",
"github-actions",
"pip_requirements",
"setup-cfg"
],

"pip_requirements": {
"fileMatch": ["(^|/)([\\w-]*)requirements[-\\w]*\\.(txt|pip)$"]
}
}
14 changes: 7 additions & 7 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bandit==1.7.4
black==22.6.0
flake8==4.0.1
isort==5.10.1
mypy==0.971
pytest==7.1.2
pytest-cov==3.0.0
pytest-mock==3.8.1
black==22.12.0
flake8==6.0.0
isort==5.11.4
mypy==0.991
pytest==7.2.0
pytest-cov==4.0.0
pytest-mock==3.10.0
33 changes: 14 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
cachetools==5.2.0
certifi==2022.6.15
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
dataclasses==0.6
gbq==1.0.0
google-api-core==2.10.0
google-auth==2.11.0
google-cloud-bigquery
google-cloud-bigquery-storage==2.14.2
gbq==1.0.1
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
grpcio==1.48.1
grpcio-status==1.48.1
idna==3.3
numpy==1.23.2
google-resumable-media==2.4.0
googleapis-common-protos==1.57.0
grpcio==1.51.1
grpcio-status==1.51.1
idna==3.4
packaging==21.3
pip==22.0.4
proto-plus==1.22.1
protobuf==4.21.5
pyarrow==9.0.0
protobuf==4.21.12
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydantic==1.10.1
pydantic==1.10.2
pyparsing==3.0.9
python-dateutil==2.8.2
requests==2.28.1
rsa==4.9
setuptools==58.1.0
six==1.16.0
typing_extensions==4.3.0
urllib3==1.26.12
typing_extensions==4.4.0
urllib3==1.26.13
wheel==0.37.1

0 comments on commit 55b6c98

Please sign in to comment.