Skip to content

Commit

Permalink
chore(deps): update all dependencies (#519)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Mar 1, 2022
1 parent 1807f98 commit a60d8c8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Install nox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/system_emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.8'

Expand Down
2 changes: 1 addition & 1 deletion samples/beam/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam==2.36.0
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
google-cloud-core==2.2.2
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.5.2
google-cloud-bigtable==2.6.0
google-cloud-core==2.2.2
2 changes: 1 addition & 1 deletion samples/instanceadmin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
backoff==1.11.1
4 changes: 2 additions & 2 deletions samples/metricscaler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.5.2
google-cloud-monitoring==2.8.0
google-cloud-bigtable==2.6.0
google-cloud-monitoring==2.9.0
2 changes: 1 addition & 1 deletion samples/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
2 changes: 1 addition & 1 deletion samples/snippets/filters/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
snapshottest==0.6.0
2 changes: 1 addition & 1 deletion samples/snippets/reads/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
snapshottest==0.6.0
2 changes: 1 addition & 1 deletion samples/snippets/writes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0
2 changes: 1 addition & 1 deletion samples/tableadmin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigtable==2.5.2
google-cloud-bigtable==2.6.0

0 comments on commit a60d8c8

Please sign in to comment.