[pull] master from aio-libs:master#659
Merged
Merged
Conversation
Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.4.3 to 1.4.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/releases">python-discovery's releases</a>.</em></p> <blockquote> <h2>v1.4.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(spec): discover debug (Py_DEBUG) interpreters like python3.13-dbg by <a href="https://github.com/ychampion"><code>@ychampion</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/96">tox-dev/python-discovery#96</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ychampion"><code>@ychampion</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/96">tox-dev/python-discovery#96</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.4.3...1.4.4">https://github.com/tox-dev/python-discovery/compare/1.4.3...1.4.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst">python-discovery's changelog</a>.</em></p> <blockquote> <h1>Bug fixes - 1.4.4</h1> <ul> <li>Parse the debug build flag in interpreter specs - <code>python3.13d</code> and Debian's <code>python3.13-dbg</code> / <code>python3.13-debug</code> now select a <code>Py_DEBUG</code> interpreter instead of being misread as an ISA named <code>dbg</code>. Resolving a virtualenv to its base interpreter also checks the free-threaded and debug ABI flags, so a debug or free-threaded environment no longer resolves to a release build of the same version - by :user:<code>gaborbernat</code>. (:issue:<code>96</code>)</li> </ul> <hr /> <p>v1.4.3 (2026-07-03)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/02a5c6e6082ab9edcf166ad16b4577ffbac5dcf2"><code>02a5c6e</code></a> release 1.4.4</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/4dbf5d11ac75462e3085e58ea263825cd6435f17"><code>4dbf5d1</code></a> 🐛 fix(spec): discover debug (Py_DEBUG) interpreters like python3.13-dbg (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/96">#96</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/1790c9f7c7f8a0697e038b36f8453320ad907adb"><code>1790c9f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/95">#95</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/d3cd2c9de27653b242eb4f6311d5f893d8ae04ea"><code>d3cd2c9</code></a> :moneybag: Surface GitHub Sponsors + thanks.dev</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.4.3...1.4.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [build](https://github.com/pypa/build) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/build/releases">build's releases</a>.</em></p> <blockquote> <h2>1.5.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>✨ feat(cli): accept sdist tarball as srcdir argument by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1057">pypa/build#1057</a></li> <li>chore: drop 3.9 branches for version_info checks by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1059">pypa/build#1059</a></li> <li>tests: skip test_uv_install_strips_pythonpath with missing uv by <a href="https://github.com/mtelka"><code>@mtelka</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1063">pypa/build#1063</a></li> <li>chore: remove myself from codeowners by <a href="https://github.com/FFY00"><code>@FFY00</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1066">pypa/build#1066</a></li> <li>refactor: safe_extractall to use pathlib.Path by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1060">pypa/build#1060</a></li> <li>ci: secure GitHub Actions workflows by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1068">pypa/build#1068</a></li> <li>test: cover config settings forwarding in build_package and build_package_via_sdist by <a href="https://github.com/terminalchai"><code>@terminalchai</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1058">pypa/build#1058</a></li> <li>Revert "build(deps): bump virtualenv from 20.17 to 20.36.1" by <a href="https://github.com/layday"><code>@layday</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1076">pypa/build#1076</a></li> <li>Revert "build(deps): bump wheel from 0.36.0 to 0.38.1" by <a href="https://github.com/layday"><code>@layday</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1075">pypa/build#1075</a></li> <li>Revert "build(deps): bump pip from 22.3 to 26.1" by <a href="https://github.com/layday"><code>@layday</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1074">pypa/build#1074</a></li> <li>👷 ci: enforce lazy imports with flake8-lazy by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1088">pypa/build#1088</a></li> <li>✨ feat(deps): show wanted vs found in missing-deps error by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1082">pypa/build#1082</a></li> <li>👷 ci: align action pin version comments by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1091">pypa/build#1091</a></li> <li>docs: update isolated env example to use DefaultIsolatedEnv by <a href="https://github.com/shenxianpeng"><code>@shenxianpeng</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1090">pypa/build#1090</a></li> <li>🧪 test: compact test_parse_args with a typed make_kwargs helper by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1092">pypa/build#1092</a></li> <li>♻️ refactor(typing): ban explicit Any across src and tests by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1093">pypa/build#1093</a></li> <li>✨ feat(cli): warn on valueless config settings by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1081">pypa/build#1081</a></li> <li>✨ feat(cli): add --sdist-extract-dir to reuse compiler caches by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1085">pypa/build#1085</a></li> <li>⚠️ feat(util): deprecate project_wheel_metadata by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1084">pypa/build#1084</a></li> <li>chore: bump pre-commit tags by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1095">pypa/build#1095</a></li> <li>✨ feat: report resolved build dependency versions by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1086">pypa/build#1086</a></li> <li>✨ feat(env): control the isolated build environment location by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1083">pypa/build#1083</a></li> <li>✨ feat(cli): machine-readable build report, and metadata from a wheel by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1080">pypa/build#1080</a></li> <li>🐛 fix(cli): drain verbose subprocess output without a worker thread by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1098">pypa/build#1098</a></li> <li>♻️ refactor(cli): minor cleanups in builder and CLI by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1099">pypa/build#1099</a></li> <li>🐛 fix(env): reject a file as --env-dir and drop a mutable default by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1100">pypa/build#1100</a></li> <li>chore: add classifier for 3.15 (testing on beta already) by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1104">pypa/build#1104</a></li> <li>chore: add lockfiles to gitignore by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1101">pypa/build#1101</a></li> <li>chore: add check-dist by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1103">pypa/build#1103</a></li> <li>✨ feat(cli): surface debug paths when a backend build fails by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1087">pypa/build#1087</a></li> <li>docs: shorten changelog entries to concise highlights by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1105">pypa/build#1105</a></li> <li>chore(deps): raise dependency floors to 3.10 minimums and drop pytest cap by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1107">pypa/build#1107</a></li> <li>chore: bump mypy, restrict pytest 9.1.0 by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1108">pypa/build#1108</a></li> <li>fix(cli): fix CLI warnings being written to stdout instead of stderr by <a href="https://github.com/ymyzk"><code>@ymyzk</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1111">pypa/build#1111</a></li> <li>Bump vulnerable dependency floors (virtualenv, wheel) by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1113">pypa/build#1113</a></li> <li>chore: default --installer to pip in argparse by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1117">pypa/build#1117</a></li> <li>fix: build correct dest path in Windows symlink support probe by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1118">pypa/build#1118</a></li> <li>fix: derive dist-info directory from wheel contents, not filename by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1119">pypa/build#1119</a></li> <li>fix: use LF instead of os.linesep when writing pip/uv requirements files by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1120">pypa/build#1120</a></li> <li>fix: decide color support per output stream, not solely from stdout by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1123">pypa/build#1123</a></li> <li>refactor: open the wheel only once in metadata_path by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1126">pypa/build#1126</a></li> <li>fix: minor robustness fixes from code review by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1121">pypa/build#1121</a></li> <li>refactor: simplify code paths found in review by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1124">pypa/build#1124</a></li> <li>perf: memoize check_dependency by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1122">pypa/build#1122</a></li> <li>test: isolate color tests from NO_COLOR and FORCE_COLOR by <a href="https://github.com/Yearnzq"><code>@Yearnzq</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1128">pypa/build#1128</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/build/blob/main/CHANGELOG.rst">build's changelog</a>.</em></p> <blockquote> <p>#################### 1.5.1 (2026-07-09) ####################</p> <hr /> <p>Features</p> <hr /> <ul> <li>Add <code>--report=PATH</code> to write a machine-readable JSON report of built artifacts; <code>--metadata</code> now also accepts <code>.whl</code> files - by :user:<code>gaborbernat</code> (:issue:<code>198</code>)</li> <li>The <code>srcdir</code> argument now accepts <code>.tar.gz</code> source distributions, extracting and building from them - by :user:<code>gaborbernat</code> (:issue:<code>311</code>)</li> <li>The "Unmet dependencies" error from <code>--no-isolation</code> builds now shows the wanted version, found version, and interpreter - by :user:<code>gaborbernat</code> (:issue:<code>504</code>)</li> <li>Add <code>--sdist-extract-dir</code> to extract the intermediate sdist into a persistent directory, enabling compiler cache reuse across rebuilds - by :user:<code>gaborbernat</code> (:issue:<code>614</code>)</li> <li>Add <code>--env-dir</code> to place the isolated build environment at a fixed path, enabling compiler cache reuse across builds - by :user:<code>gaborbernat</code> (:issue:<code>655</code>)</li> <li>Print a summary of resolved dependency versions (<code>name==version</code>) after installing them in isolated builds - by :user:<code>gaborbernat</code> (:issue:<code>959</code>)</li> <li>On build failure, print a tip pointing to <code>--env-dir</code> and <code>--sdist-extract-dir</code> for debugging and link to the "Debug a failed build" how-to - reported by :user:<code>dimpase</code>, implemented by :user:<code>gaborbernat</code> (:issue:<code>966</code>)</li> </ul> <hr /> <p>Bugfixes</p> <hr /> <ul> <li>Drain verbose subprocess output inline instead of using a <code>ThreadPoolExecutor</code>, which silently swallowed logging errors - by :user:<code>henryiii</code> (:issue:<code>1098</code>)</li> <li>Reject a file passed as <code>--env-dir</code> with a clear error instead of a raw <code>FileExistsError</code> - by :user:<code>henryiii</code> (:issue:<code>1100</code>)</li> <li>Emit CLI warnings to stderr instead of stdout, so they no longer corrupt <code>--metadata</code> JSON output on stdout - by :user:<code>ymyzk</code> (:issue:<code>1111</code>)</li> <li>Fix the Windows symlink support probe always returning <code>False</code> due to a stale object interpolated into the destination path - by :user:<code>henryiii</code> (:issue:<code>1118</code>)</li> <li>Fix <code>metadata_path</code>'s build-backend fallback returning a nonexistent dist-info path for wheels with a build tag - by :user:<code>henryiii</code> (:issue:<code>1119</code>)</li> <li>Write pip/uv requirements and constraints files with <code>\n</code> instead of <code>os.linesep</code>, avoiding doubled <code>\r\r\n</code> line endings on Windows - by :user:<code>henryiii</code> (:issue:<code>1120</code>)</li> <li>Batch of small robustness fixes: correct macOS release parsing for the minimum pip version, avoid sharing the mutable default build-system table between builders, keep the original error when isolated-environment setup fails early, and raise <code>BuildException</code> for an invalid wheel - by :user:<code>henryiii</code> (:issue:<code>1121</code>)</li> <li>Decide color support independently for stdout and stderr instead of only checking <code>stdout.isatty()</code>, so redirecting one stream no longer disables or leaks ANSI colors on the other - by :user:<code>henryiii</code> (:issue:<code>1123</code>)</li> </ul> <hr /> <p>Deprecations and Removals</p> <hr /> <ul> <li>Deprecate :func:<code>build.util.project_wheel_metadata</code>; use <code>python -m build --metadata</code> instead - by :user:<code>gaborbernat</code> (:issue:<code>557</code>)</li> <li>Warn on config settings without a value (e.g. <code>-C--my-flag</code>); use <code>-C--my-flag=</code> instead for compatibility with pip</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/build/commit/d08fcd723500a7d676867144e1e7a22b650aeb7d"><code>d08fcd7</code></a> chore: prepare for 1.5.1</li> <li><a href="https://github.com/pypa/build/commit/135801c502a7b36e25628d7c3ea9042fe8afa138"><code>135801c</code></a> test: isolate color tests from NO_COLOR and FORCE_COLOR (<a href="https://redirect.github.com/pypa/build/issues/1128">#1128</a>)</li> <li><a href="https://github.com/pypa/build/commit/820d4e5638eda9aa744528ab6b9a0e4be98d7d41"><code>820d4e5</code></a> perf: memoize check_dependency (<a href="https://redirect.github.com/pypa/build/issues/1122">#1122</a>)</li> <li><a href="https://github.com/pypa/build/commit/6c03264d186ce7a6c9f1e1990408a3a215dc7610"><code>6c03264</code></a> pre-commit: bump repositories (<a href="https://redirect.github.com/pypa/build/issues/1127">#1127</a>)</li> <li><a href="https://github.com/pypa/build/commit/43c337a6bf55cbf2737bf938f3968be46ebc48b7"><code>43c337a</code></a> refactor: simplify code paths found in review (<a href="https://redirect.github.com/pypa/build/issues/1124">#1124</a>)</li> <li><a href="https://github.com/pypa/build/commit/260ae22ee29fbca9b452a1b44cf3aacd09bb9250"><code>260ae22</code></a> fix: minor robustness fixes from code review (<a href="https://redirect.github.com/pypa/build/issues/1121">#1121</a>)</li> <li><a href="https://github.com/pypa/build/commit/100e86e5e4f99167416b1d98783fc095223e0b8f"><code>100e86e</code></a> refactor: open the wheel only once in metadata_path (<a href="https://redirect.github.com/pypa/build/issues/1126">#1126</a>)</li> <li><a href="https://github.com/pypa/build/commit/272db6ce3474299b763674550ba0075954177ed3"><code>272db6c</code></a> fix: decide color support per output stream, not solely from stdout (<a href="https://redirect.github.com/pypa/build/issues/1123">#1123</a>)</li> <li><a href="https://github.com/pypa/build/commit/bc4ca7c7cb2033d7fecbfe82f8b3d7df7376572f"><code>bc4ca7c</code></a> fix: use LF instead of os.linesep when writing pip/uv requirements files (<a href="https://redirect.github.com/pypa/build/issues/1120">#1120</a>)</li> <li><a href="https://github.com/pypa/build/commit/16d8143d9979fc5432b8b1effb1dc3f6048c7840"><code>16d8143</code></a> fix: derive dist-info directory from wheel contents, not filename (<a href="https://redirect.github.com/pypa/build/issues/1119">#1119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/build/compare/1.5.0...1.5.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [librt](https://github.com/mypyc/librt) from 0.12.0 to 0.13.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/05a6a214c72932b113efc2012a7e9e6b54fd0ff8"><code>05a6a21</code></a> Sync mypy and bump version to 0.13.0</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.12.0...v0.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )