From 55842f31c3de2e0a45e6bf31a9d110436fcafce2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Jan 2024 19:10:14 +0100 Subject: [PATCH] chore(deps): update all dependencies (#246) --- .github/workflows/generate.yaml | 4 ++-- .github/workflows/test_generation.yaml | 2 +- scripts/requirements.txt | 6 +++--- tests/requirements.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 2c0bfdc..2b9f919 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -46,7 +46,7 @@ jobs: path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }} - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' @@ -113,7 +113,7 @@ jobs: - name: Notify for failure if: ${{ failure() && github.event_name == 'schedule' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/test_generation.yaml b/.github/workflows/test_generation.yaml index 4c9c533..9e3c3da 100644 --- a/.github/workflows/test_generation.yaml +++ b/.github/workflows/test_generation.yaml @@ -47,7 +47,7 @@ jobs: path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }} - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e16158a..ee6e9da 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -gapic_generator==1.11.5 -grpcio-tools==1.58.0 -pypandoc_binary==1.11 +gapic_generator==1.13.0 +grpcio-tools==1.60.0 +pypandoc_binary==1.12 requests==2.31.0 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 2a929ed..cb87efc 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest==7.4.2 +pytest==7.4.4