Skip to content

Commit 08806b7

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (#898)
* 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> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 27ba8c1 commit 08806b7

24 files changed

Lines changed: 32 additions & 32 deletions

packages/google-cloud-bigtable/.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Setup Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.8"
1616
- name: Install nox

packages/google-cloud-bigtable/.github/workflows/system_emulated.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
steps:
1313

1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.8'
2121

2222
- name: Setup GCloud SDK
23-
uses: google-github-actions/setup-gcloud@v1.1.1
23+
uses: google-github-actions/setup-gcloud@v2.0.0
2424

2525
- name: Install / run Nox
2626
run: |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
apache-beam==2.46.0
2-
google-cloud-bigtable==2.17.0
3-
google-cloud-core==2.3.3
1+
apache-beam==2.52.0
2+
google-cloud-bigtable==2.22.0
3+
google-cloud-core==2.4.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==2.20.0
2-
google-cloud-core==2.3.3
1+
google-cloud-bigtable==2.22.0
2+
google-cloud-core==2.4.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==2.20.0
1+
google-cloud-bigtable==2.22.0
22
backoff==2.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
22
mock==5.1.0
33
google-cloud-testutils

0 commit comments

Comments
 (0)