-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.7.0 to 7.7.1. <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.7.1 — 2025-03-21</h2> <ul> <li>A few small tweaks to the sys.monitoring support for Python 3.14. Please test!</li> </ul> <p>.. _changes_7-7-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/5e0fd514aa9d49d39afc9b1e57008c20c6c45663"><code>5e0fd51</code></a> docs: sample HTML for 7.7.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9b82965ff218ea13a63386b585814bda67e542ef"><code>9b82965</code></a> docs: prep for 7.7.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/1be53a8083146ae80471e72486dbe7da6f1c98ff"><code>1be53a8</code></a> docs: add clarification about missing line numbers in the text report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/87bc26bc1f0148ba9ff746d8b82584ffecdc67f8"><code>87bc26b</code></a> refactor: use f-strings more</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7ea1535f7ed5abc1aea9a65bbd557b8f20b2346f"><code>7ea1535</code></a> refactor: remove some needless checks</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f503dc5285692c6073de6299898738ec2b2d6006"><code>f503dc5</code></a> perf: collect more stats in sysmon</li> <li><a href="https://github.com/nedbat/coveragepy/commit/97e68a0cf89751b1dff74106ce555ce4022c907c"><code>97e68a0</code></a> build: bump version to 7.7.1</li> <li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/7.7.0...7.7.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 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>
|
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 #179 +/- ##
=======================================
Coverage 98.71% 98.71%
=======================================
Files 125 125
Lines 37368 37368
Branches 2064 2064
=======================================
Hits 36886 36886
Misses 335 335
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.1 to 2.23.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v2.23.2</h2> <ul> <li>🐛 Workaround an issue with pyodide builds when running cibuildwheel with a Python that was installed via UV (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2328">#2328</a> via <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2331">#2331</a>)</li> <li>🛠 Dependency updates, including a manylinux update that fixes an <a href="https://redirect.github.com/pypa/manylinux/issues/1760">'undefined symbol' error</a> in gcc-toolset (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2334">#2334</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">pypa/cibuildwheel's changelog</a>.</em></p> <blockquote> <h3>v2.23.2</h3> <p><em>24 March 2025</em></p> <ul> <li>🐛 Workaround an issue with pyodide builds when running cibuildwheel with a Python that was installed via UV (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2328">#2328</a> via <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2331">#2331</a>)</li> <li>🛠 Dependency updates, including a manylinux update that fixes an <a href="https://redirect.github.com/pypa/manylinux/issues/1760">'undefined symbol' error</a> in gcc-toolset (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2334">#2334</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/d04cacbc9866d432033b1d09142936e6a0e2121a"><code>d04cacb</code></a> Bump version: v2.23.2</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/5f4e019684661085adb6558969c7fd389a532174"><code>5f4e019</code></a> [2.x] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2334">#2334</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/2efa648f38e83a421aae82bc80002f8cabf92be7"><code>2efa648</code></a> fix: always resolve --python argument (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2328">#2328</a>) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2331">#2331</a>)</li> <li>See full diff in <a href="https://github.com/pypa/cibuildwheel/compare/v2.23.1...v2.23.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 [setuptools](https://github.com/pypa/setuptools) from 77.0.1 to 78.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v78.0.2</h1> <h2>Bugfixes</h2> <ul> <li>Postponed removals of deprecated dash-separated and uppercase fields in <code>setup.cfg</code>. All packages with deprecated configurations are advised to move before 2026. (<a href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li> </ul> <h1>v78.0.1</h1> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4909">#4909</a></li> </ul> <h1>v78.0.0</h1> <h2>Bugfixes</h2> <ul> <li>Reverted distutils changes that broke the monkey patching of command classes. (<a href="https://redirect.github.com/pypa/setuptools/issues/4902">#4902</a>)</li> </ul> <h2>Deprecations and Removals</h2> <ul> <li> <p>Setuptools no longer accepts options containing uppercase or dash characters in <code>setup.cfg</code>. Please ensure to write the options in <code>setup.cfg</code> using the :wiki:<code>lower_snake_case <Snake_case></code> convention (e.g. <code>Name => name</code>, <code>install-requires => install_requires</code>). This is a follow-up on deprecations introduced in <code>v54.1.0 <https://setuptools.pypa.io/en/latest/history.html#v54-1-0></code>_ (see <a href="https://redirect.github.com/pypa/setuptools/issues/1608">#1608</a>) and <code>v54.1.1 <https://setuptools.pypa.io/en/latest/history.html#v54-1-1></code>_ (see <a href="https://redirect.github.com/pypa/setuptools/issues/2592">#2592</a>).</p> <p>.. note:: This change <em>does not affect configurations in</em> <code>pyproject.toml</code> (which uses the :wiki:<code>lower-kebab-case <Letter_case#Kebab_case></code> convention following the precedent set in :pep:<code>517</code>/:pep:<code>518</code>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4870">#4870</a>)</p> </li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4904">#4904</a></li> </ul> <p>v77.0.3</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/3c88de1c62420c1e0161f48e34af6424ac009aa5"><code>3c88de1</code></a> Bump version: 78.0.1 → 78.0.2</li> <li><a href="https://github.com/pypa/setuptools/commit/a219451f7354816fe479cf2b0fd5bc47de0a57ee"><code>a219451</code></a> Revert removals introduced in <code>v78.0.0</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/d4326dd6896caa87dbf928610fa160a536b69323"><code>d4326dd</code></a> Allow PyPy to fail on CI.</li> <li><a href="https://github.com/pypa/setuptools/commit/92e22dd5765b54e1ce7c9f25c419371e666b15dc"><code>92e22dd</code></a> Manually remove file to try to stop flaky tests on PyPy</li> <li><a href="https://github.com/pypa/setuptools/commit/caa48ab040420be2885e9d2a14ce6615bd17f992"><code>caa48ab</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/4e9b8caec323aba5b2b3764ef97018a8b1596a4b"><code>4e9b8ca</code></a> Revert removals introduced in v78.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/5450f57f1cefa44c961fb50fc18e9826c95a5d59"><code>5450f57</code></a> Bump version: 78.0.0 → 78.0.1</li> <li><a href="https://github.com/pypa/setuptools/commit/f3d0b10f20356a63d03de2043322a54c84ff7ee1"><code>f3d0b10</code></a> Temporarily remove <code>requests</code> from integration tests (<a href="https://redirect.github.com/pypa/setuptools/issues/4909">#4909</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/54b4c79bf40099bac3f5005352215acdbcd12e17"><code>54b4c79</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/e771c64c613f148b9b46f45acf00955093dce4c2"><code>e771c64</code></a> Temporarily remove 'requests' from integration tests</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v77.0.1...v78.0.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>
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 : )