Skip to content

Commit 4b270c0

Browse files
authored
Merge pull request #98 from stackhpc/dependabot/pip/scripts/perf-test/h11-0.16.0
Bump h11 from 0.14.0 to 0.16.0 in /scripts/perf-test
2 parents 5d53da0 + 6931e82 commit 4b270c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ jobs:
3333
secrets: inherit
3434

3535
publish_charts:
36+
needs: [fail_on_remote]
3637
uses: ./.github/workflows/build-push-charts.yml
3738
with:
3839
ref: ${{ github.sha }}
3940
secrets: inherit
41+
permissions:
42+
# Explicit permissions are required for
43+
# PRs created by dependabot user
44+
contents: write
4045

4146
chart_validation:
4247
needs: [publish_images]

scripts/perf-test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ charset-normalizer==3.3.2
44
filelock==3.13.3
55
fsspec==2024.3.1
66
gradio_client==0.15.0
7-
h11==0.14.0
7+
h11==0.16.0
88
httpcore==1.0.5
99
httpx==0.27.0
1010
huggingface-hub==0.22.2

0 commit comments

Comments
 (0)