Skip to content

Commit ba74729

Browse files
Bump the python group with 14 updates (#785)
Bumps the python group with 14 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2025.8.3` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.3` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.0` | `4.25.1` | | [pygithub](https://github.com/pygithub/pygithub) | `2.6.1` | `2.7.0` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [rpds-py](https://github.com/crate-py/rpds) | `0.26.0` | `0.27.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.2` | `1.17.3` | | [zstandard](https://github.com/indygreg/python-zstandard) | `0.23.0` | `0.24.0` | | [pywin32](https://github.com/mhammond/pywin32) | `310` | `311` | | [mypy](https://github.com/python/mypy) | `1.17.0` | `1.17.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.12.9` | | [types-jsonschema](https://github.com/typeshed-internal/stub_uploader) | `4.25.0.20250720` | `4.25.0.20250809` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250516` | `6.0.12.20250809` | Updates `certifi` from 2025.7.14 to 2025.8.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/certifi/python-certifi/commit/a97d9ad8f87c382378dddc0b0b33b9770932404e"><code>a97d9ad</code></a> 2025.08.03 (<a href="https://redirect.github.com/certifi/python-certifi/issues/362">#362</a>)</li> <li>See full diff in <a href="https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03">compare view</a></li> </ul> </details> <br /> Updates `charset-normalizer` from 3.4.2 to 3.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jawah/charset_normalizer/releases">charset-normalizer's releases</a>.</em></p> <blockquote> <h2>Version 3.4.3</h2> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.4.2...3.4.3">3.4.3</a> (2025-08-09)</h2> <h3>Changed</h3> <ul> <li>mypy(c) is no longer a required dependency at build time if <code>CHARSET_NORMALIZER_USE_MYPYC</code> isn't set to <code>1</code>. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/595">#595</a>) (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/583">#583</a>)</li> <li>automatically lower confidence on small bytes samples that are not Unicode in <code>detect</code> output legacy function. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/391">#391</a>)</li> </ul> <h3>Added</h3> <ul> <li>Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.</li> <li>Support for Python 3.14</li> </ul> <h3>Fixed</h3> <ul> <li>sdist archive contained useless directories.</li> <li>automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/633">#633</a>)</li> </ul> <h3>Misc</h3> <ul> <li>SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.</li> <li>Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md">charset-normalizer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.4.2...3.4.3">3.4.3</a> (2025-08-09)</h2> <h3>Changed</h3> <ul> <li>mypy(c) is no longer a required dependency at build time if <code>CHARSET_NORMALIZER_USE_MYPYC</code> isn't set to <code>1</code>. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/595">#595</a>) (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/583">#583</a>)</li> <li>automatically lower confidence on small bytes samples that are not Unicode in <code>detect</code> output legacy function. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/391">#391</a>)</li> </ul> <h3>Added</h3> <ul> <li>Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.</li> <li>Support for Python 3.14</li> </ul> <h3>Fixed</h3> <ul> <li>sdist archive contained useless directories.</li> <li>automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/633">#633</a>)</li> </ul> <h3>Misc</h3> <ul> <li>SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.</li> <li>Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jawah/charset_normalizer/commit/46f662da20edeced520c8819965a37eefbbc85de"><code>46f662d</code></a> Release 3.4.3 (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/638">#638</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/1a059b26c155dd5fca408b0e0145c930633c4bf2"><code>1a059b2</code></a> :wrench: skip building on freethreaded as we're not confident it is stable</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/2275e3d3fea2bf6232661f1e9c21e7b81428e2a6"><code>2275e3d</code></a> :pencil: final note in CHANGELOG.md</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/c96acdfdb34b5b1deb6f70803167bae89b209832"><code>c96acdf</code></a> :pencil: update release date on CHANGELOG.md</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/43e5460518003df24ad1a3e7b5c0a34445395012"><code>43e5460</code></a> :pencil: update README.md</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/f277074e281a070cfa64fc91c46f8291043fc37c"><code>f277074</code></a> :wrench: automatically lower confidence on small bytes str on non Unicode res...</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/15ae2411072b5e026f2c9d6ec81b55f75af7dcf2"><code>15ae241</code></a> :bug: automatically fallback on valid UTF-16 or UTF-32 even if the md says it...</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/37397c1799a05454ab42fbbc94a7643cdb277924"><code>37397c1</code></a> :wrench: enable 3.14 in nox test_mypyc session</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/cb82537ecad195f48383b92e330351cea1fc6bc8"><code>cb82537</code></a> :rewind: revert license due to compat python 3.7 issue setuptools</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/6a2efeb4c6e205964b61008b0c36ddf88c321543"><code>6a2efeb</code></a> :art: fix linter errors</li> <li>Additional commits viewable in <a href="https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.3">compare view</a></li> </ul> </details> <br /> Updates `cryptography` from 45.0.5 to 45.0.6 <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.6 - 2025-08-05</p> <pre><code> * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.2. <p>.. _v45-0-5:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/66198c23c97c9594d64540e5a866e4b4121aec2d"><code>66198c2</code></a> Bump for release (<a href="https://redirect.github.com/pyca/cryptography/issues/13249">#13249</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/45.0.5...45.0.6">compare view</a></li> </ul> </details> <br /> Updates `jsonschema` from 4.25.0 to 4.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-jsonschema/jsonschema/releases">jsonschema's releases</a>.</em></p> <blockquote> <h2>v4.25.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix <code>Validator</code> protocol init to match runtime by <a href="https://github.com/sirosen"><code>@​sirosen</code></a> in <a href="https://redirect.github.com/python-jsonschema/jsonschema/pull/1396">python-jsonschema/jsonschema#1396</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.25.1">https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.25.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst">jsonschema's changelog</a>.</em></p> <blockquote> <h1>v4.25.1</h1> <ul> <li>Fix an incorrect required argument in the <code>Validator</code> protocol's type annotations (<a href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1396">#1396</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/331c38425519b69118d22ebe467ad230fb83a010"><code>331c384</code></a> Add the fix to the changelog.</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/c1ec0a645e913e83de95995f6efbbd358676abf6"><code>c1ec0a6</code></a> Merge pull request <a href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1398">#1398</a> from python-jsonschema/dependabot/github_actions/ast...</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/8e7d594faff13f8f663b306a0d86bea0ce5de6cb"><code>8e7d594</code></a> Merge pull request <a href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1399">#1399</a> from python-jsonschema/dependabot/github_actions/act...</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/460f4fae42664773160f56ccc843a4fcea34f7cf"><code>460f4fa</code></a> Merge pull request <a href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1396">#1396</a> from sirosen/improve-protocol-init-signature</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/1e58409b71a9696b7bf9938ae8a3a48ef95ab29e"><code>1e58409</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/64bc2171624ef201bdbf35e47780348ce30935c5"><code>64bc217</code></a> Add a typing test for the Validator protocol</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/6c25741bff889477680f9b0d1aa967ae35c38f43"><code>6c25741</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/bf603d59117f840916709fc87c6625df43d1fe72"><code>bf603d5</code></a> Bump astral-sh/setup-uv from 6.4.3 to 6.5.0</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/a916d8f8253baa11bacc60f0868f0bab1e42d526"><code>a916d8f</code></a> Fix <code>Validator</code> protocol init to match runtime</li> <li><a href="https://github.com/python-jsonschema/jsonschema/commit/de60f18bd97395a52a11b561eb62963e0ffe9e71"><code>de60f18</code></a> Merge pull request <a href="https://redirect.github.com/python-jsonschema/jsonschema/issues/1397">#1397</a> from python-jsonschema/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.25.1">compare view</a></li> </ul> </details> <br /> Updates `pygithub` from 2.6.1 to 2.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygithub/pygithub/releases">pygithub's releases</a>.</em></p> <blockquote> <h2>v2.7.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Method <code>Github.get_rate_limit()</code> now returns <code>RateLimitOverview</code> rather than <code>RateLimit</code> (<a href="https://redirect.github.com/PyGithub/PyGithub/pull/3205">PyGithub/PyGithub#3205</a>).</li> </ul> <p>Code like</p> <pre lang="python"><code>gh.get_rate_limit().core.remaining </code></pre> <p>should be replaced with</p> <pre lang="python"><code>gh.get_rate_limit().resources.core.remaining </code></pre> <ul> <li>Method <code>GitTag.verification</code> now returns <code>GitCommitVerification</code> rather than <code>dict[str, Any]</code> (<a href="https://redirect.github.com/PyGithub/PyGithub/pull/3226">PyGithub/PyGithub#3226</a>).</li> </ul> <p>Code like</p> <pre lang="python"><code>tag.verification[&quot;reason&quot;] tag.verification.get(&quot;reason&quot;) </code></pre> <p>should be replaced with</p> <pre lang="python"><code>tag.verification.reason </code></pre> <h3>New Features</h3> <ul> <li>Add getting list of self-hosted runners of organization by <a href="https://github.com/climbfuji"><code>@​climbfuji</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3190">PyGithub/PyGithub#3190</a></li> <li>Apply OpenAPI spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3317">PyGithub/PyGithub#3317</a></li> <li>Add support for Sub-Issues by <a href="https://github.com/e7217"><code>@​e7217</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3258">PyGithub/PyGithub#3258</a></li> </ul> <h3>Improvements</h3> <ul> <li>Refactor search results into separate classes by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3204">PyGithub/PyGithub#3204</a></li> <li>Add <code>OrganizationInvitation</code> by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3207">PyGithub/PyGithub#3207</a></li> <li>Add and apply missing schemas by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3209">PyGithub/PyGithub#3209</a></li> <li>Sync <code>RepositoryAdvisory</code> tests with OpenAPI spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3215">PyGithub/PyGithub#3215</a></li> <li>Sync <code>ProjectColumn</code> and <code>ProjectCard</code> tests with OpenAPI spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3216">PyGithub/PyGithub#3216</a></li> <li>Sync <code>CopilotSeat</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3232">PyGithub/PyGithub#3232</a></li> <li>Sync <code>HookDeliverySummary</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3233">PyGithub/PyGithub#3233</a></li> <li>Sync <code>RequiredPullRequestReviews</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3234">PyGithub/PyGithub#3234</a></li> <li>Sync <code>RequiredStatusChecks</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3236">PyGithub/PyGithub#3236</a></li> <li>Sync <code>Team</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3237">PyGithub/PyGithub#3237</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's changelog</a>.</em></p> <blockquote> <h2>Version 2.7.0 (July 31, 2025)</h2> <p>Breaking Changes ^^^^^^^^^^^^^^^^</p> <ul> <li> <p>Method <code>Github.get_rate_limit()</code> now returns <code>RateLimitOverview</code> rather than <code>RateLimit</code> (<code>[#3205](https://github.com/pygithub/pygithub/issues/3205) &lt;https://github.com/PyGithub/PyGithub/pull/3205&gt;</code><em>) (<code>56ee057a &lt;https://github.com/PyGithub/PyGithub/commit/56ee057a&gt;</code></em>).</p> <p>Code like</p> <p>.. code-block:: python</p> <p>gh.get_rate_limit().core.remaining</p> <p>should be replaced with</p> <p>.. code-block:: python</p> <p>gh.get_rate_limit().resources.core.remaining</p> </li> <li> <p>Method <code>GitTag.verification</code> now returns <code>GitCommitVerification</code> rather than <code>dict[str, Any]</code> (<code>[#3226](https://github.com/pygithub/pygithub/issues/3226) &lt;https://github.com/PyGithub/PyGithub/pull/3226&gt;</code><em>) (<code>850932cc &lt;https://github.com/PyGithub/PyGithub/commit/850932cc&gt;</code></em>).</p> <p>Code like</p> <p>.. code-block:: python</p> <p>tag.verification[&quot;reason&quot;] tag.verification.get(&quot;reason&quot;)</p> <p>should be replaced with</p> <p>.. code-block:: python</p> <p>tag.verification.reason</p> </li> </ul> <p>Deprecations ^^^^^^^^^^^^</p> <ul> <li>Methods <code>dismissal_users</code> and <code>dismissal_teams</code> of <code>RequiredPullRequestReviews</code> are deprecated, use <code>dismissal_restrictions.users</code> and <code>dismissal_restrictions.teams</code> instead.</li> </ul> <p>New Features ^^^^^^^^^^^^</p> <ul> <li>Add getting list of self-hosted runners of organization (<code>[#3190](https://github.com/pygithub/pygithub/issues/3190) &lt;https://github.com/PyGithub/PyGithub/pull/3190&gt;</code><em>) (<code>b4092b5d &lt;https://github.com/PyGithub/PyGithub/commit/b4092b5d&gt;</code></em>)</li> <li>Apply OpenAPI spec (<code>[#3317](https://github.com/pygithub/pygithub/issues/3317) &lt;https://github.com/PyGithub/PyGithub/pull/3317&gt;</code><em>) (<code>858b9e5b &lt;https://github.com/PyGithub/PyGithub/commit/858b9e5b&gt;</code></em>)</li> <li>Add support for Sub-Issues (<code>[#3258](https://github.com/pygithub/pygithub/issues/3258) &lt;https://github.com/PyGithub/PyGithub/pull/3258&gt;</code><em>) (<code>c7858c85 &lt;https://github.com/PyGithub/PyGithub/commit/c7858c85&gt;</code></em>)</li> </ul> <p>Improvement ^^^^^^^^^^^</p> <ul> <li>Refactor search results into separate classes (<code>[#3204](https://github.com/pygithub/pygithub/issues/3204) &lt;https://github.com/PyGithub/PyGithub/pull/3204&gt;</code><em>) (<code>938f80b1 &lt;https://github.com/PyGithub/PyGithub/commit/938f80b1&gt;</code></em>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyGithub/PyGithub/commit/bccc5aa1b02dc2135196c993e795bcb7795d9c72"><code>bccc5aa</code></a> Release 2.7.0 (<a href="https://redirect.github.com/pygithub/pygithub/issues/3323">#3323</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/cb4281510da5a9c924b916ec6b50edc52b1fae34"><code>cb42815</code></a> Add <code>delete_self_hosted_runner</code> to <code>Organization</code> (<a href="https://redirect.github.com/pygithub/pygithub/issues/3306">#3306</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/01196d67452e726a1ef6a26312e50e428b6a705d"><code>01196d6</code></a> Normalize App ID to String &amp; Enhance JWT Issuer Verification (<a href="https://redirect.github.com/pygithub/pygithub/issues/3272">#3272</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/c7858c85a1f1912e668f60f0f8de6ab2e75220bc"><code>c7858c8</code></a> Add support for Sub-Issues (<a href="https://redirect.github.com/pygithub/pygithub/issues/3258">#3258</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/131949b3c12a89534874526bb812acdcd75c9db7"><code>131949b</code></a> Make <code>TimingData.run_duration_ms</code> optional (<a href="https://redirect.github.com/pygithub/pygithub/issues/3268">#3268</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/0378cceedd9cd6f16514d7e1117d1b15d9e32824"><code>0378cce</code></a> Fix side-effect when removing Authorization key from headers (<a href="https://redirect.github.com/pygithub/pygithub/issues/3313">#3313</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/da73fc8ac3d73341c971f881c773275ad19ba2ee"><code>da73fc8</code></a> Fix url encoding of strings with slashes in URLs (<a href="https://redirect.github.com/pygithub/pygithub/issues/3263">#3263</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/f51a3f487e2e6493a29101a29908d8805fddc674"><code>f51a3f4</code></a> Adds <code>multi_select</code> and <code>true_false</code> options to <code>CustomProperty.value_type</code> (...</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/e7110bf41038ba0433bc04a048c73a8ecd26a32f"><code>e7110bf</code></a> Relax 404 condition in <code>Requester</code> exception handling (<a href="https://redirect.github.com/pygithub/pygithub/issues/3299">#3299</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/95f015c8b46e62a853051ae98c1bff843765aa1f"><code>95f015c</code></a> Support built-in <code>reversed()</code> on <code>PaginatedList</code> (<a href="https://redirect.github.com/pygithub/pygithub/issues/3260">#3260</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pygithub/pygithub/compare/v2.6.1...v2.7.0">compare view</a></li> </ul> </details> <br /> Updates `requests` from 2.32.4 to 2.32.5 <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.5</h2> <h2>2.32.5 (2025-08-18)</h2> <p><strong>Bugfixes</strong></p> <ul> <li>The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.</li> </ul> <p><strong>Deprecations</strong></p> <ul> <li>Added support for Python 3.14.</li> <li>Dropped support for Python 3.8 following its end of support.</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.5 (2025-08-18)</h2> <p><strong>Bugfixes</strong></p> <ul> <li>The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.</li> </ul> <p><strong>Deprecations</strong></p> <ul> <li>Added support for Python 3.14.</li> <li>Dropped support for Python 3.8 following its end of support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/requests/commit/b25c87d7cb8d6a18a37fa12442b5f883f9e41741"><code>b25c87d</code></a> v2.32.5</li> <li><a href="https://github.com/psf/requests/commit/131e506079d97606e4214cc4d87b780ac478de7a"><code>131e506</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/7010">#7010</a> from psf/dependabot/github_actions/actions/checkout-...</li> <li><a href="https://github.com/psf/requests/commit/b336cb2bc616a63a93c6470c558fc1f576b77f90"><code>b336cb2</code></a> Bump actions/checkout from 4.2.0 to 5.0.0</li> <li><a href="https://github.com/psf/requests/commit/46e939b5525d9c72b677340985582b04b128478a"><code>46e939b</code></a> Update publish workflow to use <code>artifact-id</code> instead of <code>name</code></li> <li><a href="https://github.com/psf/requests/commit/4b9c546aa3f35fca6ca24945376fe7462bb007c4"><code>4b9c546</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/6999">#6999</a> from psf/dependabot/github_actions/step-security/har...</li> <li><a href="https://github.com/psf/requests/commit/7618dbef01d333f23ba4b9c4d97397b06dd89cb6"><code>7618dbe</code></a> Bump step-security/harden-runner from 2.12.0 to 2.13.0</li> <li><a href="https://github.com/psf/requests/commit/2edca11103c1c27dd8b572dab544b7f48cf3b446"><code>2edca11</code></a> Add support for Python 3.14 and drop support for Python 3.8 (<a href="https://redirect.github.com/psf/requests/issues/6993">#6993</a>)</li> <li><a href="https://github.com/psf/requests/commit/fec96cd5976ad763e45bac9a033d62cca1877a00"><code>fec96cd</code></a> Update Makefile rules (<a href="https://redirect.github.com/psf/requests/issues/6996">#6996</a>)</li> <li><a href="https://github.com/psf/requests/commit/d58d8aa2f45c3575268d6d5250745ef69f9cf8b7"><code>d58d8aa</code></a> docs: clarify timeout parameter uses seconds in Session.request (<a href="https://redirect.github.com/psf/requests/issues/6994">#6994</a>)</li> <li><a href="https://github.com/psf/requests/commit/91a3eabd3dcc4d7f36dd8249e4777a90ef9b4305"><code>91a3eab</code></a> Bump github/codeql-action from 3.28.5 to 3.29.0</li> <li>Additional commits viewable in <a href="https://github.com/psf/requests/compare/v2.32.4...v2.32.5">compare view</a></li> </ul> </details> <br /> Updates `rpds-py` from 0.26.0 to 0.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-py/rpds/releases">rpds-py's releases</a>.</em></p> <blockquote> <h2>v0.27.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Allow packaging of wheels for riscv64 architecture by <a href="https://github.com/ffgan"><code>@​ffgan</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/150">crate-py/rpds#150</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ffgan"><code>@​ffgan</code></a> made their first contribution in <a href="https://redirect.github.com/crate-py/rpds/pull/150">crate-py/rpds#150</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.26.0...v0.27.0">https://github.com/crate-py/rpds/compare/v0.26.0...v0.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-py/rpds/commit/c7cd37d2a2def95fe6d5c36aaf2a87feb6280f89"><code>c7cd37d</code></a> Tag a release for RISC</li> <li><a href="https://github.com/crate-py/rpds/commit/7adac992a67fdf323c78cdf96a3f83745157e26f"><code>7adac99</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/150">#150</a> from ffgan/feature/allow_riscv_package</li> <li><a href="https://github.com/crate-py/rpds/commit/439ad44d249008a927d6528223387977cb9ac745"><code>439ad44</code></a> fix format error</li> <li><a href="https://github.com/crate-py/rpds/commit/2091f272bd232fd292c34dc56766c9ffe3577964"><code>2091f27</code></a> downgrade riscv64 manylinux version</li> <li><a href="https://github.com/crate-py/rpds/commit/29a539fb5b03936546db0867059594f47dc2fa08"><code>29a539f</code></a> Merge branch 'crate-py:main' into feature/allow_riscv_package</li> <li><a href="https://github.com/crate-py/rpds/commit/7546f2d8c26d85c55412d18ff3aef2792d41e8ed"><code>7546f2d</code></a> Allow packaging of wheels for riscv64 architecture</li> <li><a href="https://github.com/crate-py/rpds/commit/8ede3f474b438c90c66e9317d589aadb97935182"><code>8ede3f4</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/149">#149</a> from crate-py/dependabot/github_actions/github/codeql...</li> <li><a href="https://github.com/crate-py/rpds/commit/0840694707b02fdcf782ddb9db67c769fbbf6f25"><code>0840694</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/148">#148</a> from crate-py/dependabot/github_actions/astral-sh/set...</li> <li><a href="https://github.com/crate-py/rpds/commit/725aabe89862cb1e0449c072c81bdcf046d83ca8"><code>725aabe</code></a> Bump github/codeql-action from 3.29.2 to 3.29.3</li> <li><a href="https://github.com/crate-py/rpds/commit/db4a842d81f36e48efb83df35aa7ccded82853a1"><code>db4a842</code></a> Bump astral-sh/setup-uv from 6.3.1 to 6.4.1</li> <li>See full diff in <a href="https://github.com/crate-py/rpds/compare/v0.26.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `wrapt` from 1.17.2 to 1.17.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/releases">wrapt's releases</a>.</em></p> <blockquote> <h2>wrapt-1.17.3</h2> <p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/1.17.3/">https://pypi.org/project/wrapt/1.17.3/</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst">wrapt's changelog</a>.</em></p> <blockquote> <h2>Version 1.17.3</h2> <p><strong>Bugs Fixed</strong></p> <ul> <li>Reference count was not being incremented on type object for C implementation of the partial callable object proxy when module was initialized. If wrapt was being used in Python sub interpreters which were deleted it could lead to the process crashing.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/99130c02842c87001f40dbe73e21934c0615398d"><code>99130c0</code></a> Build for Windows 11 ARM.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/26f5344323b6e4152587dcb86f4b5935aeda9ccf"><code>26f5344</code></a> Build for Python 3.14.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/43dbbe0df1fc80a9b711af64f09b606e16c2396f"><code>43dbbe0</code></a> Modify artifact upload pattern.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/e90bd88440bf38a33e5c06540d2ac889731bc9ab"><code>e90bd88</code></a> Update cibuildwheel version.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/58efb76117a8ebbf78cf1b424a260b1a447d0dde"><code>58efb76</code></a> Update to ubuntu-latest.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/800a2047f38ce4ad4dc3c821fc4630ea440adc11"><code>800a204</code></a> Increment release version.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/33b8840d6eb06e1e40fffdb7e4136fd0e793332f"><code>33b8840</code></a> Update obsolete GitHub action.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/1c755a1f6c32d5ce5015f4f7e8011d8b49648caa"><code>1c755a1</code></a> Rename GitHub workflow file so can build package.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/ff4981b15cc989702c812d839438783bde885ecd"><code>ff4981b</code></a> Fix crash due to lack of reference count.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/ecbaaa12072aa970bd9223a703be8a406c39b322"><code>ecbaaa1</code></a> Revert &quot;Remove the dependency on <code>pkg_resources</code> and hence <code>setuptools</code> on py...</li> <li>Additional commits viewable in <a href="https://github.com/GrahamDumpleton/wrapt/compare/1.17.2...1.17.3">compare view</a></li> </ul> </details> <br /> Updates `zstandard` from 0.23.0 to 0.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/indygreg/python-zstandard/releases">zstandard's releases</a>.</em></p> <blockquote> <h2>0.24.0</h2> <h1>Backwards Compatibility Notes</h1> <ul> <li>Support for Python 3.8 has been dropped because it reached end of life. Python 3.9 is the minimum supported Python version. The code should still be compatible with Python 3.8 and removing of version checks from <code>setup.py</code> will likely yield a working install. However, this is not officially supported.</li> </ul> <h1>Changes</h1> <ul> <li>Bundled zstd library upgraded from 1.5.6 to 1.5.7. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/255">#255</a>)</li> <li>We now use and require cffi 1.17.0 or newer. Previously, the constraint was &gt;=1.11.0 on Python &lt;3.13.</li> <li>The <code>pyproject.toml</code> file now defines a <code>[project]</code> section.</li> <li>We now use GitHub's native ARM Linux runners to build wheels and run tests. Previously, Linux ARM wheels were built inside a QEMU virtualized environment and we didn't run tests on this platform.</li> <li>We now use GitHub's native ARM Windows runners to build wheels and run tests. Previously, Windows ARM wheels were cross compiled from an x86-64 runner and we never ran tests for the Windows ARM platform.</li> <li>We now <code>collections.abs.Buffer</code> on Python 3.12+ instead of <code>typing.ByteString</code>, as <code>typing.ByteString</code> was deprecated and later removed. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/238">#238</a>, <a href="https://redirect.github.com/indygreg/python-zstandard/issues/262">#262</a>)</li> <li>PyO3 Rust crate upgraded from 0.21 to 0.22 (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/257">#257</a>) and later to 0.24.</li> <li>Removed CI coverage for PyPy 3.9.</li> <li>Added CI coverage for PyPy 3.11.</li> <li>Anaconda Windows CI builds have been disabled because we're running into an apparent conda bug.</li> <li>Added CI coverage for Anaconda 3.12 and 3.13 on Linux and Windows x86-64 (but the Windows builds no-op due to above issue).</li> <li><code>get_frame_parameters()</code> now accepts an optional <code>format</code> argument defining the zstandard frame type. You can pass e.g. <code>zstandard.FORMAT_ZSTD1_MAGICLESS</code> to decode frames without header magic. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/217">#217</a>)</li> <li>Initial Python 3.14 support. We build wheels and have CI test coverage.</li> </ul> <h1>Source Archive Publishing Error</h1> <p>During the release process of this version, we uploaded the source archive to PyPI after some wheels. PyPI rejected the source archive because of presence of a <code>license-file</code> entry while using metadata version 2.4. We manually generated the source distribution locally. The source distribution on PyPI therefore does not match what GitHub Actions produced.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst">zstandard's changelog</a>.</em></p> <blockquote> <h1>0.24.0 (released 2025-08-17)</h1> <h2>Changes</h2> <ul> <li>Bundled zstd library upgraded from 1.5.6 to 1.5.7. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/255">#255</a>)</li> <li>We now use and require cffi 1.17.0 or newer. Previously, the constraint was &gt;=1.11.0 on Python &lt;3.13.</li> <li>The <code>pyproject.toml</code> file now defines a <code>[project]</code> section.</li> <li>We now use GitHub's native ARM Linux runners to build wheels and run tests. Previously, Linux ARM wheels were built inside a QEMU virtualized environment and we didn't run tests on this platform.</li> <li>We now use GitHub's native ARM Windows runners to build wheels and run tests. Previously, Windows ARM wheels were cross-compiled from an x86-64 runner and we never ran tests for the Windows ARM platform.</li> <li>We now <code>collections.abs.Buffer</code> on Python 3.12+ instead of <code>typing.ByteString</code>, as <code>typing.ByteString</code> was deprecated and later removed. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/238">#238</a>, <a href="https://redirect.github.com/indygreg/python-zstandard/issues/262">#262</a>)</li> <li>PyO3 Rust crate upgraded from 0.21 to 0.22 (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/257">#257</a>) and later to 0.24.</li> <li>Removed CI coverage for PyPy 3.9.</li> <li>Added CI coverage for PyPy 3.11.</li> <li>Anaconda Windows CI builds have been disabled because we're running into an apparant conda bug.</li> <li>Added CI coverage for Anaconda 3.12 and 3.13 on Linux and Windows x86-64 (but the Windows builds no-op due to above issue).</li> <li><code>get_frame_parameters()</code> now accepts an optional <code>format</code> argument defining the zstandard frame type. You can pass e.g. <code>zstandard.FORMAT_ZSTD1_MAGICLESS</code> to decode frames without header magic. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/217">#217</a>)</li> <li>Initial Python 3.14 support. We build wheels and have CI test coverage.</li> </ul> <h2>Backwards Compatibility Notes</h2> <ul> <li>Support for Python 3.8 has been dropped because it reached end of life. Python 3.9 is the minimum supported Python version. The code should still be compatible with Python 3.7 and removing of version checks from <code>setup.py</code> will likely yield a working install. However, this is not officially supported.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indygreg/python-zstandard/commit/9223924b1db8f36cf1c7c2dcd55232093890d145"><code>9223924</code></a> global: release 0.24.0</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/b63f21e75c85537feb6e9ede6b515ce1f109ac6e"><code>b63f21e</code></a> ci: remove cibuildwheel from <code>requirements.txt</code></li> <li><a href="https://github.com/indygreg/python-zstandard/commit/724df3df0ff524d6f6278e7ac1e72061f6b5bc62"><code>724df3d</code></a> build: require cffi 1.17.0</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/58fca18a3aaa9a520c33cc874517fc10d36957f7"><code>58fca18</code></a> build: use static dependency metadata</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/fd9553600d91626ed2070eb721bb01780cb37310"><code>fd95536</code></a> docs: move the potential 1.0 feature list from <code>news.rst</code> to `missing_feature...</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/a32e7a6ee530c37e665b97a4ac6cabeccfb1ec79"><code>a32e7a6</code></a> docs: fix incorrect <code>dict_id()</code> reference</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/4110f711ca658e43b8ab03fd350ee80d22c59596"><code>4110f71</code></a> ci: add Python 3.14 wheels and test coverage</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/c950bbf5c86a9641bbab7d232cc5371475c7e025"><code>c950bbf</code></a> ci: upgrade macOS wheel environment to Python 3.13</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/075f8ca4eefd366f89f642037e44685953bcf1cf"><code>075f8ca</code></a> docs: add top-level docs section for One-Shot APIs</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/7312fae803fb33758f9ef6f9fafd5d33f912007f"><code>7312fae</code></a> frameparams: support defining frame format for <code>get_frame_parameters()</code></li> <li>Additional commits viewable in <a href="https://github.com/indygreg/python-zstandard/compare/0.23.0...0.24.0">compare view</a></li> </ul> </details> <br /> Updates `pywin32` from 310 to 311 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mhammond/pywin32/releases">pywin32's releases</a>.</em></p> <blockquote> <h2>Build 311</h2> <p>A release with <a href="https://github.com/mhammond/pywin32/blob/b311/CHANGES.txt#L18">a number of incremental improvements</a></p> <p>Install via pip:</p> <pre><code>pip install pywin32 --upgrade </code></pre> <p>More <a href="https://github.com/mhammond/pywin32#installing-via-pip">details in the README</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mhammond/pywin32/blob/main/CHANGES.md">pywin32's changelog</a>.</em></p> <blockquote> <h2>Build 311, released 2025/07/14</h2> <ul> <li>Fix use-after-free in CertDeleteCertificateFromStore (mhammond#2637)</li> <li>Better support for COM identifiers with non-ascii characters (mhammond#2632)</li> <li>pywin32's own warnings will now refer to the caller, rather than to the internal source of warning itself (mhammond#2594, [<a href="https://github.com/Avasam"><code>@​Avasam</code></a>][Avasam])</li> <li>Fixed a regression that broke special <code>__dunder__</code> methods with CoClass. (mhammond#1870, mhammond#2493, [<a href="https://github.com/Avasam"><code>@​Avasam</code></a>][Avasam], [<a href="https://github.com/geppi"><code>@​geppi</code></a>][geppi])</li> <li>Fixed <code>TypeError: cannot unpack non-iterable NoneType object</code> when registering an axscript client <code>ScriptItem</code> (mhammond#2513, [<a href="https://github.com/Avasam"><code>@​Avasam</code></a>][Avasam])</li> <li>Fixed a memory leak when SafeArrays are used as out parameters ([<a href="https://github.com/the-snork"><code>@​the-snork</code></a>][the-snork])</li> <li>Fixed dispatch handling for properties ([<a href="https://github.com/the-snork"><code>@​the-snork</code></a>][the-snork])</li> <li>Resolved a handful of deprecation warnings (mhammond#2567, mhammond#2576, [<a href="https://github.com/Avasam"><code>@​Avasam</code></a>][Avasam])</li> <li>The following classes now produce a valid <code>eval</code> string representation when calling <code>repr</code>: (mhammond#2573, [<a href="https://github.com/Avasam"><code>@​Avasam</code></a>][Avasam]) <ul> <li><code>pywin.tools.browser.HLIPythonObject</code></li> <li><code>win32com.server.exception.COMException</code></li> <li><code>win32comext.axscript.client.error.AXScriptException</code></li> <li><code>win32comext.axscript.client.pyscript.NamedScriptAttribute</code></li> </ul> </li> <li>Added initial <code>DECIMAL/VT_DECIMAL</code> support (mhammond#1501, [<a href="https://github.com/gesslerpd"><code>@​gesslerpd</code></a>][gesslerpd])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mhammond/pywin32/commits">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.17.0 to 1.17.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h3>Mypy 1.17.1</h3> <ul> <li>Retain <code>None</code> as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR <a href="https://redirect.github.com/python/mypy/pull/19485">19485</a>)</li> <li>Fix &quot;ignored exception in <code>hasattr</code>&quot; in dmypy (Stanislav Terliakov, PR <a href="https://redirect.github.com/python/mypy/pull/19428">19428</a>)</li> <li>Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR <a href="https://redirect.github.com/python/mypy/pull/19453">19453</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Alexey Makridenko</li> <li>Brian Schubert</li> <li>Chad Dombrova</li> <li>Chainfire</li> <li>Charlie Denton</li> <li>Charulata</li> <li>Christoph Tyralla</li> <li>CoolCat467</li> <li>Donal Burns</li> <li>Guy Wilson</li> <li>Ivan Levkivskyi</li> <li>johnthagen</li> <li>Jukka Lehtosalo</li> <li>Łukasz Kwieciński</li> <li>Marc Mueller</li> <li>Michael J. Sullivan</li> <li>Mikhail Golubev</li> <li>Sebastian Rittau</li> <li>Shantanu</li> <li>Stanislav Terliakov</li> <li>wyattscarpenter</li> </ul> <p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p> <h2>Mypy 1.16</h2> <p>We’ve just uploaded mypy 1.16 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <h3>Different Property Getter and Setter Types</h3> <p>Mypy now supports using different types for a property getter and setter:</p> <pre lang="python"><code>class A: _value: int &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/acb29831e286bbccde37c03bc75381f40a5fdc9e"><code>acb2983</code></a> Bump version to 1.17.1</li> <li><a href="https://github.com/python/mypy/commit/933c913fbe6d2fbf277ff8d6b2f2298f0f84be64"><code>933c913</code></a> Retain <code>None</code> as constraints bottom if no bottoms were provided (<a href="https://redirect.github.com/python/mypy/issues/19485">#19485</a>)</li> <li><a href="https://github.com/python/mypy/commit/5f4428f0286df58169d2f34f4f86561ad617538b"><code>5f4428f</code></a> Fix &quot;ignored exception in <code>hasattr</code>&quot; in dmypy (<a href="https://redirect.github.com/python/mypy/issues/19428">#19428</a>)</li> <li><a href="https://github.com/python/mypy/commit/88fdeaae0abc92d605fc475fd153b4ad5b239310"><code>88fdeaa</code></a> Prevent a crash when InitVar is redefined with a method in a subclass (<a href="https://redirect.github.com/python/mypy/issues/19453">#19453</a>)</li> <li><a href="https://github.com/python/mypy/commit/e44d14f8e52a8890d08726ee753c8754edefd649"><code>e44d14f</code></a> Bump version to 1.17.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.17.0...v1.17.1">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.12.4 to 0.12.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.12.9</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add check for <code>airflow.secrets.cache.SecretCache</code> (<code>AIR301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/17707">#17707</a>)</li> <li>[<code>ruff</code>] Offer a safe fix for multi-digit zeros (<code>RUF064</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19847">#19847</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-blind-except</code>] Fix <code>BLE001</code> false-positive on <code>raise ... from None</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/19755">#19755</a>)</li> <li>[<code>flake8-comprehensions</code>] Fix false positive for <code>C420</code> with attribute, subscript, or slice assignment targets (<a href="https://redirect.github.com/astral-sh/ruff/pull/19513">#19513</a>)</li> <li>[<code>flake8-simplify</code>] Fix handling of U+001C..U+001F whitespace (<code>SIM905</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19849">#19849</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>pylint</code>] Use lowercase hex characters to match the formatter (<code>PLE2513</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19808">#19808</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix <code>lint.future-annotations</code> link (<a href="https://redirect.github.com/astral-sh/ruff/pull/19876">#19876</a>)</li> </ul> <h3>Other changes</h3> <ul> <li> <p>Build <code>riscv64</code> binaries for release (<a href="https://redirect.github.com/astral-sh/ruff/pull/19819">#19819</a>)</p> </li> <li> <p>Add rule code to error description in GitLab output (<a href="https://redirect.github.com/astral-sh/ruff/pull/19896">#19896</a>)</p> </li> <li> <p>Improve rendering of the <code>full</code> output format (<a href="https://redirect.github.com/astral-sh/ruff/pull/19415">#19415</a>)</p> <p>Below is an example diff for <a href="https://docs.astral.sh/ruff/rules/unused-import/"><code>F401</code></a>:</p> <pre lang="diff"><code>-unused.py:8:19: F401 [*] `pathlib` imported but unused +F401 [*] `pathlib` imported but unused + --&gt; unused.py:8:19 | 7 | # Unused, _not_ marked as required (due to the alias). 8 | import pathlib as non_alias - | ^^^^^^^^^ F401 + | ^^^^^^^^^ 9 | 10 | # Unused, marked as required. | - = help: Remove unused import: `pathlib` +help: Remove unused import: `pathlib` </code></pre> <p>For now, the primary difference is the movement of the filename, line number, and column information to a second line in the header. This new representation will allow us to make further additions to Ruff's diagnostics, such as adding sub-diagnostics and multiple annotations to the same snippet.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.12.9</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add check for <code>airflow.secrets.cache.SecretCache</code> (<code>AIR301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/17707">#17707</a>)</li> <li>[<code>ruff</code>] Offer a safe fix for multi-digit zeros (<code>RUF064</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19847">#19847</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-blind-except</code>] Fix <code>BLE001</code> false-positive on <code>raise ... from None</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/19755">#19755</a>)</li> <li>[<code>flake8-comprehensions</code>] Fix false positive for <code>C420</code> with attribute, subscript, or slice assignment targets (<a href="https://redirect.github.com/astral-sh/ruff/pull/19513">#19513</a>)</li> <li>[<code>flake8-simplify</code>] Fix handling of U+001C..U+001F whitespace (<code>SIM905</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19849">#19849</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>pylint</code>] Use lowercase hex characters to match the formatter (<code>PLE2513</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19808">#19808</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix <code>lint.future-annotations</code> link (<a href="https://redirect.github.com/astral-sh/ruff/pull/19876">#19876</a>)</li> </ul> <h3>Other changes</h3> <ul> <li> <p>Build <code>riscv64</code> binaries for release (<a href="https://redirect.github.com/astral-sh/ruff/pull/19819">#19819</a>)</p> </li> <li> <p>Add rule code to error description in GitLab output (<a href="https://redirect.github.com/astral-sh/ruff/pull/19896">#19896</a>)</p> </li> <li> <p>Improve rendering of the <code>full</code> output format (<a href="https://redirect.github.com/astral-sh/ruff/pull/19415">#19415</a>)</p> <p>Below is an example diff for <a href="https://docs.astral.sh/ruff/rules/unused-import/"><code>F401</code></a>:</p> <pre lang="diff"><code>-unused.py:8:19: F401 [*] `pathlib` imported but unused +F401 [*] `pathlib` imported but unused + --&gt; unused.py:8:19 | 7 | # Unused, _not_ marked as required (due to the alias). 8 | import pathlib as non_alias - | ^^^^^^^^^ F401 + | ^^^^^^^^^ 9 | 10 | # Unused, marked as required. | - = help: Remove unused import: `pathlib` +help: Remove unused import: `pathlib` </code></pre> <p>For now, the primary difference is the movement of the filename, line number, and column information to a second line in the header. This new representation will allow us to make further additions to Ruff's diagnostics, such as adding sub-diagnostics and multiple annotations to the same snippet.</p> </li> </ul> <h2>0.12.8</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/ef422460de726c5b896c09c364d02a4db24bcaf0"><code>ef42246</code></a> Bump 0.12.9 (<a href="https://redirect.github.com/astral-sh/ruff/issues/19917">#19917</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dc2e8ab3776a7f7ec9ec26be61939f73567a2c13"><code>dc2e8ab</code></a> [ty] support <code>kw_only=True</code> for <code>dataclass()</code> and <code>field()</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/19677">#19677</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/9aaa82d037a12e38daebe518ab11c83414f2fe55"><code>9aaa82d</code></a> Feature/build riscv64 bin (<a href="https://redirect.github.com/astral-sh/ruff/issues/19819">#19819</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3288ac2dfbfd3388b6ed99fe9776ea228eecca54"><code>3288ac2</code></a> [ty] Add caching to <code>CodeGeneratorKind::matches()</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/19912">#19912</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1167ed61cf3fa186e852df2d6ec9cb0136dffa80"><code>1167ed6</code></a> [ty] Rename <code>functionArgumentNames</code> to <code>callArgumentNames</code> inlay hint setting...</li> <li><a href="https://github.com/astral-sh/ruff/commit/2ee47d87b6908a6ba6f672bf48d6f42c17ee3dfe"><code>2ee47d8</code></a> [ty] Default <code>ty.inlayHints.*</code> server settings to true (<a href="https://redirect.github.com/astral-sh/ruff/issues/19910">#19910</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/d324cedfc2d953f5ed435fc4ba0b1e2d504641c3"><code>d324ced</code></a> [ty] Remove py-fuzzer skips for seeds that are no longer slow (<a href="https://redirect.github.com/astral-sh/ruff/issues/19906">#19906</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/5a570c8e6d227b1f4270987b124e853ccd7b2af3"><code>5a570c8</code></a> [ty] fix deferred name loading in PEP695 generic classes/functions (<a href="https://redirect.github.com/astral-sh/ruff/issues/19888">#19888</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/baadb5a78d7cddf0d876a841f308287a853e81e9"><code>baadb5a</code></a> [ty] Add some additional type safety to <code>CycleDetector</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/19903">#19903</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/df0648aae046f30bd1993323d93091bf4bde385c"><code>df0648a</code></a> [<code>flake8-blind-except</code>] Fix <code>BLE001</code> false-positive on <code>raise ... from None</code> ...</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.12.4...0.12.9">compare view</a></li> </ul> </details> <br /> Updates `types-jsonschema` from 4.25.0.20250720 to 4.25.0.20250809 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> Updates `types-pyyaml` from 6.0.12.20250516 to 6.0.12.20250809 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2a6c98 commit ba74729

File tree

3 files changed

+564
-549
lines changed

3 files changed

+564
-549
lines changed

requirements.dev.txt

Lines changed: 69 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -317,39 +317,45 @@ markupsafe==3.0.2 \
317317
# via
318318
# -r requirements.txt
319319
# jinja2
320-
mypy==1.17.0 \
321-
--hash=sha256:037bc0f0b124ce46bfde955c647f3e395c6174476a968c0f22c95a8d2f589bba \
322-
--hash=sha256:03ba330b76710f83d6ac500053f7727270b6b8553b0423348ffb3af6f2f7b889 \
323-
--hash=sha256:0e69db1fb65b3114f98c753e3930a00514f5b68794ba80590eb02090d54a5d4a \
324-
--hash=sha256:1051df7ec0886fa246a530ae917c473491e9a0ba6938cfd0ec2abc1076495c3e \
325-
--hash=sha256:15d9d0018237ab058e5de3d8fce61b6fa72cc59cc78fd91f1b474bce12abf496 \
326-
--hash=sha256:1619a485fd0e9c959b943c7b519ed26b712de3002d7de43154a489a2d0fd817d \
327-
--hash=sha256:24cfcc1179c4447854e9e406d3af0f77736d631ec87d31c6281ecd5025df625d \
328-
--hash=sha256:2c41aa59211e49d717d92b3bb1238c06d387c9325d3122085113c79118bebb06 \
329-
--hash=sha256:3204d773bab5ff4ebbd1f8efa11b498027cd57017c003ae970f310e5b96be8d8 \
330-
--hash=sha256:3c56f180ff6430e6373db7a1d569317675b0a451caf5fef6ce4ab365f5f2f6c3 \
331-
--hash=sha256:434ad499ad8dde8b2f6391ddfa982f41cb07ccda8e3c67781b1bfd4e5f9450a8 \
332-
--hash=sha256:51e455a54d199dd6e931cd7ea987d061c2afbaf0960f7f66deef47c90d1b304d \
333-
--hash=sha256:63e751f1b5ab51d6f3d219fe3a2fe4523eaa387d854ad06906c63883fde5b1ab \
334-
--hash=sha256:6ff25d151cc057fdddb1cb1881ef36e9c41fa2a5e78d8dd71bee6e4dcd2bc05b \
335-
--hash=sha256:73a0ff2dd10337ceb521c080d4147755ee302dcde6e1a913babd59473904615f \
336-
--hash=sha256:93468cf29aa9a132bceb103bd8475f78cacde2b1b9a94fd978d50d4bdf616c9a \
337-
--hash=sha256:98189382b310f16343151f65dd7e6867386d3e35f7878c45cfa11383d175d91f \
338-
--hash=sha256:9d4fe5c72fd262d9c2c91c1117d16aac555e05f5beb2bae6a755274c6eec42be \
339-
--hash=sha256:b72c34ce05ac3a1361ae2ebb50757fb6e3624032d91488d93544e9f82db0ed6c \
340-
--hash=sha256:ba06254a5a22729853209550d80f94e28690d5530c661f9416a68ac097b13fc4 \
341-
--hash=sha256:c004135a300ab06a045c1c0d8e3f10215e71d7b4f5bb9a42ab80236364429937 \
342-
--hash=sha256:c38876106cb6132259683632b287238858bd58de267d80defb6f418e9ee50658 \
343-
--hash=sha256:ce4a17920ec144647d448fc43725b5873548b1aae6c603225626747ededf582d \
344-
--hash=sha256:d30ba01c0f151998f367506fab31c2ac4527e6a7b2690107c7a7f9e3cb419a9c \
345-
--hash=sha256:d96b196e5c16f41b4f7736840e8455958e832871990c7ba26bf58175e357ed61 \
346-
--hash=sha256:e5d7ccc08ba089c06e2f5629c660388ef1fee708444f1dee0b9203fa031dee03 \
347-
--hash=sha256:eafaf8b9252734400f9b77df98b4eee3d2eecab16104680d51341c75702cad70 \
348-
--hash=sha256:f105f61a5eff52e137fd73bee32958b2add9d9f0a856f17314018646af838e97 \
349-
--hash=sha256:f773c6d14dcc108a5b141b4456b0871df638eb411a89cd1c0c001fc4a9d08fc8 \
350-
--hash=sha256:f7fb09d05e0f1c329a36dcd30e27564a3555717cde87301fae4fb542402ddfad \
351-
--hash=sha256:f8e08de6138043108b3b18f09d3f817a4783912e48828ab397ecf183135d84d6 \
352-
--hash=sha256:f986f1cab8dbec39ba6e0eaa42d4d3ac6686516a5d3dccd64be095db05ebc6bb
320+
mypy==1.17.1 \
321+
--hash=sha256:03b6d0ed2b188e35ee6d5c36b5580cffd6da23319991c49ab5556c023ccf1341 \
322+
--hash=sha256:064e2ff508e5464b4bd807a7c1625bc5047c5022b85c70f030680e18f37273a5 \
323+
--hash=sha256:099b9a5da47de9e2cb5165e581f158e854d9e19d2e96b6698c0d64de911dd849 \
324+
--hash=sha256:15a83369400454c41ed3a118e0cc58bd8123921a602f385cb6d6ea5df050c733 \
325+
--hash=sha256:15d54056f7fe7a826d897789f53dd6377ec2ea8ba6f776dc83c2902b899fee81 \
326+
--hash=sha256:1b16708a66d38abb1e6b5702f5c2c87e133289da36f6a1d15f6a5221085c6403 \
327+
--hash=sha256:209a58fed9987eccc20f2ca94afe7257a8f46eb5df1fb69958650973230f91e6 \
328+
--hash=sha256:25e01ec741ab5bb3eec8ba9cdb0f769230368a22c959c4937360efb89b7e9f01 \
329+
--hash=sha256:397fba5d7616a5bc60b45c7ed204717eaddc38f826e3645402c426057ead9a91 \
330+
--hash=sha256:3fbe6d5555bf608c47203baa3e72dbc6ec9965b3d7c318aa9a4ca76f465bd972 \
331+
--hash=sha256:43808d9476c36b927fbcd0b0255ce75efe1b68a080154a38ae68a7e62de8f0f8 \
332+
--hash=sha256:55b918670f692fc9fba55c3298d8a3beae295c5cded0a55dccdc5bbead814acd \
333+
--hash=sha256:5d1092694f166a7e56c805caaf794e0585cabdbf1df36911c414e4e9abb62ae9 \
334+
--hash=sha256:62761474061feef6f720149d7ba876122007ddc64adff5ba6f374fda35a018a0 \
335+
--hash=sha256:665afab0963a4b39dff7c1fa563cc8b11ecff7910206db4b2e64dd1ba25aed19 \
336+
--hash=sha256:69e83ea6553a3ba79c08c6e15dbd9bfa912ec1e493bf75489ef93beb65209aeb \
337+
--hash=sha256:70401bbabd2fa1aa7c43bb358f54037baf0586f41e83b0ae67dd0534fc64edfd \
338+
--hash=sha256:79d44f9bfb004941ebb0abe8eff6504223a9c1ac51ef967d1263c6572bbebc99 \
339+
--hash=sha256:80ef5c058b7bce08c83cac668158cb7edea692e458d21098c7d3bce35a5d43e7 \
340+
--hash=sha256:89e972c0035e9e05823907ad5398c5a73b9f47a002b22359b177d40bdaee7056 \
341+
--hash=sha256:93378d3203a5c0800c6b6d850ad2f19f7a3cdf1a3701d3416dbf128805c6a6a7 \
342+
--hash=sha256:9a2b7d9180aed171f033c9f2fc6c204c1245cf60b0cb61cf2e7acc24eea78e0a \
343+
--hash=sha256:9d6b20b97d373f41617bd0708fd46aa656059af57f2ef72aa8c7d6a2b73b74ed \
344+
--hash=sha256:a76906f26bd8d51ea9504966a9c25419f2e668f012e0bdf3da4ea1526c534d94 \
345+
--hash=sha256:a9f52c0351c21fe24c21d8c0eb1f62967b262d6729393397b6f443c3b773c3b9 \
346+
--hash=sha256:ad37544be07c5d7fba814eb370e006df58fed8ad1ef33ed1649cb1889ba6ff58 \
347+
--hash=sha256:b01586eed696ec905e61bd2568f48740f7ac4a45b3a468e6423a03d3788a51a8 \
348+
--hash=sha256:c1fdf4abb29ed1cb091cf432979e162c208a5ac676ce35010373ff29247bcad5 \
349+
--hash=sha256:c49562d3d908fd49ed0938e5423daed8d407774a479b595b143a3d7f87cdae6a \
350+
--hash=sha256:c4a580f8a70c69e4a75587bd925d298434057fe2a428faaf927ffe6e4b9a98df \
351+
--hash=sha256:c837b896b37cd103570d776bda106eabb8737aa6dd4f248451aecf53030cdbeb \
352+
--hash=sha256:d7598cf74c3e16539d4e2f0b8d8c318e00041553d83d4861f87c7a72e95ac24d \
353+
--hash=sha256:dd86bb649299f09d987a2eebb4d52d10603224500792e1bee18303bbcc1ce390 \
354+
--hash=sha256:e79311f2d904ccb59787477b7bd5d26f3347789c06fcd7656fa500875290264b \
355+
--hash=sha256:e92bdc656b7757c438660f775f872a669b8ff374edc4d18277d86b63edba6b8b \
356+
--hash=sha256:fa6ffadfbe6994d724c5a1bb6123a7d27dd68fc9c059561cd33b664a79578e14 \
357+
--hash=sha256:feb8cc32d319edd5859da2cc084493b3e2ce5e49a946377663cc90f6c15fb259 \
358+
--hash=sha256:ff2933428516ab63f961644bc49bc4cbe42bbffb2cd3b71cc7277c07d16b1a8b
353359
# via -r requirements.dev.in
354360
mypy-extensions==1.0.0 \
355361
--hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \
@@ -371,7 +377,7 @@ pygithub==2.6.1 \
371377
# via
372378
# -r requirements.dev.in
373379
# -r requirements.txt
374-
pyjwt==2.10.1 \
380+
pyjwt[crypto]==2.10.1 \
375381
--hash=sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953 \
376382
--hash=sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb
377383
# via
@@ -569,25 +575,26 @@ rpds-py==0.22.3 \
569575
# -r requirements.txt
570576
# jsonschema
571577
# referencing
572-
ruff==0.12.4 \
573-
--hash=sha256:0618ec4442a83ab545e5b71202a5c0ed7791e8471435b94e655b570a5031a98e \
574-
--hash=sha256:0fc426bec2e4e5f4c4f182b9d2ce6a75c85ba9bcdbe5c6f2a74fcb8df437df4b \
575-
--hash=sha256:13efa16df6c6eeb7d0f091abae50f58e9522f3843edb40d56ad52a5a4a4b6873 \
576-
--hash=sha256:2abc48f3d9667fdc74022380b5c745873499ff827393a636f7a59da1515e7c57 \
577-
--hash=sha256:2b2449dc0c138d877d629bea151bee8c0ae3b8e9c43f5fcaafcd0c0d0726b184 \
578-
--hash=sha256:478fccdb82ca148a98a9ff43658944f7ab5ec41c3c49d77cd99d44da019371a1 \
579-
--hash=sha256:4de27977827893cdfb1211d42d84bc180fceb7b72471104671c59be37041cf93 \
580-
--hash=sha256:55c0f4ca9769408d9b9bac530c30d3e66490bd2beb2d3dae3e4128a1f05c7442 \
581-
--hash=sha256:56e45bb11f625db55f9b70477062e6a1a04d53628eda7784dce6e0f55fd549eb \
582-
--hash=sha256:a7dea966bcb55d4ecc4cc3270bccb6f87a337326c9dcd3c07d5b97000dbff41c \
583-
--hash=sha256:a8224cc3722c9ad9044da7f89c4c1ec452aef2cfe3904365025dd2f51daeae0e \
584-
--hash=sha256:afcfa3ab5ab5dd0e1c39bf286d829e042a15e966b3726eea79528e2e24d8371a \
585-
--hash=sha256:be0593c69df9ad1465e8a2d10e3defd111fdb62dcd5be23ae2c06da77e8fcffb \
586-
--hash=sha256:c057ce464b1413c926cdb203a0f858cd52f3e73dcb3270a3318d1630f6395bb3 \
587-
--hash=sha256:cb0d261dac457ab939aeb247e804125a5d521b21adf27e721895b0d3f83a0d0a \
588-
--hash=sha256:e64b90d1122dc2713330350626b10d60818930819623abbb56535c6466cce045 \
589-
--hash=sha256:e9949d01d64fa3672449a51ddb5d7548b33e130240ad418884ee6efa7a229586 \
590-
--hash=sha256:fe0b9e9eb23736b453143d72d2ceca5db323963330d5b7859d60d101147d461a
578+
ruff==0.12.9 \
579+
--hash=sha256:07adb221c54b6bba24387911e5734357f042e5669fa5718920ee728aba3cbadc \
580+
--hash=sha256:17d5b6b0b3a25259b69ebcba87908496e6830e03acfb929ef9fd4c58675fa2ea \
581+
--hash=sha256:1b15599931a1a7a03c388b9c5df1bfa62be7ede6eb7ef753b272381f39c3d0ff \
582+
--hash=sha256:3d02faa2977fb6f3f32ddb7828e212b7dd499c59eb896ae6c03ea5c303575756 \
583+
--hash=sha256:43f07a3ccfc62cdb4d3a3348bf0588358a66da756aa113e071b8ca8c3b9826af \
584+
--hash=sha256:5b15ea354c6ff0d7423814ba6d44be2807644d0c05e9ed60caca87e963e93f70 \
585+
--hash=sha256:63c8c819739d86b96d500cce885956a1a48ab056bbcbc61b747ad494b2485089 \
586+
--hash=sha256:6fb15b1977309741d7d098c8a3cb7a30bc112760a00fb6efb7abc85f00ba5908 \
587+
--hash=sha256:72db7521860e246adbb43f6ef464dd2a532ef2ef1f5dd0d470455b8d9f1773e0 \
588+
--hash=sha256:881465ed56ba4dd26a691954650de6ad389a2d1fdb130fe51ff18a25639fe4bb \
589+
--hash=sha256:9fc83e4e9751e6c13b5046d7162f205d0a7bac5840183c5beebf824b08a27340 \
590+
--hash=sha256:a03242c1522b4e0885af63320ad754d53983c9599157ee33e77d748363c561ce \
591+
--hash=sha256:aed9d15f8c5755c0e74467731a007fcad41f19bcce41cd75f768bbd687f8535f \
592+
--hash=sha256:cc7a37bd2509974379d0115cc5608a1a4a6c4bff1b452ea69db83c8855d53f93 \
593+
--hash=sha256:d596c2d0393c2502eaabfef723bd74ca35348a8dac4267d18a94910087807c53 \
594+
--hash=sha256:f5cd34fabfdea3933ab85d72359f118035882a01bff15bd1d2b15261d85d5f66 \
595+
--hash=sha256:f6be1d2ca0686c54564da8e7ee9e25f93bdd6868263805f8c0b8fc6a449db6d7 \
596+
--hash=sha256:fbd94b2e3c623f659962934e52c2bea6fc6da11f667a427a368adaf3af2c866a \
597+
--hash=sha256:fcebc6c79fcae3f220d05585229463621f5dbf24d79fdc4936d9302e177cfa3e
591598
# via -r requirements.dev.in
592599
six==1.17.0 \
593600
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
@@ -626,22 +633,24 @@ tomli==2.2.1 \
626633
--hash=sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272 \
627634
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
628635
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
629-
# via -r requirements.txt
636+
# via
637+
# -r requirements.txt
638+
# mypy
630639
types-jinja2==2.11.9 \
631640
--hash=sha256:60a1e21e8296979db32f9374d8a239af4cb541ff66447bb915d8ad398f9c63b2 \
632641
--hash=sha256:dbdc74a40aba7aed520b7e4d89e8f0fe4286518494208b35123bcf084d4b8c81
633642
# via -r requirements.dev.in
634-
types-jsonschema==4.25.0.20250720 \
635-
--hash=sha256:765a3b6144798fe3161fd8cbe570a756ed3e8c0e5adb7c09693eb49faad39dbd \
636-
--hash=sha256:7d7897c715310d8bf9ae27a2cedba78bbb09e4cad83ce06d2aa79b73a88941df
643+
types-jsonschema==4.25.0.20250809 \
644+
--hash=sha256:83c2a0ed5365c731a68d6e815e2063ea22ccf4547a74b1d5ed0ac234dd3de86e \
645+
--hash=sha256:dcd0fee69feb0f0763555c0307f0c5d58cc0c1a55984e66a04f4ef4ae1efb507
637646
# via -r requirements.dev.in
638647
types-markupsafe==1.1.10 \
639648
--hash=sha256:85b3a872683d02aea3a5ac2a8ef590193c344092032f58457287fbf8e06711b1 \
640649
--hash=sha256:ca2bee0f4faafc45250602567ef38d533e877d2ddca13003b319c551ff5b3cc5
641650
# via types-jinja2
642-
types-pyyaml==6.0.12.20250516 \
643-
--hash=sha256:8478208feaeb53a34cb5d970c56a7cd76b72659442e733e268a94dc72b2d0530 \
644-
--hash=sha256:9f21a70216fc0fa1b216a8176db5f9e0af6eb35d2f2932acb87689d03a5bf6ba
651+
types-pyyaml==6.0.12.20250809 \
652+
--hash=sha256:032b6003b798e7de1a1ddfeefee32fac6486bdfe4845e0ae0e7fb3ee4512b52f \
653+
--hash=sha256:af4a1aca028f18e75297da2ee0da465f799627370d74073e96fee876524f61b5
645654
# via -r requirements.dev.in
646655
typing-extensions==4.14.1 \
647656
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \

requirements.win-arm64.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jinja2==3.1.6 \
103103
--hash=sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \
104104
--hash=sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67
105105
# via -r requirements.in
106-
jsonschema==4.25.0 \
107-
--hash=sha256:24c2e8da302de79c8b9382fee3e76b355e44d2a4364bb207159ce10b517bd716 \
108-
--hash=sha256:e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f
106+
jsonschema==4.25.1 \
107+
--hash=sha256:3fba0169e345c7175110351d456342c364814cfcf3b964ba4587f22915230a63 \
108+
--hash=sha256:e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85
109109
# via -r requirements.in
110110
jsonschema-specifications==2025.4.1 \
111111
--hash=sha256:4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af \
@@ -257,9 +257,9 @@ referencing==0.36.2 \
257257
# via
258258
# jsonschema
259259
# jsonschema-specifications
260-
requests==2.32.4 \
261-
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
262-
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
260+
requests==2.32.5 \
261+
--hash=sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6 \
262+
--hash=sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf
263263
# via docker
264264
rpds-py==0.27.0 \
265265
--hash=sha256:010c4843a3b92b54373e3d2291a7447d6c3fc29f591772cc2ea0e9f5c1da434b \

0 commit comments

Comments
 (0)