[pull] master from aio-libs:master#253
Merged
pull[bot] merged 18 commits intotj-python:masterfrom May 27, 2025
Merged
Conversation
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.1 to 7.8.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.8.2 — 2025-05-23</h2> <ul> <li>Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and 3.13. Thanks, <code>Finn Womack <pull 1972_></code>_.</li> </ul> <p>.. _issue 1971: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1971">nedbat/coveragepy#1971</a> .. _pull 1972: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1972">nedbat/coveragepy#1972</a></p> <p>.. _changes_7-8-1:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/51ab2e503faebf7b302850f0b0329103f0efd1f4"><code>51ab2e5</code></a> build: have to keep expected dist counts in sync</li> <li><a href="https://github.com/nedbat/coveragepy/commit/be7bbf236aaec0875e73948b2f50d6ec9ac97311"><code>be7bbf2</code></a> docs: sample HTML for 7.8.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3cee850f3b8a7bff52fa4dd5575abe8b67b1f2ec"><code>3cee850</code></a> docs: prep for 7.8.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/39bc6b0dc8550d1457a60683200cbdfb6786ffc6"><code>39bc6b0</code></a> docs: provide more details if the kit matrix is edited.</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a608fb310d0eb34c6d6d004a1b62b01c6f8afd33"><code>a608fb3</code></a> build: add support for Windows arm64 (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1972">#1972</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2fe622506356424406ddcac01bf1775eca5a92d3"><code>2fe6225</code></a> build: run <code>tox lint</code> if actions have changed</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3d93a78e1df4b9ab88bbf03f84de40873ddb5541"><code>3d93a78</code></a> docs: docs need scriv for making github releases</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0c443a2775aa64fda77c6e34fcc5144f5000db9c"><code>0c443a2</code></a> build: bump version to 7.8.2</li> <li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/7.8.1...7.8.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 [tenacity](https://github.com/jd/tenacity) from 9.0.0 to 9.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jd/tenacity/releases">tenacity's releases</a>.</em></p> <blockquote> <h2>9.1.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/jd/tenacity/compare/9.1.1...9.1.2">https://github.com/jd/tenacity/compare/9.1.1...9.1.2</a></p> <h2>9.1.1</h2> <h2>What's Changed</h2> <ul> <li>Test with Python 3.13 by <a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> in <a href="https://redirect.github.com/jd/tenacity/pull/480">jd/tenacity#480</a></li> <li>ci: remove Python 3.8 support by <a href="https://github.com/jd"><code>@jd</code></a> in <a href="https://redirect.github.com/jd/tenacity/pull/515">jd/tenacity#515</a></li> <li>fix: return "Self" from "BaseRetrying.copy" by <a href="https://github.com/ThirVondukr"><code>@ThirVondukr</code></a> in <a href="https://redirect.github.com/jd/tenacity/pull/518">jd/tenacity#518</a></li> <li>ci: upload on PyPI using trusted publishing by <a href="https://github.com/jd"><code>@jd</code></a> in <a href="https://redirect.github.com/jd/tenacity/pull/520">jd/tenacity#520</a></li> <li>Add re.Pattern to allowed match types by <a href="https://github.com/robertschweizer"><code>@robertschweizer</code></a> in <a href="https://redirect.github.com/jd/tenacity/pull/497">jd/tenacity#497</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Young-Lord"><code>@Young-Lord</code></a> made their first contribution in <a href="https://redirect.github.com/jd/tenacity/pull/491">jd/tenacity#491</a></li> <li><a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> made their first contribution in <a href="https://redirect.github.com/jd/tenacity/pull/480">jd/tenacity#480</a></li> <li><a href="https://github.com/ThirVondukr"><code>@ThirVondukr</code></a> made their first contribution in <a href="https://redirect.github.com/jd/tenacity/pull/518">jd/tenacity#518</a></li> <li><a href="https://github.com/robertschweizer"><code>@robertschweizer</code></a> made their first contribution in <a href="https://redirect.github.com/jd/tenacity/pull/497">jd/tenacity#497</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jd/tenacity/compare/9.0.0...9.1.0">https://github.com/jd/tenacity/compare/9.0.0...9.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jd/tenacity/commit/62787c34bb052d28d814bc07e5c3caed22cd73a2"><code>62787c3</code></a> ci: fix build</li> <li><a href="https://github.com/jd/tenacity/commit/2b173a1039009773dbf5d377f95cc8aabe83bf58"><code>2b173a1</code></a> ci: fix typo</li> <li><a href="https://github.com/jd/tenacity/commit/a44271f3d7d917d81e432ce7f85d448b437b4e41"><code>a44271f</code></a> fix: Add re.Pattern to allowed match types (<a href="https://redirect.github.com/jd/tenacity/issues/497">#497</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/b4dfa3fe88707f42561d11dea4bca06c45fb5523"><code>b4dfa3f</code></a> chore(deps): bump actions/setup-python in the github-actions group (<a href="https://redirect.github.com/jd/tenacity/issues/522">#522</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/f9a879c531ff4be938309aae6c69f46fc5b732d8"><code>f9a879c</code></a> ci: upload on PyPI using trusted publishing (<a href="https://redirect.github.com/jd/tenacity/issues/520">#520</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/bfbf17314612b8546a650c4b56d6c6438e6857df"><code>bfbf173</code></a> fix: return "Self" from "BaseRetrying.copy" (<a href="https://redirect.github.com/jd/tenacity/issues/518">#518</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/212c47c05fec89c3aca8c4fec0b426c9f33036e8"><code>212c47c</code></a> ci: update ubuntu image (<a href="https://redirect.github.com/jd/tenacity/issues/516">#516</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/3e2c18175944c1896a1065809db15378d545cdce"><code>3e2c181</code></a> ci: remove Python 3.8 support (<a href="https://redirect.github.com/jd/tenacity/issues/515">#515</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/320335902409ed2e09f21cb83431de7ee7a0c2a6"><code>3203359</code></a> Test with Python 3.13 (<a href="https://redirect.github.com/jd/tenacity/issues/480">#480</a>)</li> <li><a href="https://github.com/jd/tenacity/commit/72db2740cab8248d2d9b7b9a0716cb1ea9867051"><code>72db274</code></a> chore(deps): bump actions/setup-python in the github-actions group (<a href="https://redirect.github.com/jd/tenacity/issues/513">#513</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jd/tenacity/compare/9.0.0...9.1.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 [identify](https://github.com/pre-commit/identify) from 2.6.10 to 2.6.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/identify/commit/51e358dd52e70925011f81db738d441617e3e0f4"><code>51e358d</code></a> v2.6.12</li> <li><a href="https://github.com/pre-commit/identify/commit/00310d304818e0727f3894fd55ff0f4e834e1db8"><code>00310d3</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/519">#519</a> from energyworldnet/feature/msbuild</li> <li><a href="https://github.com/pre-commit/identify/commit/a604a3a4a4ec822f5082a21664fdf391f512d961"><code>a604a3a</code></a> Drop ambiguous .proj extension</li> <li><a href="https://github.com/pre-commit/identify/commit/bdd2643326d8acf348e35ca76ddc233da3f0380c"><code>bdd2643</code></a> v2.6.11</li> <li><a href="https://github.com/pre-commit/identify/commit/d084242645bcec76d344c37faafd2f8c55081cd2"><code>d084242</code></a> Merge remote-tracking branch 'energyworldnet/feature/xslt'</li> <li><a href="https://github.com/pre-commit/identify/commit/f7947091c937ef9a2e1ab1e7be6033acafe4c168"><code>f794709</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/518">#518</a> from pre-commit/mxr-patch-1</li> <li><a href="https://github.com/pre-commit/identify/commit/a8cce72fd03e9e1d62c7b749b33903361ee42f54"><code>a8cce72</code></a> Identify XSLT files</li> <li><a href="https://github.com/pre-commit/identify/commit/4cf2cc04a94df881eedfede07932a4d95f346f37"><code>4cf2cc0</code></a> Identify common MSBuild files</li> <li><a href="https://github.com/pre-commit/identify/commit/4e55b743565fe30a3f7569e02ddfe71abf5144fc"><code>4e55b74</code></a> Add support for <code>.sqlfluff</code></li> <li>See full diff in <a href="https://github.com/pre-commit/identify/compare/v2.6.10...v2.6.12">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 [freezegun](https://github.com/spulec/freezegun) from 1.5.1 to 1.5.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spulec/freezegun/blob/master/CHANGELOG">freezegun's changelog</a>.</em></p> <blockquote> <h2>1.5.2</h2> <ul> <li>Remove support for Python 3.7</li> <li>Explicitly marks support for Python 3.13</li> <li>Improved project documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spulec/freezegun/commit/ba06fa43d18c24e6bd4b3bacb7edcb547e7b30ae"><code>ba06fa4</code></a> Increase version number</li> <li><a href="https://github.com/spulec/freezegun/commit/da2885db0c6bbef0d17569ddc9b0b0c7ef852f8c"><code>da2885d</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/572">#572</a> from jayaddison/debian-bug-1106274/tests-datetime-tod...</li> <li><a href="https://github.com/spulec/freezegun/commit/695aa15668c251c3180d0b943b62c7f2f73b4dbe"><code>695aa15</code></a> Merge branch 'master' into debian-bug-1106274/tests-datetime-today-tz-localiz...</li> <li><a href="https://github.com/spulec/freezegun/commit/132ecdbe6e33f603b8d65e7160cdf8200e06391a"><code>132ecdb</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/573">#573</a> from spulec/admin/indicate-py-13-compat</li> <li><a href="https://github.com/spulec/freezegun/commit/f9235ae8a00941f2d8a370717af2641a7bf268e9"><code>f9235ae</code></a> Mark support for Python 3.13</li> <li><a href="https://github.com/spulec/freezegun/commit/9072d08e3ee22e98e771d8598d67373019a26fed"><code>9072d08</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/544">#544</a> from spulec/remove-py-37-support</li> <li><a href="https://github.com/spulec/freezegun/commit/74a69142ddfa3ef6ca060a921938c5cda6da5d16"><code>74a6914</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/565">#565</a> from joethesaint/improve-documentation</li> <li><a href="https://github.com/spulec/freezegun/commit/1343509cd9e53a1777fec5ccbdd7bf85a809f051"><code>1343509</code></a> README: update example code for consistency with tests</li> <li><a href="https://github.com/spulec/freezegun/commit/9468f708256344321ff8e0fc1c783576e7da44ac"><code>9468f70</code></a> Tests: fixup: replace <code>datetime.today</code> method calls with <code>datetime.date</code> clas...</li> <li><a href="https://github.com/spulec/freezegun/commit/9e4012ad4565c0cf2505410134f6a2ca745a2c3d"><code>9e4012a</code></a> Tests: restore some <code>datetime.date</code>-based comparisons</li> <li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.5.1...1.5.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
…d Improve Payload Handling (#11019)
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.2 to 45.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>45.0.3 - 2025-05-25</p> <pre><code> * Fixed decrypting PKCS#8 files encrypted with long salts (this impacts keys encrypted by Bouncy Castle). * Fixed decrypting PKCS#8 files encrypted with DES-CBC-MD5. While wildly insecure, this remains prevalent. <p>.. _v45-0-2:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/50384959872c84933b6059c3b697139c8fcdcdea"><code>5038495</code></a> backports for 45.0.3 release (<a href="https://redirect.github.com/pyca/cryptography/issues/12979">#12979</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/45.0.2...45.0.3">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
#11024) Co-authored-by: Sam Bull <git@sambull.org> Co-authored-by: J. Nick Koston <nick@koston.org>
…st benchmarks (#11016) Co-authored-by: Sam Bull <git@sambull.org> Co-authored-by: J. Nick Koston <nick@koston.org>
…lient request tests (#11027)
…ion for requests with None body (#11037) Co-authored-by: J. Nick Koston <nick@koston.org>
…ion for requests with None body (#11038) Co-authored-by: J. Nick Koston <nick@koston.org>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #253 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 129 129
Lines 41366 41366
Branches 2226 2226
=======================================
Hits 40877 40877
Misses 339 339
Partials 150 150
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1)
Can you help keep this open source service alive? 💖 Please sponsor : )