Skip to content

chore(deps-dev): update black requirement from ^24.8 to ^25.1 #182

chore(deps-dev): update black requirement from ^24.8 to ^25.1

chore(deps-dev): update black requirement from ^24.8 to ^25.1 #182

Triggered via pull request September 16, 2025 13:11
Status Success
Total duration 1m 3s
Artifacts

release-drafter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18) { name: 'AggregateError', event: { id: '17766916461', name: 'pull_request', payload: { action: 'edited', changes: { body: { from: '[//]: # (dependabot-start)\n' + '⚠️ **Dependabot is rebasing this PR** ⚠️ \n' + '\n' + "Rebasing might not happen immediately, so don't worry if this takes some time.\n" + '\n' + 'Note: if you make any changes to this PR yourself, they will take precedence over the rebase.\n' + '\n' + '---\n' + '\n' + '[//]: # (dependabot-end)\n' + '\n' + 'Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.\n' + '<details>\n' + '<summary>Release notes</summary>\n' + `<p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p>\n` + '<blockquote>\n' + '<h2>25.1.0</h2>\n' + '<h3>Highlights</h3>\n' + '<p>This release introduces the new 2025 stable style (<a href="https://redirect.github.com/psf/black/issues/4558">#4558</a>), stabilizing\n' + 'the following changes:</p>\n' + '<ul>\n' + '<li>Normalize casing of Unicode escape characters in strings to lowercase (<a href="https://redirect.github.com/psf/black/issues/2916">#2916</a>)</li>\n' + '<li>Fix inconsistencies in whether certain strings are detected as docstrings (<a href="https://redirect.github.com/psf/black/issues/4095">#4095</a>)</li>\n' + '<li>Consistently add trailing commas to typed function parameters (<a href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li>\n' + '<li>Remove redundant parentheses in if guards for case blocks (<a href="https://redirect.github.com/psf/black/issues/4214">#4214</a>)</li>\n' + '<li>Add parentheses to if clauses in case blocks when the line is too long (<a href="https://redirect.github.com/psf/black/issues/4269">#4269</a>)</li>\n' + '<li>Whitespace before <code># fmt: skip</code> comments is no longer normalized (<a href="https://redirect.github.com/psf/black/issues/4146">#4146</a>)</li>\n' + '<li>Fix line length computation for certain expressions that involve the power operator (<a href="https://redirect.github.com/psf/black/issues/4154">#4154</a>)</li>\n' + '<li>Check if there is a newline before the terminating quotes of a docstring (<a href="https://redirect.github.com/psf/black/issues/4185">#4185</a>)</li>\n' + '<li>Fix type annotation spacing between <code>*</code> and more complex type variable tuple (<a href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li>\n' + '</ul>\n' + '<p>The following changes were not in any previous release:</p>\n' + '<ul>\n' + '<li>Remove parentheses around sole list items (<a href="https://redirect.github.com/psf/black/issues/4312">#4312</a>)</li>\n' + '<li>Generic function definitions are now formatted more elegantly: parameters are\n' + 'split over multiple lines first instead of type parameter definitions (<a href="https://redirect.github.com/psf/black/issues/4553">#4553</a>)</li>\n' + '</ul>\n' + '<h3>Stable style</h3>\n' + '<ul>\n' + '<li>Fix formatting cells in IPython notebooks with magic methods and starting or trailing\n' + 'empty lines (<a href="https://redirect.github.c
update
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '17766916461', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 16 Sep 2025 13:12:32 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '0C40:258C18:3668CCC:C1A0250:68C96236' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.4 (linux; x64)', 'x-github-delivery': '17766916461', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"diff-risk-dashboard","owner":"CoderDeltaLAN","targetCommitish":"refs/pull/2/merge","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-09-13T14:26:49Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17766916461', name: 'pull_request', payload: { action: 'edited', changes: { body: { from: '[//]: # (dependabot-start)\n' + '⚠️ **Dependabot is rebasing this PR** ⚠️ \n' + '\n' + "Rebasing might not happen immediately, so don't worry if this takes some time.\n" + '\n' + 'Note: if you make any changes to this PR yourself, they will take precedence over the rebase.\n' + '\n' + '---\n' + '\n' + '[//]: # (dependabot-end)\n' + '\n' + 'Updates the requirements on [black](https://github.com/psf/black) to permit
update
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)