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 31, 2023
1 parent 2340fc4 commit 792ae17
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
nox -s unit-${{ matrix.python }}
- name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
path: .coverage-${{ matrix.python }}
Expand All @@ -47,7 +47,7 @@ jobs:
python -m pip install --upgrade setuptools pip wheel
python -m pip install coverage
- name: Download coverage results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-artifacts
path: .coverage-results/
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
mock==5.1.0
google-cloud-testutils
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
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.3
pytest==7.4.4
google-cloud-testutils==1.4.0

0 comments on commit 792ae17

Please sign in to comment.