Skip to content

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

Merged
pull[bot] merged 3 commits intotj-python:masterfrom
aio-libs:master
Mar 18, 2025
Merged

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

Conversation

@pull
Copy link

@pull pull bot commented Mar 18, 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 3 commits March 18, 2025 11:25
Bumps [blockbuster](https://github.com/cbornet/blockbuster) from 1.5.23
to 1.5.24.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/cbornet/blockbuster/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=blockbuster&package-manager=pip&previous-version=1.5.23&new-version=1.5.24)](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 [multidict](https://github.com/aio-libs/multidict) from 6.1.0 to
6.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/multidict/releases">multidict's
releases</a>.</em></p>
<blockquote>
<h2>6.2.0</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed <code>in</code> checks throwing an exception instead of
returning :data:<code>False</code> when testing non-strings.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1045">#1045</a>.</p>
</li>
<li>
<p>Fix a leak when the last accessed module in
<code>PyInit__multidict</code> init is not released.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1061">#1061</a>.</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Implemented support for the free-threaded build of CPython 3.13 -- by
:user:<code>lysnikolaou</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1015">#1015</a>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Started publishing wheels made for the free-threaded build of CPython
3.13 -- by :user:<code>lysnikolaou</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1015">#1015</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Used stricter typing across the code base, resulting in improved
typing accuracy across multidict classes.
Funded by an <code>NLnet</code> grant.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1046">#1046</a>.</p>
</li>
</ul>
<hr />
<h1>6.1.0 (2024-09-09)</h1>
<p>Bug fixes</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/multidict/blob/master/CHANGES.rst">multidict's
changelog</a>.</em></p>
<blockquote>
<h1>6.2.0</h1>
<p><em>(2025-03-17)</em></p>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed <code>in</code> checks throwing an exception instead of
returning :data:<code>False</code> when testing non-strings.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1045</code>.</p>
</li>
<li>
<p>Fix a leak when the last accessed module in
<code>PyInit__multidict</code> init is not released.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1061</code>.</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Implemented support for the free-threaded build of CPython 3.13 -- by
:user:<code>lysnikolaou</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1015</code>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Started publishing wheels made for the free-threaded build of CPython
3.13 -- by :user:<code>lysnikolaou</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1015</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Used stricter typing across the code base, resulting in improved
typing accuracy across multidict classes.
Funded by an <code>NLnet</code> grant.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1046</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/multidict/commit/af07d5b2b18bb30e041983db2bea1fcb3e1c4b79"><code>af07d5b</code></a>
Synchronize towncrier settings (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1067">#1067</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/8314bdc8ce55ba745fe4640be17ef145639cc9f4"><code>8314bdc</code></a>
Tune CHANGES markup (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1066">#1066</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/09693c12e8028c94b5ac7e54fd1b33bbc41a0826"><code>09693c1</code></a>
Fix towncrier markup (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1065">#1065</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/0e8d24aa4862d7fc34d1814ba307bd274b3ec0e8"><code>0e8d24a</code></a>
Increase timeout for qemu based builds (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1064">#1064</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/a9bb3a0fea4baf3bf9f10f0e9514be1dbd46acb7"><code>a9bb3a0</code></a>
Release 6.2.0 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1062">#1062</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/f893493ca25b21fed156bce6566ddfeb537a75ba"><code>f893493</code></a>
Fix a leak when the last accessed module in multidict init is not
released (#...</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/14cf7662d7ab4edae38cc7227bfccadae8ecb6c1"><code>14cf766</code></a>
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1059">#1059</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/1256899739190ae7ed53a43912a7a1862ed22115"><code>1256899</code></a>
Bump pytest from 8.3.4 to 8.3.5 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1058">#1058</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/c79c379ed1127f6f2d8ff184fbd7774eea360951"><code>c79c379</code></a>
Bump sphinx from 8.2.1 to 8.2.3 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1057">#1057</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/4cb2f08584909a0b30d770aeee805eae399d40ef"><code>4cb2f08</code></a>
Relax test_leak to run reliable against free-threaded python (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1060">#1060</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/multidict/compare/v6.1.0...v6.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=multidict&package-manager=pip&previous-version=6.1.0&new-version=6.2.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>
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to
76.1.0.
<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>v76.1.0</h1>
<h2>Features</h2>
<ul>
<li>In setuptools.msvc.EnvironmentInfo, now honor the correct paths when
on an ARM host. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4786">#4786</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Restored implicit distutils.ccompiler import for g-ir-scanner. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4871">#4871</a>)</li>
<li>Restore <code>distutils.ccompiler.compiler_class</code> -- by
:user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4876">#4876</a>)</li>
</ul>
<h1>v75.3.2</h1>
<ul>
<li>Fixed version error in changelog.</li>
</ul>
<h1>v75.3.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix wheel file naming to follow binary distribution specification --
by :user:<code>di</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4877">#4877</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/07e96b107adb799a754122e49701c73dc34fbabe"><code>07e96b1</code></a>
Bump version: 76.0.0 → 76.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/3018692baac909355c46f9e8724845c72f6ca7e2"><code>3018692</code></a>
Fix reference in changelog.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/aeefe34600bec7f156ed105ace57d145a6ea3879"><code>aeefe34</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a></li>
<li><a
href="https://github.com/pypa/setuptools/commit/6c0427b8e8870ab33872b15ae12ad0685061b2c0"><code>6c0427b</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/distutils/issues/337">pypa/distutils#337</a>
from Avasam/add-back-compiler.compiler_...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/408274b81b15e3e10a99a3067d3dc00753a06124"><code>408274b</code></a>
Restore missing public symbols after compilers move</li>
<li><a
href="https://github.com/pypa/setuptools/commit/b6a539a7620880b9ea41102983e1ab6a2ca2ef29"><code>b6a539a</code></a>
Restore implicit expectation that importing unixccompiler makes
distutils.cco...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a36b7bac0a8ba62bf90a3d71a992ba7e3839583c"><code>a36b7ba</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4786">#4786</a>
from swt2c/fix_msvc_host_dir_arm64</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5b66977169135a986f87d96a7df49a2378192203"><code>5b66977</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/3218d666e49245b0878db8b19ba20d8cd72d6424"><code>3218d66</code></a>
Calculate host_id in one expression.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d69bf04f749a310bef197df3237901b924c8ffd7"><code>d69bf04</code></a>
Merge failing test into fix_msvc_host_dir_arm64.</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v76.0.0...v76.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=76.0.0&new-version=76.1.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 Mar 18, 2025
@pull pull bot merged commit 1b96586 into tj-python:master Mar 18, 2025
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.

0 participants