Skip to content

Commit

Permalink
chore(deps): update all dependencies (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 2, 2024
1 parent ab8bf8a commit 55842f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.2
pytest==7.4.4

0 comments on commit 55842f3

Please sign in to comment.