Commit cbddb33
authored
pip: bump multidict from 6.5.0 to 6.5.1 in the pip-updates group (#284)
Bumps the pip-updates group with 1 update:
[multidict](https://github.com/aio-libs/multidict).
Updates `multidict` from 6.5.0 to 6.5.1
<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.5.1</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed a bug in C implementation when multidict is resized and it has
deleted slots.</p>
<p>The bug was introduced by multidict 6.5.0 release.</p>
<p>Patch by :user:<code>asvetlov</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1195">#1195</a>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>
<p>A pair of code formatters for Python and C have been configured in
the pre-commit tool.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1123">#1123</a>.</p>
</li>
<li>
<p>Shorted fixture parametrization ids.</p>
<p>For example,
<code>test_keys_view_xor[case-insensitive-pure-python-module]</code>
becomes <code>test_keys_view_xor[ci-py]</code> -- by
:user:<code>asvetlov</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1192">#1192</a>.</p>
</li>
<li>
<p>The :file:<code>reusable-cibuildwheel.yml</code> workflow has been
refactored to
be more generic and :file:<code>ci-cd.yml</code> now holds all the
configuration
toggles -- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/multidict/issues/1193">#1193</a>.</p>
</li>
</ul>
<hr />
</blockquote>
</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.5.1</h1>
<p><em>(2025-06-24)</em></p>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed a bug in C implementation when multidict is resized and it has
deleted slots.</p>
<p>The bug was introduced by multidict 6.5.0 release.</p>
<p>Patch by :user:<code>asvetlov</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1195</code>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>
<p>A pair of code formatters for Python and C have been configured in
the pre-commit tool.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1123</code>.</p>
</li>
<li>
<p>Shorted fixture parametrization ids.</p>
<p>For example,
<code>test_keys_view_xor[case-insensitive-pure-python-module]</code>
becomes <code>test_keys_view_xor[ci-py]</code> -- by
:user:<code>asvetlov</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1192</code>.</p>
</li>
<li>
<p>The :file:<code>reusable-cibuildwheel.yml</code> workflow has been
refactored to
be more generic and :file:<code>ci-cd.yml</code> now holds all the
configuration
toggles -- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1193</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/multidict/commit/df0379fe7f27682359e3298a9ad1507f650cc690"><code>df0379f</code></a>
Release 6.5.1 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1197">#1197</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/964d65f3c1a4aaa7f49acc6c2028aef79aba69fd"><code>964d65f</code></a>
Issue 1195 (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1196">#1196</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/c90fade05a2dfb2818993de920f02764b86e4772"><code>c90fade</code></a>
Fix md_get_all() return value (<a
href="https://redirect.github.com/aio-libs/multidict/issues/1194">#1194</a>)</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/eeb048f7ec15d51ff1289a7eb431618fd79c9036"><code>eeb048f</code></a>
Merge branch 'maintenance/generic-gha-cibuildwheel'</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/0072f7e53b4cb097948abb8b05c39029a3c231ca"><code>0072f7e</code></a>
📝 Add a change note for PR <a
href="https://redirect.github.com/aio-libs/multidict/issues/1193">#1193</a></li>
<li><a
href="https://github.com/aio-libs/multidict/commit/7fa1318a151336e7dd6462f790527ac8be90a559"><code>7fa1318</code></a>
🧪 Generalize <code>cibuildwheel</code> config w/ env vars</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/2f05c7b85209502804472e8f3e4d60befdc7271b"><code>2f05c7b</code></a>
🧪 Implement CI UI build matrix groups</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/661a5e16dda31981bbcf43b13219d6cf9b4f3298"><code>661a5e1</code></a>
Surface <code>timeout-minutes</code> in reusable-cibuildwheel</li>
<li><a
href="https://github.com/aio-libs/multidict/commit/67a8cb2d196ef8fff33812caed1bf7d726c79dd2"><code>67a8cb2</code></a>
Replace reusable-cibuildwheel <code>tag</code>
w/<code>check-name</code></li>
<li><a
href="https://github.com/aio-libs/multidict/commit/9ed7eb142cdbb06d3cc2ee71e5418235885dddbc"><code>9ed7eb1</code></a>
Make hash compute sparse @ <code>reusable-cibuildwheel</code></li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/multidict/compare/v6.5.0...v6.5.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b072697 commit cbddb33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments