-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #240
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 [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.0 to 0.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md">typing-inspection's changelog</a>.</em></p> <blockquote> <h2>v0.4.1 (2025-05-21)</h2> <ul> <li>Use <code>list</code> as a type hint for <code>InspectedAnnotation.metadata</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/typing-inspection/pull/43">#43</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/typing-inspection/commit/3bc3f963f17eb674fa4fbf94cb262dfc4b9033ee"><code>3bc3f96</code></a> Prepare release 0.4.1 (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/44">#44</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/17b939c7bbe33834e57efe445a1be525db52a078"><code>17b939c</code></a> Bump development dependencies (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/46">#46</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/dcdd318de330db1c2ded8da91e9d288ee5356c64"><code>dcdd318</code></a> Add proper reference to <code>dataclasses.IniVar</code> in <code>AnnotationSource.DATACLASS</code> ...</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/5f86b149b02518566ec7ec17c1749059c6906b60"><code>5f86b14</code></a> Use <code>list</code> as a type hint for <code>InspectedAnnotation.metadata</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/43">#43</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/b7378550328f395eac9e9d8b30f5e64469543028"><code>b737855</code></a> Add SPDX license identifier (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/42">#42</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/61c25e5197df56a77eca460d6c5362d76882b242"><code>61c25e5</code></a> Improve test coverage (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/41">#41</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/a56b8c3a3e7fc54bc84c5816503ee564735bff47"><code>a56b8c3</code></a> Fix implementation of <code>is_union_origin()</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/40">#40</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/e20451f3290a1e8833098749c766cb167ab83a40"><code>e20451f</code></a> Add <code>typing_objects.is_forwardref()</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/38">#38</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/eb7654bbe2b311c54b822e38243c61021132b0ea"><code>eb7654b</code></a> Fix some typos (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/36">#36</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/5cb72572c4c474254a2016ff72a3dc1ec6fbeb63"><code>5cb7257</code></a> Fix compatibility with latest Python 3.14 release (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/37">#37</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/typing-inspection/compare/v0.4.0...v0.4.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>
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.0 to 7.8.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.8.1 — 2025-05-21</h2> <ul> <li> <p>A number of EncodingWarnings were fixed that could appear if you've enabled PYTHONWARNDEFAULTENCODING, fixing <code>issue 1966</code><em>. Thanks, <code>Henry Schreiner <pull 1967_></code></em>.</p> </li> <li> <p>Fixed a race condition when using sys.monitoring with free-threading Python, closing <code>issue 1970</code>_.</p> </li> </ul> <p>.. _issue 1966: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1966">nedbat/coveragepy#1966</a> .. _pull 1967: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1967">nedbat/coveragepy#1967</a> .. _issue 1970: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1970">nedbat/coveragepy#1970</a></p> <p>.. _changes_7-8-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/ed98b8708ccc380bcb1490cd73b3e476f69c234f"><code>ed98b87</code></a> docs: sample HTML for 7.8.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b98bc9b9878ff8c23bcaa0d7c5b2a55269c6783f"><code>b98bc9b</code></a> docs: prep for 7.8.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ecbd4daf401664bbabcbb1e954855b0dbe92878e"><code>ecbd4da</code></a> build: make a step more explicit</li> <li><a href="https://github.com/nedbat/coveragepy/commit/277441030e56ff14dc1f6612cd3a5771353ef28a"><code>2774410</code></a> test: simplify skipper, and make it suppressable</li> <li><a href="https://github.com/nedbat/coveragepy/commit/8b9cecc43a8f2491b3d63f549cc3809a9f2b2b24"><code>8b9cecc</code></a> fix: close a sys.monitoring race condition with free-threading. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1970">#1970</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/66e4f8d9ad61e3100af263011a89cbbe476970eb"><code>66e4f8d</code></a> test: try to unflake a test</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9975d0c8df66ddbf61bf783c11691b59bd377dfe"><code>9975d0c</code></a> build: no need for a separate doc_upgrade target</li> <li><a href="https://github.com/nedbat/coveragepy/commit/6dec28bb8fa0a1875b9c5646f4ca5145cbdfc2fb"><code>6dec28b</code></a> build: delete unused code in igor.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/6376e358f05d3749dfcb12907904c2761f331195"><code>6376e35</code></a> build: clarify a .ignore rule</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9bdf3665853eb19211e5ca6cb844a426455cdf24"><code>9bdf366</code></a> chore: make upgrade doc_upgrade</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.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 #240 +/- ##
=======================================
Coverage 98.76% 98.76%
=======================================
Files 129 129
Lines 39095 39095
Branches 2166 2166
=======================================
Hits 38612 38612
Misses 335 335
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 : )