Skip to content

Commit 21a66fa

Browse files
committed
chore(deps): update all dependencies
1 parent c15dc8e commit 21a66fa

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/generate.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ jobs:
3535

3636
steps:
3737
- name: Python Library > Checkout Repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
path: ${{ env.LIBRARY_CHECKOUT_PATH }}
4141

4242
- name: Test Data > Checkout Repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
repository: googleapis/google-cloudevents
4646
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
4747

4848
- name: Setup Python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
51-
python-version: '3.13'
51+
python-version: '3.14'
5252
cache: 'pip'
5353

5454
- name: Install Generator Dependencies
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Notify for failure
115115
if: ${{ failure() && github.event_name == 'schedule' }}
116-
uses: actions/github-script@v7
116+
uses: actions/github-script@v8
117117
with:
118118
script: |
119119
github.rest.issues.create({

.github/workflows/test_generation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ jobs:
3636

3737
steps:
3838
- name: Python Library > Checkout Repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
path: ${{ env.LIBRARY_CHECKOUT_PATH }}
4242

4343
- name: Proto Schemas > Checkout Repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
repository: googleapis/google-cloudevents
4747
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
4848

4949
- name: Setup Python
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
52-
python-version: '3.13'
52+
python-version: '3.14'
5353
cache: 'pip'
5454

5555
- name: Install Generator Dependencies

scripts/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gapic_generator==1.23.6
2-
grpcio-tools==1.71.0
1+
gapic_generator==1.28.0
2+
grpcio-tools==1.75.1
33
pypandoc_binary==1.15
4-
requests==2.32.4
4+
requests==2.32.5

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==8.3.5
1+
pytest==8.4.2

0 commit comments

Comments
 (0)