-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #226
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 [virtualenv](https://github.com/pypa/virtualenv) from 20.31.1 to 20.31.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>20.31.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.31.1 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2882">pypa/virtualenv#2882</a></li> <li>Reintroduce the --wheel CLI option, even though it has no effect on Python > 3.8 by <a href="https://github.com/hroncok"><code>@hroncok</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2884">pypa/virtualenv#2884</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2">https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.31.2 (2025-05-08)</h2> <p>No significant changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/91cf77181ce159d8de6250224781f7103e6d6661"><code>91cf771</code></a> release 20.31.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/9c4cd8e1a4744e4dc630b2ee35a506ad91ac4137"><code>9c4cd8e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2884">#2884</a> from hroncok/wheel-option-back</li> <li><a href="https://github.com/pypa/virtualenv/commit/e9b6ba728f44ffb84ca44a40b58508c3dd5f7b29"><code>e9b6ba7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2882">#2882</a> from pypa/release-20.31.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/71d6f0a03c36619ca6bc4f37711f8fb8b2894758"><code>71d6f0a</code></a> Update changelog.rst</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.31.1...20.31.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 [aiodns](https://github.com/saghul/aiodns) from 3.3.0 to 3.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiodns/blob/master/ChangeLog">aiodns's changelog</a>.</em></p> <blockquote> <h1>3.4.0</h1> <ul> <li>Added fallback to <code>sock_state_cb</code> if <code>event_thread</code> creation fails (<a href="https://redirect.github.com/saghul/aiodns/issues/151">#151</a>) <ul> <li>Improved reliability on systems with exhausted inotify watches</li> <li>Implemented transparent fallback mechanism to ensure DNS resolution continues to work</li> </ul> </li> <li>Implemented strict typing (<a href="https://redirect.github.com/saghul/aiodns/issues/138">#138</a>) <ul> <li>Added comprehensive type annotations</li> <li>Improved mypy configuration</li> <li>Added py.typed marker file</li> </ul> </li> <li>Updated dependencies <ul> <li>Bumped pycares from 4.7.0 to 4.8.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/149">#149</a>)</li> </ul> </li> <li>Added support for Python 3.13 (<a href="https://redirect.github.com/saghul/aiodns/issues/153">#153</a>) <ul> <li>Updated CI configuration to test with Python 3.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiodns/commit/be1f149ee34f025704f6788cf895fb2d00d04760"><code>be1f149</code></a> Release 3.4.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/154">#154</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/796d500447cf7d7eb522ccb4cdfc1beeb519e593"><code>796d500</code></a> Start testing on Python 3.13 with the CI (<a href="https://redirect.github.com/saghul/aiodns/issues/153">#153</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/c856d44bfdf9ec665cda2f27ca3e68b262f728cb"><code>c856d44</code></a> Fallback to <code>sock_state_cb</code> if <code>event_thread</code> creation fails (<a href="https://redirect.github.com/saghul/aiodns/issues/151">#151</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/5c4b29c4847e532cb48976913fe31d0d8a51063a"><code>5c4b29c</code></a> Strict typing (<a href="https://redirect.github.com/saghul/aiodns/issues/138">#138</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/928b8a6affc15d7134c3a0f45e417661f26c7bd7"><code>928b8a6</code></a> Bump pycares from 4.7.0 to 4.8.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/149">#149</a>)</li> <li>See full diff in <a href="https://github.com/saghul/aiodns/compare/v3.3.0...v3.4.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 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 #226 +/- ##
==========================================
- Coverage 98.70% 98.70% -0.01%
==========================================
Files 125 125
Lines 37858 37858
Branches 2091 2091
==========================================
- Hits 37369 37366 -3
- Misses 341 343 +2
- Partials 148 149 +1
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 : )