Skip to content

Commit fbdb928

Browse files
Bump propcache from 0.3.1 to 0.3.2 (#11170)
Bumps [propcache](https://github.com/aio-libs/propcache) from 0.3.1 to 0.3.2. <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.3.2</h2> <h2>Improved documentation</h2> <ul> <li> <p>Fixed incorrect decorator usage in the :func:<code>~propcache.api.under_cached_property</code> example code -- by :user:<code>meanmail</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/109">#109</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/117">#117</a>.</p> </li> <li> <p>Made Cython line tracing opt-in via the <code>with-cython-tracing</code> build config setting -- by :user:<code>bdraco</code>.</p> <p>Previously, line tracing was enabled by default in :file:<code>pyproject.toml</code>, which caused build issues for some users and made wheels nearly twice as slow.</p> <p>Now line tracing is only enabled when explicitly requested via <code>pip install . --config-setting=with-cython-tracing=true</code> or by setting the <code>PROPCACHE_CYTHON_TRACING</code> environment variable.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/118">#118</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.3.2</h1> <p><em>(2025-06-09)</em></p> <h2>Improved documentation</h2> <ul> <li> <p>Fixed incorrect decorator usage in the :func:<code>~propcache.api.under_cached_property</code> example code -- by :user:<code>meanmail</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>109</code>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>117</code>.</p> </li> <li> <p>Made Cython line tracing opt-in via the <code>with-cython-tracing</code> build config setting -- by :user:<code>bdraco</code>.</p> <p>Previously, line tracing was enabled by default in :file:<code>pyproject.toml</code>, which caused build issues for some users and made wheels nearly twice as slow.</p> <p>Now line tracing is only enabled when explicitly requested via <code>pip install . --config-setting=with-cython-tracing=true</code> or by setting the <code>PROPCACHE_CYTHON_TRACING</code> environment variable.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>118</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/propcache/commit/1c609e54a57d8070a4a73a84567cc75a787cd000"><code>1c609e5</code></a> Release 0.3.2 (<a href="https://redirect.github.com/aio-libs/propcache/issues/119">#119</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/c9972fa100915907becad349e7f33b02a9e6f9d2"><code>c9972fa</code></a> Update documentation (<a href="https://redirect.github.com/aio-libs/propcache/issues/109">#109</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/3c03ef0b4ae1a83345d68a74449150a3805f6656"><code>3c03ef0</code></a> Use Cython 3.1 universally (<a href="https://redirect.github.com/aio-libs/propcache/issues/117">#117</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/f0a7eac82ee9953b19d79122810730eb61edffad"><code>f0a7eac</code></a> Only enable line tracing when building with Cython tracing (<a href="https://redirect.github.com/aio-libs/propcache/issues/118">#118</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/beb54753c4bb04cce9f7689b3997efb4e3f3ee8b"><code>beb5475</code></a> Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (<a href="https://redirect.github.com/aio-libs/propcache/issues/112">#112</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/a414b2bfb1f5689b2e70195ee5e827c52194a08b"><code>a414b2b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/propcache/issues/110">#110</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/propcache/compare/v0.3.1...v0.3.2">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.1&new-version=0.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 197feec commit fbdb928

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ multidict==6.4.4
3030
# yarl
3131
packaging==25.0
3232
# via gunicorn
33-
propcache==0.3.1
33+
propcache==0.3.2
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
@@ -143,7 +143,7 @@ pluggy==1.6.0
143143
# via pytest
144144
pre-commit==4.2.0
145145
# via -r requirements/lint.in
146-
propcache==0.3.1
146+
propcache==0.3.2
147147
# via
148148
# -r requirements/runtime-deps.in
149149
# yarl

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pluggy==1.6.0
140140
# via pytest
141141
pre-commit==4.2.0
142142
# via -r requirements/lint.in
143-
propcache==0.3.1
143+
propcache==0.3.2
144144
# via
145145
# -r requirements/runtime-deps.in
146146
# 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.4.4
2626
# via
2727
# -r requirements/runtime-deps.in
2828
# yarl
29-
propcache==0.3.1
29+
propcache==0.3.2
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pkgconfig==1.5.5
7373
# via -r requirements/test.in
7474
pluggy==1.6.0
7575
# via pytest
76-
propcache==0.3.1
76+
propcache==0.3.2
7777
# via
7878
# -r requirements/runtime-deps.in
7979
# yarl

0 commit comments

Comments
 (0)