Skip to content

[pull] master from aio-libs:master#226

Merged
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master
May 9, 2025
Merged

[pull] master from aio-libs:master#226
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented May 9, 2025

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 : )

dependabot bot added 2 commits May 9, 2025 11:10
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 &gt; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.31.1&new-version=20.31.2)](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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiodns&package-manager=pip&previous-version=3.3.0&new-version=3.4.0)](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>
@pull pull bot added the ⤵️ pull label May 9, 2025
@pull pull bot merged commit 0e9eccb into tj-python:master May 9, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 9, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.70%. Comparing base (1caddcf) to head (0e9eccb).
Report is 2 commits behind head on master.

❗ 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     
Flag Coverage Δ
CI-GHA 98.58% <ø> (-0.01%) ⬇️
OS-Linux 98.27% <ø> (ø)
OS-Windows 96.40% <ø> (-0.01%) ⬇️
OS-macOS 97.39% <ø> (+<0.01%) ⬆️
Py-3.10.11 97.29% <ø> (ø)
Py-3.10.17 97.84% <ø> (+0.01%) ⬆️
Py-3.11.12 97.92% <ø> (ø)
Py-3.11.9 97.37% <ø> (-0.01%) ⬇️
Py-3.12.10 98.35% <ø> (ø)
Py-3.13.3 98.34% <ø> (+<0.01%) ⬆️
Py-3.9.13 97.16% <ø> (ø)
Py-3.9.22 97.70% <ø> (+<0.01%) ⬆️
Py-pypy7.3.16 83.33% <ø> (-1.78%) ⬇️
VM-macos 97.39% <ø> (+<0.01%) ⬆️
VM-ubuntu 98.27% <ø> (ø)
VM-windows 96.40% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant