[pull] master from aio-libs:master#273
Merged
pull[bot] merged 14 commits intotj-python:masterfrom Jun 10, 2025
Merged
Conversation
Bumps [cython](https://github.com/cython/cython) from 3.1.1 to 3.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's changelog</a>.</em></p> <blockquote> <h1>3.1.2 (2025-06-09)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>Attribute lookups failed on the <code>bool</code> builtin type. (Github issue :issue:<code>6905</code>)</p> </li> <li> <p>Type checks on or-ed union types could incorrectly return false. (Github issue :issue:<code>6420</code>)</p> </li> <li> <p>Negative list indexing could accidentally wrap around twice in PyPy and the Limited API.</p> </li> <li> <p>Iterating over literal sequences with starred (unpacked) items could infer a wrong type for the loop variable and fail to assign the values. (Github issue :issue:<code>6924</code>)</p> </li> <li> <p>Calls to C functions taking exception types failed to check for a <code>None</code> argument. (Github issue :issue:<code>6420</code>)</p> </li> <li> <p>Fused functions had an incorrect <code>__module__</code> attribute. (Github issue :issue:<code>6897</code>)</p> </li> <li> <p>The type of Cython implemented functions had an incorrect <code>__module__</code> attribute. (Github issue :issue:<code>6841</code>)</p> </li> <li> <p>Errors while indexing into <code>bytearray</code> or <code>str</code> in <code>nogil</code> sections could crash. (Github issue :issue:<code>6947</code>)</p> </li> <li> <p><code>bytearray.append()</code> could silently accept some invalid character numbers.</p> </li> <li> <p>The C++11 <code><type_traits></code> header was included regardless of the C++ version. (Github issue :issue:<code>6896</code>)</p> </li> <li> <p><code>PyDict_GetItemStringRef()</code> was accidentally used in older Limited API versions. (Github issue :issue:<code>6914</code>)</p> </li> <li> <p><code>abort()</code> was used but not always available in the Limited API. (Github issue :issue:<code>6918</code>)</p> </li> <li> <p>Some dependencies were missing from the <code>depfile</code>. (Github issue :issue:<code>6938</code>)</p> </li> <li> <p>Embedded function signatures were not always separated from the existing docstring. (Github issue :issue:<code>6904</code>)</p> </li> <li> <p><code>numpy.math</code> was missing from <code>Cython/Includes/</code> and could not be cimported. (Github issue :issue:<code>6859</code>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/51f471dad7c8588c77d4f60f90fc5855bd012790"><code>51f471d</code></a> Bump ccache action version (<a href="https://redirect.github.com/cython/cython/issues/6955">GH-6955</a>)</li> <li><a href="https://github.com/cython/cython/commit/40c232487d787341fc8fa24b3d72520034eb7021"><code>40c2324</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/98b70ee3ec2a60c570b97862561da468b7cc28ca"><code>98b70ee</code></a> Fixup shared metaclass in 3.1.x (<a href="https://redirect.github.com/cython/cython/issues/6953">GH-6953</a>)</li> <li><a href="https://github.com/cython/cython/commit/59e2502c1f87b14fb6743e274b4fbf4bb8c01240"><code>59e2502</code></a> Make sure we correctly reject large negative integer values in "bytearray.app...</li> <li><a href="https://github.com/cython/cython/commit/466891c90a8d78b586da3940edf024fc780c9119"><code>466891c</code></a> Use an explicit cast to avoid a C conversion warning.</li> <li><a href="https://github.com/cython/cython/commit/b0d6aa15be3f1440575fecad1e58adc5b06f5935"><code>b0d6aa1</code></a> Prepare release of 3.1.2.</li> <li><a href="https://github.com/cython/cython/commit/0440d5fb00487cac465be9d55a4e4fb97643ffdb"><code>0440d5f</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/e860884936f1da77bf30742f767edd1a3f5d9355"><code>e860884</code></a> Fix <code>__module__</code> attribute of shared types with metaclass (<a href="https://redirect.github.com/cython/cython/issues/6882">#6882</a>)</li> <li><a href="https://github.com/cython/cython/commit/5e9d7ad9b12d9715d5a83f3183d6b2d291f5855f"><code>5e9d7ad</code></a> Build: Explicitly include "numpy/math.pxd" again.</li> <li><a href="https://github.com/cython/cython/commit/ea65182b1ec016f3621ed376c1f664c864f11d76"><code>ea65182</code></a> Fix error handling in nogil indexing of bytearray and str (<a href="https://redirect.github.com/cython/cython/issues/6947">#6947</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.1.1...3.1.2">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 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>
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/releases">requests's releases</a>.</em></p> <blockquote> <h2>v2.32.4</h2> <h2>2.32.4 (2025-06-10)</h2> <p><strong>Security</strong></p> <ul> <li>CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (<a href="https://redirect.github.com/psf/requests/issues/6965">#6965</a>)</li> </ul> <p><strong>Improvements</strong></p> <ul> <li>Numerous documentation improvements</li> </ul> <p><strong>Deprecations</strong></p> <ul> <li>Added support for pypy 3.11 for Linux and macOS. (<a href="https://redirect.github.com/psf/requests/issues/6926">#6926</a>)</li> <li>Dropped support for pypy 3.9 following its end of support. (<a href="https://redirect.github.com/psf/requests/issues/6926">#6926</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/blob/main/HISTORY.md">requests's changelog</a>.</em></p> <blockquote> <h2>2.32.4 (2025-06-10)</h2> <p><strong>Security</strong></p> <ul> <li>CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.</li> </ul> <p><strong>Improvements</strong></p> <ul> <li>Numerous documentation improvements</li> </ul> <p><strong>Deprecations</strong></p> <ul> <li>Added support for pypy 3.11 for Linux and macOS.</li> <li>Dropped support for pypy 3.9 following its end of support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/requests/commit/021dc729f0b71a3030cefdbec7fb57a0e80a6cfd"><code>021dc72</code></a> Polish up release tooling for last manual release</li> <li><a href="https://github.com/psf/requests/commit/821770e822a20a21b207b3907ea83878bda1d396"><code>821770e</code></a> Bump version and add release notes for v2.32.4</li> <li><a href="https://github.com/psf/requests/commit/59f8aa2adf1d3d06bcbf7ce6b13743a1639a5401"><code>59f8aa2</code></a> Add netrc file search information to authentication documentation (<a href="https://redirect.github.com/psf/requests/issues/6876">#6876</a>)</li> <li><a href="https://github.com/psf/requests/commit/5b4b64c3467fd7a3c03f91ee641aaa348b6bed3b"><code>5b4b64c</code></a> Add more tests to prevent regression of CVE 2024 47081</li> <li><a href="https://github.com/psf/requests/commit/7bc45877a86192af77645e156eb3744f95b47dae"><code>7bc4587</code></a> Add new test to check netrc auth leak (<a href="https://redirect.github.com/psf/requests/issues/6962">#6962</a>)</li> <li><a href="https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef"><code>96ba401</code></a> Only use hostname to do netrc lookup instead of netloc</li> <li><a href="https://github.com/psf/requests/commit/7341690e842a23cf18ded0abd9229765fa88c4e2"><code>7341690</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/6951">#6951</a> from tswast/patch-1</li> <li><a href="https://github.com/psf/requests/commit/6716d7c9f29df636643fa2489f98890216525cb0"><code>6716d7c</code></a> remove links</li> <li><a href="https://github.com/psf/requests/commit/a7e1c745dc23c18e836febd672416ed0c5d8d8ae"><code>a7e1c74</code></a> Update docs/conf.py</li> <li><a href="https://github.com/psf/requests/commit/c799b8167a13416833ad3b4f3298261a477e826f"><code>c799b81</code></a> docs: fix dead links to kenreitz.org</li> <li>Additional commits viewable in <a href="https://github.com/psf/requests/compare/v2.32.3...v2.32.4">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 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>
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 /> [](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>
Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.6.2 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/frozenlist/releases">frozenlist's releases</a>.</em></p> <blockquote> <h2>1.7.0</h2> <h2>Features</h2> <ul> <li> <p>Added deepcopy support to FrozenList -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/659">#659</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Fixed an issue where <code>frozenlist</code> binary wheels would be built with debugging symbols and line tracing enabled, which significantly impacted performance. Line tracing is now disabled by default and can only be enabled explicitly -- by :user:<code>bdraco</code>.</p> <p>This change ensures that production builds are optimized for performance. Developers who need line tracing for debugging purposes can still enable it by:</p> <ol> <li>Setting the <code>FROZENLIST_CYTHON_TRACING</code> environment variable</li> <li>Using the <code>--config-setting=with-cython-tracing=true</code> option with pip</li> </ol> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/660">#660</a>.</p> </li> <li> <p>Enabled <code>PIP_CONSTRAINT</code> environment variable in the build configuration to ensure the pinned Cython version from <code>requirements/cython.txt</code> is used during wheel builds.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/661">#661</a>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst">frozenlist's changelog</a>.</em></p> <blockquote> <h1>v1.7.0</h1> <p><em>(2025-06-09)</em></p> <h2>Features</h2> <ul> <li> <p>Added deepcopy support to FrozenList -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>659</code>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Fixed an issue where <code>frozenlist</code> binary wheels would be built with debugging symbols and line tracing enabled, which significantly impacted performance. Line tracing is now disabled by default and can only be enabled explicitly -- by :user:<code>bdraco</code>.</p> <p>This change ensures that production builds are optimized for performance. Developers who need line tracing for debugging purposes can still enable it by:</p> <ol> <li>Setting the <code>FROZENLIST_CYTHON_TRACING</code> environment variable</li> <li>Using the <code>--config-setting=with-cython-tracing=true</code> option with pip</li> </ol> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>660</code>.</p> </li> <li> <p>Enabled <code>PIP_CONSTRAINT</code> environment variable in the build configuration to ensure the pinned Cython version from <code>requirements/cython.txt</code> is used during wheel builds.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>661</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/frozenlist/commit/63cbd49b3df13fcd661ae79e5e2eb66c46a1684a"><code>63cbd49</code></a> Release 1.7.0 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/663">#663</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/6104de58290bfd3a5d88deb8b3384434b7ae2c93"><code>6104de5</code></a> Implement deepcopy support (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/662">#662</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/a19b9daa8d14b1e41dbc7a731726404b406faddc"><code>a19b9da</code></a> Only enable line tracing when building with Cython tracing (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/660">#660</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/8c9d264b24240f7523b2a8383b419e2258092dac"><code>8c9d264</code></a> Enable PIP_CONSTRAINT to pin Cython version for builds (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/661">#661</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/frozenlist/compare/v1.6.2...v1.7.0">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 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>
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.3 to 45.0.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>45.0.4 - 2025-06-09</p> <pre><code> * Fixed decrypting PKCS#8 files encrypted with SHA1-RC4. (This is not considered secure, and is supported only for backwards compatibility.) <p>.. _v45-0-3:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/678c0c59f743e3b301fbd34f1d26112db0cc2216"><code>678c0c5</code></a> prepare for 45.0.4 release (<a href="https://redirect.github.com/pyca/cryptography/issues/13058">#13058</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/45.0.3...45.0.4">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 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>
[](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>
… reserved names (#11181) Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… reserved names (#11182) Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #273 +/- ##
==========================================
- Coverage 98.87% 98.84% -0.03%
==========================================
Files 131 131
Lines 43220 43220
Branches 2320 2320
==========================================
- Hits 42733 42721 -12
- Misses 337 346 +9
- Partials 150 153 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )