Skip to content

Commit

Permalink
chore(deps): update all dependencies (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 7, 2022
1 parent b02ec9c commit 95fa20a
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/system_emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.8'

- name: Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v0.5.0

- name: Install / run Nox
run: |
Expand Down
2 changes: 1 addition & 1 deletion samples/beam/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
6 changes: 3 additions & 3 deletions samples/beam/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam==2.34.0
google-cloud-bigtable<2.0.0
google-cloud-core==1.7.2
apache-beam==2.35.0
google-cloud-bigtable<2.5.0
google-cloud-core==2.2.2
2 changes: 1 addition & 1 deletion samples/hello/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.4.0
google-cloud-core==2.2.1
google-cloud-core==2.2.2
2 changes: 1 addition & 1 deletion samples/hello_happybase/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/instanceadmin/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/metricscaler/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==6.2.5
pytest==7.0.0
mock==4.0.3
google-cloud-testutils
2 changes: 1 addition & 1 deletion samples/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/quickstart_happybase/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/snippets/filters/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/snippets/reads/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==7.0.0
2 changes: 1 addition & 1 deletion samples/snippets/writes/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff==1.11.1
pytest==6.2.5
pytest==7.0.0
4 changes: 2 additions & 2 deletions samples/tableadmin/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==6.2.5
google-cloud-testutils==1.3.0
pytest==7.0.0
google-cloud-testutils==1.3.1

0 comments on commit 95fa20a

Please sign in to comment.