Skip to content

Commit b301d54

Browse files
Bump werkzeug from 3.1.5 to 3.1.6 (#810)
* Bump werkzeug from 3.1.5 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Avoid benchmark comment failures on Dependabot PRs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Brookins <a.m.brookins@gmail.com>
1 parent 643a11a commit b301d54

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ jobs:
192192
# Alert if performance regresses by more than 20%
193193
alert-threshold: '120%'
194194
fail-on-alert: false
195-
# Comment on PR when regression detected
196-
comment-on-alert: true
195+
# Dependabot PRs cannot create review comments with the default token.
196+
comment-on-alert: ${{ github.actor != 'dependabot[bot]' }}
197197
github-token: ${{ secrets.GITHUB_TOKEN }}
198198
# Only push to gh-pages on main branch
199199
auto-push: ${{ github.ref == 'refs/heads/main' }}

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)