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 Nov 29, 2023
1 parent ab8bf8a commit 8287551
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
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
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.59.3
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.3

0 comments on commit 8287551

Please sign in to comment.