Skip to content

feat: add support for spanner copy backup feature #600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 25, 2022
Prev Previous commit
Next Next commit
chore(deps): update all dependencies (#689)
  • Loading branch information
renovate-bot authored and asthamohta committed Mar 23, 2022
commit 0b0dc69600bea719d3fae5878c792e44bbaa7431
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install nox
Expand Down
2 changes: 1 addition & 1 deletion samples/samples/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.0.1
pytest==7.1.0
pytest-dependency==0.5.1
mock==4.0.3
google-cloud-testutils==1.3.1