Skip to content

Commit 3ad6414

Browse files
Bump propcache from 0.3.2 to 0.4.0 (#11570)
Bumps [propcache](https://github.com/aio-libs/propcache) from 0.3.2 to 0.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/propcache/releases">propcache's releases</a>.</em></p> <blockquote> <h2>0.4.0</h2> <h2>Features</h2> <ul> <li> <p>Optimized propcache by replacing sentinel :py:class:<code>object</code> for checking if the :py:class:<code>object</code> is <code>NULL</code> and changed :py:class:<code>dict</code> API for Python C-API -- by :user:<code>Vizonex</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/121">#121</a>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Builds have been added for arm64 Windows wheels and the <code>reusable-build-wheel.yml</code> workflow has been modified to allow for an OS value (<code>windows-11-arm</code>) which does not include the <code>-latest</code> postfix -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/133">#133</a>.</p> </li> <li> <p>Added CI for CPython 3.14 -- by :user:<code>kumaraditya303</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/140">#140</a>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/propcache/blob/master/CHANGES.rst">propcache's changelog</a>.</em></p> <blockquote> <h1>0.4.0</h1> <p><em>(2025-10-04)</em></p> <h2>Features</h2> <ul> <li> <p>Optimized propcache by replacing sentinel :py:class:<code>object</code> for checking if the :py:class:<code>object</code> is <code>NULL</code> and changed :py:class:<code>dict</code> API for Python C-API -- by :user:<code>Vizonex</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>121</code>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Builds have been added for arm64 Windows wheels and the <code>reusable-build-wheel.yml</code> workflow has been modified to allow for an OS value (<code>windows-11-arm</code>) which does not include the <code>-latest</code> postfix -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>133</code>.</p> </li> <li> <p>Added CI for CPython 3.14 -- by :user:<code>kumaraditya303</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>140</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/propcache/commit/146520e7ef68317ee0a3eafd9e7732c819fac956"><code>146520e</code></a> Fix changelog format to match release CI expectations (<a href="https://redirect.github.com/aio-libs/propcache/issues/153">#153</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/45adf561c1be3f21def749fb6525f1350f4a8cd3"><code>45adf56</code></a> Fix wheel builds for odd arches (<a href="https://redirect.github.com/aio-libs/propcache/issues/152">#152</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/280ffd6c28b6160462817078f71fb793c2894c9f"><code>280ffd6</code></a> Release 0.4.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/150">#150</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/ddc4a37b4600f3a3ab74144db344d0091bf43cd6"><code>ddc4a37</code></a> Bump towncrier from 23.11.0 to 25.8.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/142">#142</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/8e55f515f2a01c20e139384b7ae1f6c16c230027"><code>8e55f51</code></a> Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/146">#146</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/5a16b963f4ebde2384dd7f39fe8418dfae879d86"><code>5a16b96</code></a> Bump cython from 3.1.3 to 3.1.4 (<a href="https://redirect.github.com/aio-libs/propcache/issues/145">#145</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/ce7b141ca4fabcf773dfcae8bf70eb94ba0ced18"><code>ce7b141</code></a> Fix codspeed v4 in CI (<a href="https://redirect.github.com/aio-libs/propcache/issues/149">#149</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/2efb89f3c78b2983c4f63a9f1214080b05063737"><code>2efb89f</code></a> Bump pytest from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/aio-libs/propcache/issues/144">#144</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/e99f833ac4d4626d1c853b876f40fabdfed3c131"><code>e99f833</code></a> Pin cffi for &lt;3.14 in tests to fix CI (<a href="https://redirect.github.com/aio-libs/propcache/issues/148">#148</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/340148e1cbb09df9bb8ed30c87de45cf9f8ac8b8"><code>340148e</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/aio-libs/propcache/issues/143">#143</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/propcache/compare/v0.3.2...v0.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=propcache&package-manager=pip&previous-version=0.3.2&new-version=0.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2155878 commit 3ad6414

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

requirements/base-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ multidict==6.6.4
3030
# yarl
3131
packaging==25.0
3232
# via gunicorn
33-
propcache==0.3.2
33+
propcache==0.4.0
3434
# via
3535
# -r requirements/runtime-deps.in
3636
# yarl

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ multidict==6.6.4
3030
# yarl
3131
packaging==25.0
3232
# via gunicorn
33-
propcache==0.3.2
33+
propcache==0.4.0
3434
# via
3535
# -r requirements/runtime-deps.in
3636
# yarl

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pluggy==1.6.0
145145
# pytest-cov
146146
pre-commit==4.3.0
147147
# via -r requirements/lint.in
148-
propcache==0.3.2
148+
propcache==0.4.0
149149
# via
150150
# -r requirements/runtime-deps.in
151151
# yarl

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pluggy==1.6.0
142142
# pytest-cov
143143
pre-commit==4.3.0
144144
# via -r requirements/lint.in
145-
propcache==0.3.2
145+
propcache==0.4.0
146146
# via
147147
# -r requirements/runtime-deps.in
148148
# yarl

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ multidict==6.6.4
2626
# via
2727
# -r requirements/runtime-deps.in
2828
# yarl
29-
propcache==0.3.2
29+
propcache==0.4.0
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pluggy==1.6.0
7777
# via
7878
# pytest
7979
# pytest-cov
80-
propcache==0.3.2
80+
propcache==0.4.0
8181
# via
8282
# -r requirements/runtime-deps.in
8383
# yarl

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pluggy==1.6.0
7777
# via
7878
# pytest
7979
# pytest-cov
80-
propcache==0.3.2
80+
propcache==0.4.0
8181
# via
8282
# -r requirements/runtime-deps.in
8383
# yarl

0 commit comments

Comments
 (0)