Skip to content

Commit e839d82

Browse files
Bump multidict from 6.3.1 to 6.3.2 (aio-libs#10690)
Bumps [multidict](https://github.com/aio-libs/multidict) from 6.3.1 to 6.3.2. <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.3.2</h2> <h2>Bug fixes</h2> <ul> <li> <p>Resolved a memory leak by ensuring proper reference count decrementation -- by :user:<code>asvetlov</code> and :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/1121">#1121</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.3.2</h1> <p><em>(2025-04-03)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Resolved a memory leak by ensuring proper reference count decrementation -- by :user:<code>asvetlov</code> and :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1121</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/multidict/commit/0d667589cd02c8ce8251226f8f64fd86afd7ffa3"><code>0d66758</code></a> Release 6.3.2 (<a href="https://redirect.github.com/aio-libs/multidict/issues/1124">#1124</a>)</li> <li><a href="https://github.com/aio-libs/multidict/commit/64d2dc994c97c3d30680735302ec9504847580ef"><code>64d2dc9</code></a> Fix memory leak on objects passed to <code>init</code>, <code>update</code>, or <code>extend</code> (<a href="https://redirect.github.com/aio-libs/multidict/issues/1121">#1121</a>)</li> <li><a href="https://github.com/aio-libs/multidict/commit/9a32040e331109291d453bac1903cd834d1e782d"><code>9a32040</code></a> Add leak tests for <a href="https://redirect.github.com/aio-libs/multidict/issues/1117">#1117</a> (<a href="https://redirect.github.com/aio-libs/multidict/issues/1120">#1120</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/multidict/compare/v6.3.1...v6.3.2">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.3.1&new-version=6.3.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>
1 parent 6530284 commit e839d82

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.3.1
27+
multidict==6.3.2
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.3.1
112+
multidict==6.3.2
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.3.1
9+
multidict==6.3.2
1010
# via -r requirements/multidict.in
1111
typing-extensions==4.13.1
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.3.1
110+
multidict==6.3.2
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.3.1
7+
multidict==6.3.2
88
# via -r requirements/multidict.in
99
typing-extensions==4.13.1
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.3.1
25+
multidict==6.3.2
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.3.1
58+
multidict==6.3.2
5959
# via
6060
# -r requirements/runtime-deps.in
6161
# yarl

0 commit comments

Comments
 (0)