Skip to content

Commit 188b37c

Browse files
chore(deps): update all dependencies (#742)
* chore(deps): update all dependencies * revert Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 1542c8f commit 188b37c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests-against-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
2121
- name: Setup Python
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: 3.8
2525
- name: Install nox
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.1.2
22
pytest-dependency==0.5.1
33
mock==4.0.3
4-
google-cloud-testutils==1.3.1
4+
google-cloud-testutils==1.3.3

samples/samples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-spanner==3.14.0
1+
google-cloud-spanner==3.16.0
22
futures==3.3.0; python_version < "3"

0 commit comments

Comments
 (0)