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

Commit 13ee2cf

Browse files
chore(deps): update all dependencies (#771)
* chore(deps): update all dependencies * Pin apache-beam for python 3.7 * Pin apache-beam for python 3.7 * Testing earlier version of apache-beam for python 3.7 * revert * revert --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d218f4e commit 13ee2cf

23 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/system_emulated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
run-systests:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313

@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.8'
2121

2222
- name: Setup GCloud SDK
23-
uses: google-github-actions/setup-gcloud@v1.1.0
23+
uses: google-github-actions/setup-gcloud@v1.1.1
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.3.1
1+
pytest==7.4.0

samples/beam/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apache-beam==2.46.0
22
google-cloud-bigtable==2.17.0
3-
google-cloud-core==2.3.2
3+
google-cloud-core==2.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.3.1
1+
pytest==7.4.0

samples/hello/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==2.17.0
2-
google-cloud-core==2.3.2
1+
google-cloud-bigtable==2.20.0
2+
google-cloud-core==2.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.3.1
1+
pytest==7.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.3.1
1+
pytest==7.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==2.17.0
1+
google-cloud-bigtable==2.20.0
22
backoff==2.2.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.3.1
2-
mock==5.0.2
1+
pytest==7.4.0
2+
mock==5.1.0
33
google-cloud-testutils
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==2.17.0
2-
google-cloud-monitoring==2.14.2
1+
google-cloud-bigtable==2.20.0
2+
google-cloud-monitoring==2.15.1

0 commit comments

Comments
 (0)