Skip to content

Commit fa55ecb

Browse files
Bump the dependabot group with 3 updates (#158)
Bumps the dependabot group with 3 updates: [optree](https://github.com/metaopt/optree), [termcolor](https://github.com/termcolor/termcolor) and [typing-extensions](https://github.com/python/typing_extensions). Updates `optree` from 0.14.1 to 0.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/metaopt/optree/releases">optree's releases</a>.</em></p> <blockquote> <h2>optree v0.15.0</h2> <h3>Added</h3> <ul> <li>Add method <code>PyTreeSpec.traverse</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/197">#197</a>.</li> <li>Include test suites in SDist by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/201">#201</a>.</li> <li>Include branch coverage and add conditional pragmas by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/204">#204</a>.</li> <li>Detect <code>cmake</code> version and guard minimum version in <code>setup.py</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/205">#205</a>.</li> </ul> <h3>Removed</h3> <ul> <li>Remove deprecated key path APIs by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/195">#195</a>.</li> <li>Remove deprecated <code>optree.Partial</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/196">#196</a>.</li> <li>Remove duplicate lint checks by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/issues/202">#202</a>.</li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/Flamefire"><code>@​Flamefire</code></a> made their first contribution in <a href="https://redirect.github.com/metaopt/optree/issues/203">#203</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0">https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/metaopt/optree/blob/main/CHANGELOG.md">optree's changelog</a>.</em></p> <blockquote> <h2>[0.15.0] - 2025-04-06</h2> <h3>Added</h3> <ul> <li>Add method <code>PyTreeSpec.traverse</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/197">#197</a>.</li> <li>Include test suites in SDist by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/201">#201</a>.</li> <li>Include branch coverage and add conditional pragmas by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/204">#204</a>.</li> <li>Detect <code>cmake</code> version and guard minimum version in <code>setup.py</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/205">#205</a>.</li> </ul> <h3>Removed</h3> <ul> <li>Remove deprecated key path APIs by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/195">#195</a>.</li> <li>Remove deprecated <code>optree.Partial</code> by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/196">#196</a>.</li> <li>Remove duplicate lint checks by <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a> in <a href="https://redirect.github.com/metaopt/optree/pull/202">#202</a>.</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/metaopt/optree/commit/571a0f532d3c31fdcaf88216dc9f9e8d6976ccaa"><code>571a0f5</code></a> ver: bump version to 0.15.0</li> <li><a href="https://github.com/metaopt/optree/commit/7f6a20850b305209630fd8601d1b9bc2e562e86d"><code>7f6a208</code></a> chore(pre-commit): update pre-commit hooks</li> <li><a href="https://github.com/metaopt/optree/commit/948deb23ca92c521c80dae1354c1df69fbd0c648"><code>948deb2</code></a> chore: enable <code>pylint</code> on <code>setup.py</code></li> <li><a href="https://github.com/metaopt/optree/commit/0616186e808319ccc9f75c3776df58fe623d5777"><code>0616186</code></a> chore(workflows/tests): set <code>PYTHON_GIL=0</code> for free-threading interpreter</li> <li><a href="https://github.com/metaopt/optree/commit/763cdcdf9d0ddbe8550964d8493434f10bd9a6fd"><code>763cdcd</code></a> chore(workflows/tests): add Python 3.13t to test matrix (<a href="https://redirect.github.com/metaopt/optree/issues/198">#198</a>)</li> <li><a href="https://github.com/metaopt/optree/commit/89b1624d67f2d41f1a7bfd2592951fe4f6e3cadb"><code>89b1624</code></a> feat(setup): detect <code>cmake</code> version and guard minimum version (<a href="https://redirect.github.com/metaopt/optree/issues/205">#205</a>)</li> <li><a href="https://github.com/metaopt/optree/commit/7e2dba59a97e4a785dc9222cf5a0cbe59a5af500"><code>7e2dba5</code></a> feat(tests): include branch coverage and add conditional pragmas (<a href="https://redirect.github.com/metaopt/optree/issues/204">#204</a>)</li> <li><a href="https://github.com/metaopt/optree/commit/4e8c3e4b06f3cd490eb67ecc0e0450e0d1776041"><code>4e8c3e4</code></a> chore(setup): pass <code>build_temp</code> as string to <code>mkpath</code> (<a href="https://redirect.github.com/metaopt/optree/issues/203">#203</a>)</li> <li><a href="https://github.com/metaopt/optree/commit/2bfa46af0a3a2fff8e60df9cf4d2ef423b5c867a"><code>2bfa46a</code></a> chore(typing): match C++/Python implementation for <code>is_structseq_class</code> on PyPy</li> <li><a href="https://github.com/metaopt/optree/commit/7b8b5a83080b2252f0b2177da8c8b2308240d66a"><code>7b8b5a8</code></a> fix: fix typo <code>node_is_leaf</code> -&gt; <code>none_is_leaf</code></li> <li>Additional commits viewable in <a href="https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0">compare view</a></li> </ul> </details> <br /> Updates `termcolor` from 2.5.0 to 3.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/termcolor/termcolor/releases">termcolor's releases</a>.</em></p> <blockquote> <h2>Release 3.0.1</h2> <h2>Fixed</h2> <ul> <li>Fix licence filename in metadata (<a href="https://redirect.github.com/termcolor/termcolor/issues/100">#100</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> <h2>Release 3.0.0</h2> <h2>Added</h2> <ul> <li>Add support for Python 3.14 (<a href="https://redirect.github.com/termcolor/termcolor/issues/87">#87</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> <h2>Changed</h2> <ul> <li>Only apply <code>FORCE_COLOR</code>, <code>NO_COLOR</code> and <code>ANSI_COLORS_DISABLED</code> when present and not an empty string (<a href="https://redirect.github.com/termcolor/termcolor/issues/92">#92</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> <li>Replace deprecated classifier with licence expression (PEP 639) (<a href="https://redirect.github.com/termcolor/termcolor/issues/95">#95</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> <li>Speedup: move typing imports into type-checking block (<a href="https://redirect.github.com/termcolor/termcolor/issues/94">#94</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> <li>Lint with faster action-pre-commit-uv: 1m22s -&gt; 48s and 21s -&gt; 15s (<a href="https://redirect.github.com/termcolor/termcolor/issues/86">#86</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> <h2>Removed</h2> <ul> <li>Replace literal types with strings (<a href="https://redirect.github.com/termcolor/termcolor/issues/97">#97</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> <li>Remove deprecated <code>__ALL__</code>, use <code>__all__</code> instead (<a href="https://redirect.github.com/termcolor/termcolor/issues/93">#93</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/termcolor/termcolor/commit/b2c165ab9ef8b045f153cdd30a9c089d68517986"><code>b2c165a</code></a> Fix licence filename in metadata (<a href="https://redirect.github.com/termcolor/termcolor/issues/100">#100</a>)</li> <li><a href="https://github.com/termcolor/termcolor/commit/c56a31369c1aba92b2510a9bb358169683462563"><code>c56a313</code></a> Fix licence filename in metadata</li> <li><a href="https://github.com/termcolor/termcolor/commit/0c7c034ebf29ec33fd3b01894914f645284e4b8c"><code>0c7c034</code></a> Update coverage.py and Renovate config (<a href="https://redirect.github.com/termcolor/termcolor/issues/98">#98</a>)</li> <li><a href="https://github.com/termcolor/termcolor/commit/2d3662488c92f6c1bd715e0a0d316c80aa38bf1d"><code>2d36624</code></a> Disable semantic commits for Renovate</li> <li><a href="https://github.com/termcolor/termcolor/commit/c38902a262177ba65730521bd86dbcdabaa3a9df"><code>c38902a</code></a> Disable coverage.py sysmon warning via slug</li> <li><a href="https://github.com/termcolor/termcolor/commit/6be5b48343338639d32c71fce465f401d6bd5575"><code>6be5b48</code></a> Replace literal types with strings (<a href="https://redirect.github.com/termcolor/termcolor/issues/97">#97</a>)</li> <li><a href="https://github.com/termcolor/termcolor/commit/57614387f4cd2542b6c5d5be68bd626876dd8f23"><code>5761438</code></a> Only apply <code>FORCE_COLOR</code>, <code>NO_COLOR</code> and <code>ANSI_COLORS_DISABLED</code> when present ...</li> <li><a href="https://github.com/termcolor/termcolor/commit/36bee61b798612a6d9272c274a4f7f287739b09d"><code>36bee61</code></a> Replace literal types with strings</li> <li><a href="https://github.com/termcolor/termcolor/commit/18a80aae398a931530c2899b1b322ac17b1b79a0"><code>18a80aa</code></a> Remove deprecated <code>__ALL__</code>, use <code>__all__</code> instead (<a href="https://redirect.github.com/termcolor/termcolor/issues/93">#93</a>)</li> <li><a href="https://github.com/termcolor/termcolor/commit/88f4b92f0f8603c2765dc9eda1599cd60766b18d"><code>88f4b92</code></a> Only apply ANSI_COLORS_DISABLED when present and not an empty string</li> <li>Additional commits viewable in <a href="https://github.com/termcolor/termcolor/compare/2.5.0...3.0.1">compare view</a></li> </ul> </details> <br /> Updates `typing-extensions` from 4.12.0 to 4.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python/typing_extensions/releases">typing-extensions's releases</a>.</em></p> <blockquote> <h2>4.13.1</h2> <p>This is a bugfix release fixing two edge cases that appear on old bugfix releases of CPython.</p> <p>Bugfixes:</p> <ul> <li>Fix regression in 4.13.0 on Python 3.10.2 causing a <code>TypeError</code> when using <code>Concatenate</code>. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix <code>TypeError</code> when using <code>evaluate_forward_ref</code> on Python 3.10.1-2 and 3.9.8-10. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> </ul> <h2>4.13.0</h2> <p>New features:</p> <ul> <li>Add <code>typing_extensions.TypeForm</code> from PEP 747. Patch by Jelle Zijlstra.</li> <li>Add <code>typing_extensions.get_annotations</code>, a backport of <code>inspect.get_annotations</code> that adds features specified by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.</li> <li>Backport <code>evaluate_forward_ref</code> from CPython PR <a href="https://redirect.github.com/python/cpython/pull/119891">#119891</a> to evaluate <code>ForwardRef</code>s. Patch by <a href="https://github.com/Daraan">Daraan</a>, backporting a CPython PR by Jelle Zijlstra.</li> </ul> <p>Bugfixes and changed features:</p> <ul> <li>Update PEP 728 implementation to a newer version of the PEP. Patch by Jelle Zijlstra.</li> <li>Copy the coroutine status of functions and methods wrapped with <code>@typing_extensions.deprecated</code>. Patch by Sebastian Rittau.</li> <li>Fix bug where <code>TypeAliasType</code> instances could be subscripted even where they were not generic. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix bug where a subscripted <code>TypeAliasType</code> instance did not have all attributes of the original <code>TypeAliasType</code> instance on older Python versions. Patch by <a href="https://github.com/Daraan">Daraan</a> and Alex Waygood.</li> <li>Fix bug where subscripted <code>TypeAliasType</code> instances (and some other subscripted objects) had wrong parameters if they were directly subscripted with an <code>Unpack</code> object. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Backport to Python 3.10 the ability to substitute <code>...</code> in generic <code>Callable</code> aliases that have a <code>Concatenate</code> special form as their argument. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Extended the <code>Concatenate</code> backport for Python 3.8-3.10 to now accept <code>Ellipsis</code> as an argument. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix backport of <code>get_type_hints</code> to reflect Python 3.11+ behavior which does not add <code>Union[..., NoneType]</code> to annotations that have a <code>None</code> default value anymore. This fixes wrapping of <code>Annotated</code> in an unwanted <code>Optional</code> in such cases. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix error in subscription of <code>Unpack</code> aliases causing nested Unpacks to not be resolved correctly. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Backport CPython PR <a href="https://redirect.github.com/python/cpython/pull/124795">#124795</a>: fix <code>TypeAliasType</code> not raising an error on non-tuple inputs for <code>type_params</code>. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix that lists and <code>...</code> could not be used for parameter expressions for <code>TypeAliasType</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's changelog</a>.</em></p> <blockquote> <h1>Release 4.13.1 (April 3, 2025)</h1> <p>Bugfixes:</p> <ul> <li>Fix regression in 4.13.0 on Python 3.10.2 causing a <code>TypeError</code> when using <code>Concatenate</code>. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix <code>TypeError</code> when using <code>evaluate_forward_ref</code> on Python 3.10.1-2 and 3.9.8-10. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> </ul> <h1>Release 4.13.0 (March 25, 2025)</h1> <p>No user-facing changes since 4.13.0rc1.</p> <h1>Release 4.13.0rc1 (March 18, 2025)</h1> <p>New features:</p> <ul> <li>Add <code>typing_extensions.TypeForm</code> from PEP 747. Patch by Jelle Zijlstra.</li> <li>Add <code>typing_extensions.get_annotations</code>, a backport of <code>inspect.get_annotations</code> that adds features specified by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.</li> <li>Backport <code>evaluate_forward_ref</code> from CPython PR <a href="https://redirect.github.com/python/cpython/pull/119891">#119891</a> to evaluate <code>ForwardRef</code>s. Patch by <a href="https://github.com/Daraan">Daraan</a>, backporting a CPython PR by Jelle Zijlstra.</li> </ul> <p>Bugfixes and changed features:</p> <ul> <li>Update PEP 728 implementation to a newer version of the PEP. Patch by Jelle Zijlstra.</li> <li>Copy the coroutine status of functions and methods wrapped with <code>@typing_extensions.deprecated</code>. Patch by Sebastian Rittau.</li> <li>Fix bug where <code>TypeAliasType</code> instances could be subscripted even where they were not generic. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix bug where a subscripted <code>TypeAliasType</code> instance did not have all attributes of the original <code>TypeAliasType</code> instance on older Python versions. Patch by <a href="https://github.com/Daraan">Daraan</a> and Alex Waygood.</li> <li>Fix bug where subscripted <code>TypeAliasType</code> instances (and some other subscripted objects) had wrong parameters if they were directly subscripted with an <code>Unpack</code> object. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Backport to Python 3.10 the ability to substitute <code>...</code> in generic <code>Callable</code> aliases that have a <code>Concatenate</code> special form as their argument. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Extended the <code>Concatenate</code> backport for Python 3.8-3.10 to now accept <code>Ellipsis</code> as an argument. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix backport of <code>get_type_hints</code> to reflect Python 3.11+ behavior which does not add <code>Union[..., NoneType]</code> to annotations that have a <code>None</code> default value anymore. This fixes wrapping of <code>Annotated</code> in an unwanted <code>Optional</code> in such cases. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> <li>Fix error in subscription of <code>Unpack</code> aliases causing nested Unpacks to not be resolved correctly. Patch by <a href="https://github.com/Daraan">Daraan</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/typing_extensions/commit/45a8847aad979d2f1f7dff075ac52df5df7b7adb"><code>45a8847</code></a> Prepare release 4.13.1 (<a href="https://redirect.github.com/python/typing_extensions/issues/573">#573</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/f264e58146479d2d8456dd6e660d785dc07d6f26"><code>f264e58</code></a> Move CI to &quot;ubuntu-latest&quot; (round 2) (<a href="https://redirect.github.com/python/typing_extensions/issues/570">#570</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/5ce0e69b20992f8bf410849a31381cd656e3eb6b"><code>5ce0e69</code></a> Fix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions (<a href="https://redirect.github.com/python/typing_extensions/issues/558">#558</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/304f5cb17d709950ece3e9c84a76174bf7405b90"><code>304f5cb</code></a> Add SQLAlchemy to third-party daily tests (<a href="https://redirect.github.com/python/typing_extensions/issues/561">#561</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/ebe2b9405c493749429de6c82c8daddd1107c9e2"><code>ebe2b94</code></a> Fix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2 (<a href="https://redirect.github.com/python/typing_extensions/issues/557">#557</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/9f93d6fb752698504d80b1ed0c73b0a2a9d0cff6"><code>9f93d6f</code></a> Add intersphinx links for 3.13 typing features (<a href="https://redirect.github.com/python/typing_extensions/issues/550">#550</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/c8934015b7e2feb65dc461fef202ef69611d7d0e"><code>c893401</code></a> Prepare release 4.13.0 (<a href="https://redirect.github.com/python/typing_extensions/issues/555">#555</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/6239d868113cbf60c3db359775bb5f5c948c6978"><code>6239d86</code></a> Use latest Python docs as intersphinx base rather than 3.12 docs (<a href="https://redirect.github.com/python/typing_extensions/issues/549">#549</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/671a337a3231b90f7cd979300f9af9fa25cdd35f"><code>671a337</code></a> Fix 'Test and lint' workflow running on forks (<a href="https://redirect.github.com/python/typing_extensions/issues/551">#551</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/e77e8e2dbdab9d7edf3d88c9493c26f759a25978"><code>e77e8e2</code></a> Disable pyanalyze tests for now (<a href="https://redirect.github.com/python/typing_extensions/issues/554">#554</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/typing_extensions/compare/4.12.0...4.13.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64b8aca commit fa55ecb

File tree

2 files changed

+90
-90
lines changed

2 files changed

+90
-90
lines changed

base-tooling-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging==24.2 --hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a
55
pip-tools==7.4.0 --hash=sha256:a92a6ddfa86ff389fe6ace381d463bc436e2c705bd71d52117c25af5ce867bb7 --hash=sha256:b67432fd0759ed834c5367f9e0ce8c95441acecfec9c8e24b41aca166757adf0
66
pyproject-hooks==1.2.0 --hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 --hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
77
tomli==2.2.1 --hash=sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6 --hash=sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd --hash=sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c --hash=sha256:2d0f2fdd22b02c6d81637a3c95f8cd77f995846af7414c5c4b8d0545afa1bc4b --hash=sha256:33580bccab0338d00994d7f16f4c4ec25b776af3ffaac1ed74e0b3fc95e885a8 --hash=sha256:400e720fe168c0f8521520190686ef8ef033fb19fc493da09779e592861b78c6 --hash=sha256:40741994320b232529c802f8bc86da4e1aa9f413db394617b9a256ae0f9a7f77 --hash=sha256:465af0e0875402f1d226519c9904f37254b3045fc5084697cefb9bdde1ff99ff --hash=sha256:4a8f6e44de52d5e6c657c9fe83b562f5f4256d8ebbfe4ff922c495620a7f6cea --hash=sha256:4e340144ad7ae1533cb897d406382b4b6fede8890a03738ff1683af800d54192 --hash=sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249 --hash=sha256:6972ca9c9cc9f0acaa56a8ca1ff51e7af152a9f87fb64623e31d5c83700080ee --hash=sha256:7fc04e92e1d624a4a63c76474610238576942d6b8950a2d7f908a340494e67e4 --hash=sha256:889f80ef92701b9dbb224e49ec87c645ce5df3fa2cc548664eb8a25e03127a98 --hash=sha256:8d57ca8095a641b8237d5b079147646153d22552f1c637fd3ba7f4b0b29167a8 --hash=sha256:8dd28b3e155b80f4d54beb40a441d366adcfe740969820caf156c019fb5c7ec4 --hash=sha256:9316dc65bed1684c9a98ee68759ceaed29d229e985297003e494aa825ebb0281 --hash=sha256:a198f10c4d1b1375d7687bc25294306e551bf1abfa4eace6650070a5c1ae2744 --hash=sha256:a38aa0308e754b0e3c67e344754dff64999ff9b513e691d0e786265c93583c69 --hash=sha256:a92ef1a44547e894e2a17d24e7557a5e85a9e1d0048b0b5e7541f76c5032cb13 --hash=sha256:ac065718db92ca818f8d6141b5f66369833d4a80a9d74435a268c52bdfa73140 --hash=sha256:b82ebccc8c8a36f2094e969560a1b836758481f3dc360ce9a3277c65f374285e --hash=sha256:c954d2250168d28797dd4e3ac5cf812a406cd5a92674ee4c8f123c889786aa8e --hash=sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc --hash=sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff --hash=sha256:d3f5614314d758649ab2ab3a62d4f2004c825922f9e370b29416484086b264ec --hash=sha256:d920f33822747519673ee656a4b6ac33e382eca9d331c87770faa3eef562aeb2 --hash=sha256:db2b95f9de79181805df90bedc5a5ab4c165e6ec3fe99f970d0e302f384ad222 --hash=sha256:e59e304978767a54663af13c07b3d1af22ddee3bb2fb0618ca1593e4f593a106 --hash=sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272 --hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a --hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
8-
typing-extensions==4.12.0 --hash=sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8 --hash=sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594
8+
typing-extensions==4.13.1 --hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 --hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff
99
wheel==0.45.0 --hash=sha256:52f0baa5e6522155090a09c6bd95718cc46956d1b51d537ea5454249edb671c7 --hash=sha256:a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a
1010
zipp==3.21.0 --hash=sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4 --hash=sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931
1111
pip==25.0.1 --hash=sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea --hash=sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f

requirements.txt

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -456,89 +456,89 @@ opt-einsum==3.4.0 \
456456
--hash=sha256:69bb92469f86a1565195ece4ac0323943e83477171b91d24c35afe028a90d7cd \
457457
--hash=sha256:96ca72f1b886d148241348783498194c577fa30a8faac108586b14f1ba4473ac
458458
# via tensorflow
459-
optree==0.14.1 \
460-
--hash=sha256:052d4b1923b2b49524b324993014266ff0aac83cfdbd20de4b4ec8fdad9510a1 \
461-
--hash=sha256:082dc043ffc79ee3fa787402e25bde48a5cf320a96a91a8859f51828ebc160d6 \
462-
--hash=sha256:0a42a36928c3be3ec33fe107aa277bfd5d68ae7007f6edd6d4ebb0074ed77834 \
463-
--hash=sha256:0c548c596aaf8d29636e3ad6c2eef0420913e7e1ddef12837acdef43d37b5932 \
464-
--hash=sha256:10142a9897f89ff2c83016cbac119d7d2d26dac4390c55b4bd7e2ff91fa51236 \
465-
--hash=sha256:142fdafd514dcc85e9ee1da9af83df0c62fbd732f2fb2fd130b8bb04601f6237 \
466-
--hash=sha256:14fad70d802412de0b7fc86f124db787b06e3dd608d666cb79ee97a25eab5f51 \
467-
--hash=sha256:25ea23fc6d6c0fa7dcf85afcfe10b43ed4fdf0e9d958a3677cd27fcdf0ca17d6 \
468-
--hash=sha256:262873dde1e2726759814986de043a9850684c7cff3e8cb267c37ff5519e8f6e \
469-
--hash=sha256:2a009ab4d9e44ed5b041577ea16ab432078daa0b79c576c899b7c4d631b10258 \
470-
--hash=sha256:32e0b8f391cad24bc766d9adcbdba35ad16bc6027123248deb7e32251d81bc42 \
471-
--hash=sha256:3313ee379c3da92252d1e925b2975f321cc089806c9c83aba961a590bd3f1f77 \
472-
--hash=sha256:33d50c2c10eab1e6b05e3774299dcb3b7322956374eef8c008ae6415239d8c4c \
473-
--hash=sha256:34a4b35334e8323d4bd4d82a85440df3146be771fb91b9eaa599d23a791b8b5f \
474-
--hash=sha256:3527ab398cc464bad07af5295665cf33d6ba553ebd0e2538c7fbe5baa69b383e \
475-
--hash=sha256:41d8ebd712e8215c551987a813f8f06736955e80a74d1fe7aa03e92b6f062c9f \
476-
--hash=sha256:4206a5f4cf797c90b9794fb99d7f9f2b71d02c5adb35bcfd8166424df83a6ac8 \
477-
--hash=sha256:4264d6069ba5f465892b60e4775aa775a207e412e6263faa5b4c5068d02f3b0c \
478-
--hash=sha256:42f732b261cff994f97c4293768d951beaab8927bb2791381e7c30878017eaa4 \
479-
--hash=sha256:431863e7dd182137f8d1531d5f603dab3a56bc444bf32c6a8b9dac9216162818 \
480-
--hash=sha256:44482a362ff08febc2eb349cfe915752469ff62d47e61ee5742a6eeee43b602f \
481-
--hash=sha256:44aaee385f06189460eacfc8a6c7b002a1f865dd7500e3d4bacc79bd0573a327 \
482-
--hash=sha256:4705dfe590cdfd7e4385c6820bea94e88fee82d8c298d393a50a12eb2a982144 \
483-
--hash=sha256:485039725a3773df20b5fca117a71a76af1ebaf3a8773d340a0b5ee9b89b4947 \
484-
--hash=sha256:4fc0c19cff589629e393d3333cf16c2de7911521a8db75ec47f21d85c589f2f9 \
485-
--hash=sha256:5121b0418c4360dcbccbf2de346507008cf2264880aa13dace88c481ad576af7 \
486-
--hash=sha256:51a387d64aabba58db7f8887a1bfa546e4066b7a7ba9be54cd2efe4903179514 \
487-
--hash=sha256:5623a1d0cd38e0a3cd37a35f5c049b6c3d9f7f45284cf596a0f770f89d3a888e \
488-
--hash=sha256:573a2d3d37c70ef630d0b1dd161061925a9578380c20c62f61f446a5d6ad5e2a \
489-
--hash=sha256:592858203b2c50b0816cbae056d8295ffad7c16ad95ccc221b881c794ef4519b \
490-
--hash=sha256:5a71d1a993713b15929fa2a4ffa87c129a13cab8d88ddd9321fdf0a557c6d135 \
491-
--hash=sha256:6a1536ce5f092d5f65fe73749cc8c782dfdee5b0722c80b20791a9edf2924e3e \
492-
--hash=sha256:6cedcdd316d8d6ec2cba20f938149f6814a0a72c7d22a57eadca4474b92b10a0 \
493-
--hash=sha256:6fd1e3cb4c04c83fd3ab8ed6729a13388f2c055c6a0b16624c76e7c0d86a8dae \
494-
--hash=sha256:6fdf4a1a042d32d8c1d891db7afb6f275d191de050514a93b13586bb86eac012 \
495-
--hash=sha256:735ac409b5074e6a5c264d3d710d7e181f6e862655983a3c56d34dce78d32c1f \
496-
--hash=sha256:75bcacae9dc389e0fef192178fc00f8082508148858971e687e5ff6b68f8f5d4 \
497-
--hash=sha256:789c68064b6c47b64e1198961bd00c4cfbf0f1cffba556a640ca9e1019aa0a57 \
498-
--hash=sha256:7910b972083a5ec8a6a7ea26f7d91c05a0d49d081cebf693339d4801eb7292b3 \
499-
--hash=sha256:7ecaa65edd10fb055075b9cdb804091fe0f1a0b0987bc6da2b477329a8f8da65 \
500-
--hash=sha256:8066b1d8bd3a7314f08a59e87e4735d32ccd12f8f984a3525f82f715a7cbb1ca \
501-
--hash=sha256:8178c5d40365e89c985b05728aaaa43d52a8160da23d7d97055e7d6ce06fbf60 \
502-
--hash=sha256:83088fe5015068de9cf9d96714ac9f98ba666f5da08130e2acdcdc0a87ab4210 \
503-
--hash=sha256:8559ff512b53c62b13d384bd67ed0825a0e73063dd9be867963ab0124c014f09 \
504-
--hash=sha256:88b39b3fb7bd63f360bf554471545d8cedddf61323fd339635b3ff8d96e58a0b \
505-
--hash=sha256:8a0499647ca39652f802c59b2ead656e4bd600f00b6f72a816d3dc778dc4ab7f \
506-
--hash=sha256:8cf7b6d701382b0f5712dd338bbdda512a31af9b793563c422b094b987e794ae \
507-
--hash=sha256:8d97e14d57d0d46c3ad581dc53d14d0b5264bf357f99a954a579e534a3ecd494 \
508-
--hash=sha256:8f43551c220f8311bf08e62bd51b3691e09b2f199b90ceaccd88925b6a4494af \
509-
--hash=sha256:904d6a0a8527e9b99f789e6beb9e70976ca0c9fa2afc140c293feebe435e3a0c \
510-
--hash=sha256:9646b759cb664c49db8bad737a530c2d849c9414952d74f1f9d30e0004ff54e5 \
511-
--hash=sha256:977afacfe4bbc26f244c9d6c9d7e7ec1fd9f00077010a3901059ccfb251a5f7a \
512-
--hash=sha256:98f858daa588ccb70bb554087e87d4192852a11416e5b14f3ee70ae1861b92b0 \
513-
--hash=sha256:9924183a2701191ffa3552abf463318cc1bb2875fdc0c60894b3badecab2b0ca \
514-
--hash=sha256:9ca9c12a45c5f85ddf5499a2113f7b860ef7503dbee0e3457bfdab93145129eb \
515-
--hash=sha256:9cbe6c998fe039188fa50582811c0b16cbd6adc6e6d5fc3950b896dc2cdf12be \
516-
--hash=sha256:a4c7d5a2c62eaf6406ef124b66b5b3e24e9e464ae5a636cf8508fc47ab228a29 \
517-
--hash=sha256:a6c50662bcdd944aa28d557754d42fa5a58aad58cdc58ec60256f4083a9d9855 \
518-
--hash=sha256:a7676198fc71cf9f62a01a3813374b6446aadfe20839ea2df8dc26acee8a6913 \
519-
--hash=sha256:b834aef5b14a0204d775c7d12a3e68712b915dbe553acdedef5f179bd769db64 \
520-
--hash=sha256:b9003e75e10734a5f4bc5fa4fbb8702eadca604045c3800080f2a75ce3cd8f96 \
521-
--hash=sha256:b953f7106acb8e50864e8e7ab2053553bfd97ec3fa8bd4f60cb913b9425111e4 \
522-
--hash=sha256:ba0d03ab046380c86afdb595a3a8ebbfccc208f4cb2a28f3813ad1cafbd4c865 \
523-
--hash=sha256:bd5dacc30b66b25ec46252ff5a32036f62d95c6ee22b30eb52b4e65c3d7d0e73 \
524-
--hash=sha256:bddda1a943b9d8b5295d995f01f0c934dffe9e1b9432b7af557988adc27048c3 \
525-
--hash=sha256:bfb9f6a6731fba84ed9c4c4498092b25e1c4f1831e097e35a03d8ef28fd47c1f \
526-
--hash=sha256:c011c6124d6dcbfceade2d7c4f836eab66ed8cf9ab12f94535b41a71dd734637 \
527-
--hash=sha256:cb4c49a63da5a9fbf9ad2d573ae87d918f575dbd84ea6df516e3840d95a00225 \
528-
--hash=sha256:cb80b28af97dfd3e3a7d9fd1b7ad894edf5c2a1cfea497bf940fb098a24135b1 \
529-
--hash=sha256:cce91c10c51a1ab3cc2311deebb33bc9e52de832b0cfeca80c82f82b95d55eda \
530-
--hash=sha256:cd06f1144526c997062e1bf2e2a61d6463a2902c3f419e28549b1e0f41a9a009 \
531-
--hash=sha256:d4af3fef9ddd0cf0bcda4b8e19a69f5ce05ce4bda281d7a673fe800d63e4774b \
532-
--hash=sha256:d9d7c5ac3bb996d3da586a3e52c1f65782c97645697be0825495ea31823c0928 \
533-
--hash=sha256:dc05c3eee32162ba70dff00c3ed729bcf3aff3530daae208208643ed79b56ef2 \
534-
--hash=sha256:df48ecde0909a03e5df182706b53c260969b0fbe094db63315d96c90856982fc \
535-
--hash=sha256:e40800d311243359969d71ed1beedc8d5819c282e4e88778fe37f2ab55fb96ff \
536-
--hash=sha256:e409a10a1b0ff917c4466895ea23ebcd215d6e0dc95821313f144319ed00bbb7 \
537-
--hash=sha256:e913074e5cbb92acb50fa1cb16b3fd6cf5d3e375f2551a4c23e40cbf68f51fcd \
538-
--hash=sha256:f243daf21aa7155359beee26468f8c5f4a34a3b1dc5e13175cdece9dc196b945 \
539-
--hash=sha256:f8d30a910abf44b42be40d54acddacb7750085e3499438f6b0e1811da0c7d6b2 \
540-
--hash=sha256:fd96c93a97baca498bd07b5fb3d4b5f25e7a31934418162bff1813d85e79ec3b \
541-
--hash=sha256:fe92c12e7fd4f1d7b554116fd09bf866e3fdd922a086d8268f17c16e90ff10fc
459+
optree==0.15.0 \
460+
--hash=sha256:01a0dc75c594c884d0ca502b8d169cec538e19a70883d2e5f5b9b08fce740958 \
461+
--hash=sha256:0304ec416258edebe2cd2a1ef71770e43405d5e7366ecbc134c520b4ab44d155 \
462+
--hash=sha256:06aed485ab9c94f5b45a18f956bcb89bf6bad29632421da69da268cb49adb37b \
463+
--hash=sha256:07e9d75867ca39cce98375249b83a2033b0313cbfa32cbd06f93f7bc15104afc \
464+
--hash=sha256:081e8bed7583b625819659d68288365bd4348b3c4281935a6ecfa53c93619b13 \
465+
--hash=sha256:09d11111194a6211e9d806828d29d932ad5f998ea156c76ad0e4d5da39654541 \
466+
--hash=sha256:0f9ea3208a14d1677c8966ea1eabe5b8f148424a8c3214ed4d4769beecd48a8a \
467+
--hash=sha256:12188f6832c29dac37385a2f42fce961e303349909cff6d40e21cb27a8d09023 \
468+
--hash=sha256:1493f3e97f921b8742368406d3de390f051a7c405959e2088d72b4a4ff3f5394 \
469+
--hash=sha256:14e515b011d965bd3f7aeb021bb523265cb49fde47be0033ba5601e386fff90a \
470+
--hash=sha256:17990fbc7f4c461de7ae546fc5661f6a248c3dcee966c89c2e2e5ad7f6228bae \
471+
--hash=sha256:1a39bccc63223e040f36eb8b413fa1f94a190289eb82e7b384ed32d95d1ffd67 \
472+
--hash=sha256:1a99941604a5a958b4e1cbd0caa8b2339aa716babde0189a92843b39d2a77e48 \
473+
--hash=sha256:20b07d8a097b810d68b0ee35f287c1f0b7c9844133ada613a92cc10bade9cdbe \
474+
--hash=sha256:21afadec56475f2a13670b8ecf7b767af4feb3ba5bd3a246cbbd8c1822e2a664 \
475+
--hash=sha256:2245f9a9fd5c7f042f07a476695fd4f6074f85036b5ff3d004f4da121220bf56 \
476+
--hash=sha256:27031f507828c18606047e695129e9ec9678cd4321f57856da59c7fcc8f8666c \
477+
--hash=sha256:29e1fa90153908d968a2fcebf62bbbc0b434b5a75463a202c33ba3e13dc170ea \
478+
--hash=sha256:3d237605b277d5600748c8a6f83f65e00c294b000ac8772f473fa41eb587ca15 \
479+
--hash=sha256:44cb5d1e5317dbb3044ad4b76af2d4f5e51de73d6ff6e858077d8af00756fe16 \
480+
--hash=sha256:47ce7e9d81eaed5a05004df1fa279d2608e063dd5eb236e9c95803b4fa0a286c \
481+
--hash=sha256:4aad5023686cd7caad68d70ad3706b82cfe9ae8ff9a13c08c1edef2a9b4c9d72 \
482+
--hash=sha256:4ab606720ae319cb43da47c71d7d5fa7cfbb6a02e6da4857331e6f93800c970e \
483+
--hash=sha256:4ba65d4c48d76bd5caac7f0b1b8db55223c1c3707d26f6d1d2ff18baf6f81850 \
484+
--hash=sha256:5614aebb65a18db496bbdf8b6ce4873779be5352cc91c7e2372984eaf1d4cce4 \
485+
--hash=sha256:59d8d252cb83465ecac2f7ff457489606a56316fe8b8f7635770ee8e27b6a3b8 \
486+
--hash=sha256:655ab99f9f9570fbb124f81fdf7e480250b59b1f1d9bd07df04c8751eecc1450 \
487+
--hash=sha256:6676b8c3f4cd4c8d8d052b66767a9e4cf852627bf256da6e49d2c38a95f07712 \
488+
--hash=sha256:6828639b01ba1177c04875dd9529d938d7b28122c97e7ae14ec41c68ec22826c \
489+
--hash=sha256:6e73e390520a545ebcaa0b77fd77943a85d1952df658268129e6c523d4d38972 \
490+
--hash=sha256:759a72e6dcca3e7239d202a253e1e8e44e8df5033a5e178df585778ac85ddd13 \
491+
--hash=sha256:7614ad2f7bde7b905c897011be573d89a9cb5cf851784ee8efb0020d8e067b27 \
492+
--hash=sha256:76ffc2dd8c754e95495163dde55b38dc37e6712b6a3bc7f2190b0547a2c403bb \
493+
--hash=sha256:7e10e5c2a8110f5f4fbc999ff8580d1db3a915f851f63f602fff3bbd250ffa20 \
494+
--hash=sha256:7f00e6f011f021ae470efe070ec4d2339fb1a8cd0dcdd16fe3dab782a47aba45 \
495+
--hash=sha256:8678ac0cdf752d6194f75637f3cd19af9071bc00967b05f00aff48727d373aab \
496+
--hash=sha256:8ec6d3040b1cbfe3f0bc045a3302ee9f9e329c2cd96e928360d22e1cfd9d973a \
497+
--hash=sha256:8f958a20a311854aaab8bdd0f124aab5b9848f07976b54da3e95526a491aa860 \
498+
--hash=sha256:90dae741d683cbc47cba16a1b4af3c0d5d8c1042efb7c4aec7664a4f3f07eca2 \
499+
--hash=sha256:927b579a76c13b9328580c09dd4a9947646531f0a371a170a785002c50dedb94 \
500+
--hash=sha256:93c74eed0f52818c30212dba4867f5672e498567bad49dcdffbe8db6703a0d65 \
501+
--hash=sha256:9810e84466025da55ce19ac6b2b79a5cb2c0c1349d318a17504f6e44528221f8 \
502+
--hash=sha256:9c7d101a15be39a9c7c4afae9f0bb85f682eb7d719117e2f9e5fb39c9f6f2c92 \
503+
--hash=sha256:9c82f0e88f43b5ec57b8e225175003dc6624dfa400fb56c18c0e4b4667bef805 \
504+
--hash=sha256:9cfc5771115f85b0bfa8f72cce1599186fd6a0ea71c8154d8b2751d9170be428 \
505+
--hash=sha256:9fa9fb0197cd7b5f2b1fa7e05d30946b3b79bcfc3608fe54dbfc67969895cac9 \
506+
--hash=sha256:a1f185b0d21bc4dda1f4fd03f5ba9e2bc9d28ca14bce3ce3d36b5817140a345e \
507+
--hash=sha256:a6103a3d33cc300ea567f373680e29a29ae854e8775bf87231aae12664b4732e \
508+
--hash=sha256:a68a813a2141493566178ae87e1906856f1549e2c3e439ff76801f8fb05bd3a7 \
509+
--hash=sha256:aad3878acdb082701e5f77a153cd86af8819659bfa7e27debd0dc1a52f16c365 \
510+
--hash=sha256:aae337ab30b45a096eb5b4ffc3ad8909731617543a7eb288e0b297b9d10a241f \
511+
--hash=sha256:ad409276099b89fb5077b0b9311c9e8500086888eba9c77546353c18d520bfe5 \
512+
--hash=sha256:ae66e98634f0c843c5c6b4f27508200971c1a66b726db29c30aba368cf23de5f \
513+
--hash=sha256:b30673fe30d4d77eef18534420491c27837f0b55dfe18107cfd9eca39a62de3b \
514+
--hash=sha256:b31c88af70e3f5c14ff2aacd38c4076e6cde98f75169fe0bb59543f01bfb9719 \
515+
--hash=sha256:ba2eee9de9d57e145b4c1a71749f7f8b8fe1c645abbb306d4a26cfa45a9cdbb5 \
516+
--hash=sha256:bc440f81f738d9c822030c3b4f53b6dec9ceb52410f02fd06b9338dc25a8447f \
517+
--hash=sha256:c15d98e6f587badb9df67d67fa914fcfa0b63db2db270951915c563816c29f3d \
518+
--hash=sha256:c3122f73eca03e38712ceee16a6acf75d5244ba8b8d1adf5cd6613d1a60a6c26 \
519+
--hash=sha256:c45593a818c67b72fd0beaeaa6410fa3c5debd39af500127fa367f8ee1f4bd8e \
520+
--hash=sha256:c6d6ab3717d48e0e747d9e348e23be1fa0f8a812f73632face6303c438d259ba \
521+
--hash=sha256:ce2a8d57b8fe0179f967494a7d19cff18f8cc0f2e9aff0ed2cb5e5605475a19a \
522+
--hash=sha256:cf790dd21dcaa0857888c03233276f5513821abfe605964e825837a30a24f0d7 \
523+
--hash=sha256:d00a45e3b192093ef2cd32bf0d541ecbfc93c1bd73a5f3fe36293499f28a50cf \
524+
--hash=sha256:d0f378d08b8a09f7e495c49cd94141c1acebc2aa7d567d7dd2cb44a707f29268 \
525+
--hash=sha256:d13c5d7d9af345bc96f441bfb313e4286f4495a20d29ad6499a8923c581c593e \
526+
--hash=sha256:d1feca7404e69a0860940c9cf6a4e3af23457613c4c2338991dc9355dfbbc1ab \
527+
--hash=sha256:d6525d6a550a1030957e5205e57a415d608a9f7561154e0fb29670e967424578 \
528+
--hash=sha256:d7b8ce7d13580985922dcfbda515da3f004cd7cb1b03320b96ea32d8cfd76392 \
529+
--hash=sha256:daccdb583abaab14346f0af316ee570152a5c058e7b9fb09d8f8171fe751f2b3 \
530+
--hash=sha256:def382dbd35ab715008c8604d64c67baf0d97a5f7389a56b5148bbfc9bb006a7 \
531+
--hash=sha256:def5b08f219c31edd029b47624e689ffa07747b0694222156f28a28d341d29ac \
532+
--hash=sha256:e0162a36a6cedb0829efe980d0b370d4e5970fdb28a6609daa2c906d547add5f \
533+
--hash=sha256:e4e440de109529ce919d0a0a4fa234d3b949da6f99630c9406c9f21160800831 \
534+
--hash=sha256:e63b965b62f461513983095750fd1331cad5674153bf3811bd7e2748044df4cd \
535+
--hash=sha256:e7e0fb32ea05beec7d46a79e4c03701f060a2cfbd5ffa89abaf7b7d17e2d28aa \
536+
--hash=sha256:eb9c51d728485f5908111191b5403a3f9bc310d121a981f29fad45750b9ff89c \
537+
--hash=sha256:ebd608b02cb207e4851983b78f57e800c542758f131abe3b23cd4a5f0153676c \
538+
--hash=sha256:f0392bebcd24fc70ca9a397c1eb2373727fa775e1007f27f3983c50f16a98e45 \
539+
--hash=sha256:f71d4759de0c4abc132dab69d1aa6ea4561ba748efabeee7b25db57c08652b79 \
540+
--hash=sha256:f8d58949ef132beb3a025ace512a71a0fcf92e0e5ef350f289f33a782ae6cb85 \
541+
--hash=sha256:fef87f006da3c4dfc914f6c0f863c7f4712e958f56c991c320b06026e9ccfd87
542542
# via keras
543543
packaging==24.2 \
544544
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
@@ -762,19 +762,19 @@ tensorflow-io-gcs-filesystem==0.37.1 \
762762
--hash=sha256:fe8dcc6d222258a080ac3dfcaaaa347325ce36a7a046277f6b3e19abc1efb3c5 \
763763
--hash=sha256:ffebb6666a7bfc28005f4fbbb111a455b5e7d6cd3b12752b7050863ecb27d5cc
764764
# via tensorflow
765-
termcolor==2.5.0 \
766-
--hash=sha256:37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8 \
767-
--hash=sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f
765+
termcolor==3.0.1 \
766+
--hash=sha256:a6abd5c6e1284cea2934443ba806e70e5ec8fd2449021be55c280f8a3731b611 \
767+
--hash=sha256:da1ed4ec8a5dc5b2e17476d859febdb3cccb612be1c36e64511a6f2485c10c69
768768
# via
769769
# sedpack (pyproject.toml)
770770
# tensorflow
771771
tqdm==4.67.1 \
772772
--hash=sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2 \
773773
--hash=sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2
774774
# via sedpack (pyproject.toml)
775-
typing-extensions==4.12.2 \
776-
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
777-
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
775+
typing-extensions==4.13.1 \
776+
--hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 \
777+
--hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff
778778
# via
779779
# optree
780780
# pydantic

0 commit comments

Comments
 (0)