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 Dec 12, 2023
1 parent 13ee2cf commit e921d81
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.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@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install nox
Expand All @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install nox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.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@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install nox
Expand Down
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@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install nox
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/system_emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:

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

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

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

- name: Install / run Nox
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install nox
Expand All @@ -37,9 +37,9 @@ jobs:
- unit
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install coverage
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.0
pytest==7.4.3
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.46.0
google-cloud-bigtable==2.17.0
google-cloud-core==2.3.3
apache-beam==2.52.0
google-cloud-bigtable==2.21.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.0
pytest==7.4.3
4 changes: 2 additions & 2 deletions samples/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.20.0
google-cloud-core==2.3.3
google-cloud-bigtable==2.21.0
google-cloud-core==2.4.1
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.0
pytest==7.4.3
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.0
pytest==7.4.3
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.20.0
google-cloud-bigtable==2.21.0
backoff==2.2.1
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.0
pytest==7.4.3
mock==5.1.0
google-cloud-testutils
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.20.0
google-cloud-monitoring==2.15.1
google-cloud-bigtable==2.21.0
google-cloud-monitoring==2.17.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.0
pytest==7.4.3
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.20.0
google-cloud-bigtable==2.21.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.0
pytest==7.4.3
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.0
pytest==7.4.3
2 changes: 1 addition & 1 deletion samples/snippets/deletes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==2.20.0
google-cloud-bigtable==2.21.0
snapshottest==0.6.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.0
pytest==7.4.3
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.20.0
google-cloud-bigtable==2.21.0
snapshottest==0.6.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.0
pytest==7.4.3
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.20.0
google-cloud-bigtable==2.21.0
snapshottest==0.6.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.0
pytest==7.4.3
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.20.0
google-cloud-bigtable==2.21.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==7.4.0
google-cloud-testutils==1.3.3
pytest==7.4.3
google-cloud-testutils==1.4.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.20.0
google-cloud-bigtable==2.21.0

0 comments on commit e921d81

Please sign in to comment.