Skip to content

Commit 400215a

Browse files
Bump multidict from 6.4.2 to 6.4.3 (#10720)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [multidict](https://github.com/aio-libs/multidict) from 6.4.2 to 6.4.3. <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.4.3</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed building the library in debug mode.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/multidict/issues/1144">#1144</a>.</p> </li> <li> <p>Fixed custom <code>PyType_GetModuleByDef()</code> when non-heap type object was passed.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/multidict/issues/1147">#1147</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Added the ability to build in debug mode by setting :envvar:<code>MULTIDICT_DEBUG_BUILD</code> in the environment -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/multidict/issues/1145">#1145</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.4.3</h1> <p><em>(2025-04-10)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Fixed building the library in debug mode.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1144</code>.</p> </li> <li> <p>Fixed custom <code>PyType_GetModuleByDef()</code> when non-heap type object was passed.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1147</code>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Added the ability to build in debug mode by setting :envvar:<code>MULTIDICT_DEBUG_BUILD</code> in the environment -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1145</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/multidict/commit/5f64e68142df6b4b3075b9df6d7b80b50e4a26eb"><code>5f64e68</code></a> Release 6.4.3 (<a href="https://redirect.github.com/aio-libs/multidict/issues/1148">#1148</a>)</li> <li><a href="https://github.com/aio-libs/multidict/commit/28b7b4b3361b828ada967a5c045abb289c62ee1a"><code>28b7b4b</code></a> Run tests in debug mode as well (<a href="https://redirect.github.com/aio-libs/multidict/issues/1146">#1146</a>)</li> <li><a href="https://github.com/aio-libs/multidict/commit/cf690d5e377b16eef63ec96f81a1b536152928d3"><code>cf690d5</code></a> Fix custom PyType_GetModuleByDef when non-heap type object was passed (<a href="https://redirect.github.com/aio-libs/multidict/issues/1147">#1147</a>)</li> <li><a href="https://github.com/aio-libs/multidict/commit/57c09c058b04558620a864d78ded2a591cafc66e"><code>57c09c0</code></a> Fix the library building in debug mode (<a href="https://redirect.github.com/aio-libs/multidict/issues/1144">#1144</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/multidict/compare/v6.4.2...v6.4.3">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.4.2&new-version=6.4.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e79a30 commit 400215a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gunicorn==23.0.0
2424
# via -r requirements/base.in
2525
idna==3.6
2626
# via yarl
27-
multidict==6.4.2
27+
multidict==6.4.3
2828
# via
2929
# -r requirements/runtime-deps.in
3030
# yarl

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ markupsafe==3.0.2
109109
# via jinja2
110110
mdurl==0.1.2
111111
# via markdown-it-py
112-
multidict==6.4.2
112+
multidict==6.4.3
113113
# via
114114
# -r requirements/multidict.in
115115
# -r requirements/runtime-deps.in

requirements/cython.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cython==3.0.12
88
# via -r requirements/cython.in
9-
multidict==6.4.2
9+
multidict==6.4.3
1010
# via -r requirements/multidict.in
1111
typing-extensions==4.13.2
1212
# via multidict

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ markupsafe==3.0.2
107107
# via jinja2
108108
mdurl==0.1.2
109109
# via markdown-it-py
110-
multidict==6.4.2
110+
multidict==6.4.3
111111
# via
112112
# -r requirements/runtime-deps.in
113113
# yarl

requirements/multidict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/multidict.txt --resolver=backtracking --strip-extras requirements/multidict.in
66
#
7-
multidict==6.4.2
7+
multidict==6.4.3
88
# via -r requirements/multidict.in
99
typing-extensions==4.13.2
1010
# via multidict

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ frozenlist==1.5.0
2222
# aiosignal
2323
idna==3.6
2424
# via yarl
25-
multidict==6.4.2
25+
multidict==6.4.3
2626
# via
2727
# -r requirements/runtime-deps.in
2828
# yarl

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ markdown-it-py==3.0.0
5555
# via rich
5656
mdurl==0.1.2
5757
# via markdown-it-py
58-
multidict==6.4.2
58+
multidict==6.4.3
5959
# via
6060
# -r requirements/runtime-deps.in
6161
# yarl

0 commit comments

Comments
 (0)