Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2024
1 parent 7088e39 commit 4bd6dd1
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
fail-fast: false
name: "${{ matrix.client-type }} Client / Python ${{ matrix.py-version }} / Test Tag ${{ matrix.test-version }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: "Checkout python-bigtable"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: "Checkout conformance tests"
with:
repository: googleapis/cloud-bigtable-clients-test
ref: ${{ matrix.test-version }}
path: cloud-bigtable-clients-test
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py-version }}
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
- run: chmod +x .kokoro/conformance.sh
Expand Down
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@v2.0.0
uses: google-github-actions/setup-gcloud@v2.1.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==7.4.4
pytest==8.0.0
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.52.0
apache-beam==2.53.0
google-cloud-bigtable==2.22.0
google-cloud-core==2.4.1
2 changes: 1 addition & 1 deletion samples/hello/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.4
pytest==8.0.0
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==7.4.4
pytest==8.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==7.4.4
pytest==8.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==7.4.4
pytest==8.0.0
mock==5.1.0
google-cloud-testutils
2 changes: 1 addition & 1 deletion samples/metricscaler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.22.0
google-cloud-monitoring==2.18.0
google-cloud-monitoring==2.19.0
2 changes: 1 addition & 1 deletion samples/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.4
pytest==8.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==7.4.4
pytest==8.0.0
2 changes: 1 addition & 1 deletion samples/snippets/deletes/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.4
pytest==8.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==7.4.4
pytest==8.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==7.4.4
pytest==8.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==2.2.1
pytest==7.4.4
pytest==8.0.0
2 changes: 1 addition & 1 deletion samples/tableadmin/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.4.4
pytest==8.0.0
google-cloud-testutils==1.4.0

0 comments on commit 4bd6dd1

Please sign in to comment.