-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #248
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.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 [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>
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>
|
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 #248 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 129 129
Lines 40078 40078
Branches 2204 2204
=======================================
Hits 39591 39591
Misses 339 339
Partials 148 148
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 : )