Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 74b93f2

Browse files
authored
chore(deps): update all dependencies (#921)
1 parent d8ed353 commit 74b93f2

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

.github/workflows/conformance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
fail-fast: false
3131
name: "${{ matrix.client-type }} Client / Python ${{ matrix.py-version }} / Test Tag ${{ matrix.test-version }}"
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
name: "Checkout python-bigtable"
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
name: "Checkout conformance tests"
3737
with:
3838
repository: googleapis/cloud-bigtable-clients-test
3939
ref: ${{ matrix.test-version }}
4040
path: cloud-bigtable-clients-test
41-
- uses: actions/setup-python@v4
41+
- uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.py-version }}
44-
- uses: actions/setup-go@v4
44+
- uses: actions/setup-go@v5
4545
with:
4646
go-version: '>=1.20.2'
4747
- run: chmod +x .kokoro/conformance.sh

.github/workflows/system_emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.8'
2121

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

2525
- name: Install / run Nox
2626
run: |

samples/beam/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.4
1+
pytest==8.0.0

samples/beam/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
apache-beam==2.52.0
1+
apache-beam==2.53.0
22
google-cloud-bigtable==2.22.0
33
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.4
1+
pytest==8.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.4
1+
pytest==8.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.4
1+
pytest==8.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.4.4
1+
pytest==8.0.0
22
mock==5.1.0
33
google-cloud-testutils
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigtable==2.22.0
2-
google-cloud-monitoring==2.18.0
2+
google-cloud-monitoring==2.19.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.4
1+
pytest==8.0.0

0 commit comments

Comments
 (0)