-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): 1.105.0 #4699
Merged
Merged
chore(release): 1.105.0 #4699
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
specifiy -> specify --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 Co-authored-by: Momo Kornher <[email protected]>
…l regression (#4640) - Modified bug issue template to add checkbox to report potential regression. - Added GitHub action to add/remove label `potential-regression` when issue is created/edited. Label `potential-regression` would make issue standout in the list and help engineers to handle high severity issues effectively. **NOTE:** - The GitHub action code was ported from CDK repo. - The label `potential-regression` would need to be created manually (we could use color `#FF6700` and description `Marking this issue as a potential regression to be checked by team member` to make it consistent across SDK repos) --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
…th capital letters (#4644) Fixes aws/aws-cdk#29138 Our python translation currently translates `sizeInMBs` to `size_in_mbs` for the python examples. However, the actual property is named `size_in_m_bs`. This is because we are currently handling identifiers with the regex `[^A-Z][A-Z]`, which misses the `MB` pair. I cannot see a use case where we would want to handle _identifiers_ this way (as opposed to interface names ala `IInterface`), so I've changed the logic. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…ns.DependencyInjection in /packages/@jsii/dotnet-runtime/src (#4663) Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Logging's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606"><code>bf5e279</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8"><code>a6e4834</code></a> [release/8.0] Free the tls memory on thread termination (<a href="https://redirect.github.com/dotnet/runtime/issues/95439">#95439</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112"><code>eddf880</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538"><code>89a2364</code></a> [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...</li> <li><a href="https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41"><code>d682195</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c"><code>8557ef2</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95148">#95148</a> from carlossanlop/release/8.0-staging</li> <li><a href="https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908"><code>aaa4b27</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95082">#95082</a> from dotnet-maestro-bot/merge/release/8.0-to-releas...</li> <li><a href="https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662"><code>72e5ae9</code></a> X509Chain.Build should throw when an internal error occurs</li> <li><a href="https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37"><code>a20ee6f</code></a> [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (<a href="https://redirect.github.com/dotnet/runtime/issues/94882">#94882</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38"><code>4fc3df2</code></a> Fix incremental servicing condition (<a href="https://redirect.github.com/dotnet/runtime/issues/95119">#95119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.DependencyInjection's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606"><code>bf5e279</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8"><code>a6e4834</code></a> [release/8.0] Free the tls memory on thread termination (<a href="https://redirect.github.com/dotnet/runtime/issues/95439">#95439</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112"><code>eddf880</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538"><code>89a2364</code></a> [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...</li> <li><a href="https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41"><code>d682195</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c"><code>8557ef2</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95148">#95148</a> from carlossanlop/release/8.0-staging</li> <li><a href="https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908"><code>aaa4b27</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95082">#95082</a> from dotnet-maestro-bot/merge/release/8.0-to-releas...</li> <li><a href="https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662"><code>72e5ae9</code></a> X509Chain.Build should throw when an internal error occurs</li> <li><a href="https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37"><code>a20ee6f</code></a> [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (<a href="https://redirect.github.com/dotnet/runtime/issues/94882">#94882</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38"><code>4fc3df2</code></a> Fix incremental servicing condition (<a href="https://redirect.github.com/dotnet/runtime/issues/95119">#95119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…n-runtime (#4665) Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. <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> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.12</h2> <p>We’ve just uploaded mypy 1.12 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, performance improvements 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>Support Python 3.12 Syntax for Generics (PEP 695)</h3> <p>Support for the new type parameter syntax introduced in Python 3.12 is now enabled by default, documented, and no longer experimental. It was available through a feature flag in mypy 1.11 as an experimental feature.</p> <p>This example demonstrates the new syntax:</p> <pre lang="python"><code># Generic function def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ... <p>reveal_type(f(1)) # Revealed type is 'int'</p> <h1>Generic class</h1> <p>class C[T]: def <strong>init</strong>(self, x: T) -> None: self.x = x</p> <p>c = C('a') reveal_type(c.x) # Revealed type is 'str'</p> <h1>Type alias</h1> <p>type A[T] = C[list[T]] </code></pre></p> <p>For more information, refer to the <a href="https://mypy.readthedocs.io/en/latest/generics.html">documentation</a>.</p> <p>These improvements are included:</p> <ul> <li>Document Python 3.12 type parameter syntax (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17816">17816</a>)</li> <li>Further documentation updates (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17826">17826</a>)</li> <li>Allow Self return types with contravariance (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17786">17786</a>)</li> <li>Enable new type parameter syntax by default (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17798">17798</a>)</li> <li>Generate error if new-style type alias used as base class (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17789">17789</a>)</li> <li>Inherit variance if base class has explicit variance (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17787">17787</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/f2a39b16f00e2b7b1922aa9324c092cabbae57a9"><code>f2a39b1</code></a> Update version to 1.12.0</li> <li><a href="https://github.com/python/mypy/commit/b4ec37acce8e0b47518f62a87710375a5b91afed"><code>b4ec37a</code></a> Add one more 1.12 changelog item (<a href="https://redirect.github.com/python/mypy/issues/17936">#17936</a>)</li> <li><a href="https://github.com/python/mypy/commit/cc1c679a9296e9f66b8ed54d5aea559829b4fcfb"><code>cc1c679</code></a> Better handling of generic functions in partial plugin (<a href="https://redirect.github.com/python/mypy/issues/17925">#17925</a>)</li> <li><a href="https://github.com/python/mypy/commit/d65a013f5135f8623fefd706a4badb0498d37a43"><code>d65a013</code></a> Add latest 1.12 changes to changelog (<a href="https://redirect.github.com/python/mypy/issues/17921">#17921</a>)</li> <li><a href="https://github.com/python/mypy/commit/2e38965fc987fcef4a007eb5637863610e3b324f"><code>2e38965</code></a> Fix union callees with functools.partial (<a href="https://redirect.github.com/python/mypy/issues/17903">#17903</a>)</li> <li><a href="https://github.com/python/mypy/commit/c5d3673e88b8a27627abf7c4f4816214a10e982f"><code>c5d3673</code></a> Document ReadOnly (PEP 705) (<a href="https://redirect.github.com/python/mypy/issues/17905">#17905</a>)</li> <li><a href="https://github.com/python/mypy/commit/964a7a5b9b1d93a5aa5c3cf87b2a283f015b217b"><code>964a7a5</code></a> Make ReadOnly TypedDict items covariant (<a href="https://redirect.github.com/python/mypy/issues/17904">#17904</a>)</li> <li><a href="https://github.com/python/mypy/commit/24bfb341b108d8efce20fc4f6cbae851029f77ed"><code>24bfb34</code></a> Include CHANGELOG.md in sdists (<a href="https://redirect.github.com/python/mypy/issues/17882">#17882</a>)</li> <li><a href="https://github.com/python/mypy/commit/21d46ed76ead0a0a7e3c4d5ae279c1e9ab57c980"><code>21d46ed</code></a> documentation for TypeIs (<a href="https://redirect.github.com/python/mypy/issues/17821">#17821</a>)</li> <li><a href="https://github.com/python/mypy/commit/c69294320c6ede89297bc28aa348aaed6909df5b"><code>c692943</code></a> Improvements to functools.partial of types (<a href="https://redirect.github.com/python/mypy/issues/17898">#17898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.11.2...v1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.11.2&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…~=9.5.40 in /gh-pages (#4666) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.40</h2> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>Thanks go to <a href="https://github.com/pekkaklarck"><code>@pekkaklarck</code></a> and <a href="https://github.com/klejejs"><code>@klejejs</code></a> for their contributions</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> <p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>: Social plugin errors for generated files (MkDocs 1.6+)</li> </ul> <p>mkdocs-material-9.5.34 (2024-08-31)</p> <ul> <li>Updated Mermaid.js to version 11 (latest)</li> </ul> <p>mkdocs-material-9.5.33 (2024-08-23)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>: Incorrect position of tooltip when sorting table</li> </ul> <p>mkdocs-material-9.5.32 (2024-08-19)</p> <ul> <li>Fixed RXSS vulnerability via deep link in search results</li> <li>Added support for fetching latest release from GitLab</li> </ul> <p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/921e522a514709a0f49388949930225388f09cc2"><code>921e522</code></a> Prepare 9.5.40 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/829d1c8db2c5ddf021e7bb3f323443301e39048d"><code>829d1c8</code></a> Fixed social cards not using site name on homepage (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7608">#7608</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cf2b39d1c2858c53c17e4b5ce8ee33a5c94b6d98"><code>cf2b39d</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/10177cc2756a4fffc301ab8c104d8b396a6e8231"><code>10177cc</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7604">#7604</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f0c99d89da61a247318f1a9471a082cfb981b3e0"><code>f0c99d8</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7602">#7602</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a9be02645b63b4130a5050735450820535279cf8"><code>a9be026</code></a> Fixed file watching for Chokidar 4</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2014b634e88bc8c035d06558f46b607a328b7012"><code>2014b63</code></a> Fixed file watching for Chokidar 4</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/25b2107b53877c32b55b1ea7620bd1c4565176fc"><code>25b2107</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a83d44a7c8865424becc51596fe7f2e861b5a86c"><code>a83d44a</code></a> Updated publishing guide (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7584">#7584</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ffcabcaa157539bea1882ded027e31d50c2348ec"><code>ffcabca</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7582">#7582</a> from yanyongyu/schema/validation-anchors</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.39...9.5.40">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…cmak/test/generated-code (#4668) Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. <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> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.12</h2> <p>We’ve just uploaded mypy 1.12 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, performance improvements 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>Support Python 3.12 Syntax for Generics (PEP 695)</h3> <p>Support for the new type parameter syntax introduced in Python 3.12 is now enabled by default, documented, and no longer experimental. It was available through a feature flag in mypy 1.11 as an experimental feature.</p> <p>This example demonstrates the new syntax:</p> <pre lang="python"><code># Generic function def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ... <p>reveal_type(f(1)) # Revealed type is 'int'</p> <h1>Generic class</h1> <p>class C[T]: def <strong>init</strong>(self, x: T) -> None: self.x = x</p> <p>c = C('a') reveal_type(c.x) # Revealed type is 'str'</p> <h1>Type alias</h1> <p>type A[T] = C[list[T]] </code></pre></p> <p>For more information, refer to the <a href="https://mypy.readthedocs.io/en/latest/generics.html">documentation</a>.</p> <p>These improvements are included:</p> <ul> <li>Document Python 3.12 type parameter syntax (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17816">17816</a>)</li> <li>Further documentation updates (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17826">17826</a>)</li> <li>Allow Self return types with contravariance (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17786">17786</a>)</li> <li>Enable new type parameter syntax by default (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17798">17798</a>)</li> <li>Generate error if new-style type alias used as base class (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17789">17789</a>)</li> <li>Inherit variance if base class has explicit variance (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17787">17787</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/f2a39b16f00e2b7b1922aa9324c092cabbae57a9"><code>f2a39b1</code></a> Update version to 1.12.0</li> <li><a href="https://github.com/python/mypy/commit/b4ec37acce8e0b47518f62a87710375a5b91afed"><code>b4ec37a</code></a> Add one more 1.12 changelog item (<a href="https://redirect.github.com/python/mypy/issues/17936">#17936</a>)</li> <li><a href="https://github.com/python/mypy/commit/cc1c679a9296e9f66b8ed54d5aea559829b4fcfb"><code>cc1c679</code></a> Better handling of generic functions in partial plugin (<a href="https://redirect.github.com/python/mypy/issues/17925">#17925</a>)</li> <li><a href="https://github.com/python/mypy/commit/d65a013f5135f8623fefd706a4badb0498d37a43"><code>d65a013</code></a> Add latest 1.12 changes to changelog (<a href="https://redirect.github.com/python/mypy/issues/17921">#17921</a>)</li> <li><a href="https://github.com/python/mypy/commit/2e38965fc987fcef4a007eb5637863610e3b324f"><code>2e38965</code></a> Fix union callees with functools.partial (<a href="https://redirect.github.com/python/mypy/issues/17903">#17903</a>)</li> <li><a href="https://github.com/python/mypy/commit/c5d3673e88b8a27627abf7c4f4816214a10e982f"><code>c5d3673</code></a> Document ReadOnly (PEP 705) (<a href="https://redirect.github.com/python/mypy/issues/17905">#17905</a>)</li> <li><a href="https://github.com/python/mypy/commit/964a7a5b9b1d93a5aa5c3cf87b2a283f015b217b"><code>964a7a5</code></a> Make ReadOnly TypedDict items covariant (<a href="https://redirect.github.com/python/mypy/issues/17904">#17904</a>)</li> <li><a href="https://github.com/python/mypy/commit/24bfb341b108d8efce20fc4f6cbae851029f77ed"><code>24bfb34</code></a> Include CHANGELOG.md in sdists (<a href="https://redirect.github.com/python/mypy/issues/17882">#17882</a>)</li> <li><a href="https://github.com/python/mypy/commit/21d46ed76ead0a0a7e3c4d5ae279c1e9ab57c980"><code>21d46ed</code></a> documentation for TypeIs (<a href="https://redirect.github.com/python/mypy/issues/17821">#17821</a>)</li> <li><a href="https://github.com/python/mypy/commit/c69294320c6ede89297bc28aa348aaed6909df5b"><code>c692943</code></a> Improvements to functools.partial of types (<a href="https://redirect.github.com/python/mypy/issues/17898">#17898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.11.2...v1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.11.2&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…to `queue_rules` (#4670) We are using deprecated parameters that are about to be removed (October 21st, 2024). Ideally we should move away from Mergify and use GitHub merge queues. But the config for this repository is more complex, with many pull request rules. Let's avoid breaking the PRs for now and then we can come back and migrate to merge queues. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…in /packages/@jsii/python-runtime (#4673) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v75.2.0</h1> <h2>Features</h2> <ul> <li>Made errors when parsing <code>Distribution</code> data more explicit about the expected type (<code>tuple[str, ...] | list[str]</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix a <code>TypeError</code> when a <code>Distribution</code>'s old included attribute was a <code>tuple</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li> <li>Add workaround for <code>bdist_wheel --dist-info-dir</code> errors when customisation does not inherit from setuptools. (<a href="https://redirect.github.com/pypa/setuptools/issues/4684">#4684</a>)</li> </ul> <h1>v75.1.1</h1> <h2>Bugfixes</h2> <ul> <li>Re-use pre-existing <code>.dist-info</code> dir when creating wheels via the build backend APIs (PEP 517) and the <code>metadata_directory</code> argument is passed -- by :user:<code>pelson</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/1825">#1825</a>)</li> <li>Changed <code>egg_info</code> command to avoid adding an empty <code>.egg-info</code> directory while iterating over entry-points. This avoids triggering integration problems with <code>importlib.metadata</code>/<code>importlib_metadata</code> (reference: <a href="https://redirect.github.com/pypa/pyproject-hooks/issues/206">pypa/pyproject-hooks#206</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4680">#4680</a>)</li> </ul> <h1>v75.1.0</h1> <h2>Features</h2> <ul> <li>Deprecated <code>bdist_wheel.universal</code> configuration. (<a href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Removed reference to upload_docs module in entry points. (<a href="https://redirect.github.com/pypa/setuptools/issues/4650">#4650</a>)</li> </ul> <h1>v75.0.0</h1> <h2>Features</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/61a5a03fbf8acc59e6e12144011aa06b85162bda"><code>61a5a03</code></a> Bump version: 75.1.1 → 75.2.0</li> <li><a href="https://github.com/pypa/setuptools/commit/8ad3ea7509e7f0168f86fbf191ae4e9f13229210"><code>8ad3ea7</code></a> Workaround for <code>bdist_wheel.dist_info_dir</code> problems (<a href="https://redirect.github.com/pypa/setuptools/issues/4684">#4684</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/9af08776190841f022136be4192dfeeafd65406d"><code>9af0877</code></a> Type sequence checks in setuptools/dist.py (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/0534fde847e0bd0c2214d6821c042c0eb5c0ffc3"><code>0534fde</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/50b732a4006f3b84315d4473f7c203e4fe13aed9"><code>50b732a</code></a> Check for more specific error message</li> <li><a href="https://github.com/pypa/setuptools/commit/a663287c9c5f0bfc5e05addfb3a15fea7fc716c3"><code>a663287</code></a> Add pragma for edge-case code path</li> <li><a href="https://github.com/pypa/setuptools/commit/96be735ca2e77b7db876133dfda0b4df3ced4ac0"><code>96be735</code></a> Workaround for bdist_wheel.dist_info_dir problems</li> <li><a href="https://github.com/pypa/setuptools/commit/000a413e2af9c271166cebe6909ad664907887f1"><code>000a413</code></a> Deprecate public access to setuptools.dist.sequence</li> <li><a href="https://github.com/pypa/setuptools/commit/00995c1e3d45393931ffb2e326e503819bee1728"><code>00995c1</code></a> Use variable msg instead of tmpl in setuptools/dist</li> <li><a href="https://github.com/pypa/setuptools/commit/d457d0e87889aefe2093cd79ab4d1ee35d3101e7"><code>d457d0e</code></a> Type sequence checks in setuptools/dist.py</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.1.0...v75.2.0">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…~=9.5.42 in /gh-pages (#4675) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.42</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> <p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>: Social plugin errors for generated files (MkDocs 1.6+)</li> </ul> <p>mkdocs-material-9.5.34 (2024-08-31)</p> <ul> <li>Updated Mermaid.js to version 11 (latest)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f3a390e07061cc2e78c67f3d902b87f636aa5d5c"><code>f3a390e</code></a> Prepare 9.5.42 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ade227cbbb2a2debcf7c56cc2426696029e74978"><code>ade227c</code></a> Updated README.md (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7631">#7631</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cc1508f1dc58ad56b71e769b9033acd3ff63f02a"><code>cc1508f</code></a> Fixed encoding of boolean attributes in privacy plugin</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e2c621f1d9ab4b1a607d5f3b2812755a2cc5e87c"><code>e2c621f</code></a> Fixed regression in privacy plugin</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5eef8158580d1adb6afee837c714a2ffa6de4fd0"><code>5eef815</code></a> Prepare 9.5.41 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2d2e0415d612f7d9d4245bec0288137ee296a6d3"><code>2d2e041</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/790b0e80caf0b3af09df37e5129b89381b3f4de1"><code>790b0e8</code></a> JSON schema (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7622">#7622</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/649abd2ff8f3785bfc599c63dc610b8e3a392216"><code>649abd2</code></a> Fixed tooltip on logo lost on instant navigation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0418a22a5ad557377a7793956f972e4d2a5fc538"><code>0418a22</code></a> Updated README.md (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7618">#7618</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e29e124e426e4ccd16d8937c13e9bdb7ef26d480"><code>e29e124</code></a> Fixed feedback visible on print</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.40...9.5.42">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…cmak/test/generated-code (#4676) Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.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.12.1</h3> <ul> <li>Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/17961">17961</a>)</li> <li>Fix iteration over union (when self type is involved) (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17976">17976</a>)</li> <li>Fix type object with type var default in union context (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17991">17991</a>)</li> <li>Revert change to <code>os.path</code> stubs affecting use of <code>os.PathLike[Any]</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17995">17995</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Ali Hamdan</li> <li>Anders Kaseorg</li> <li>Bénédikt Tran</li> <li>Brian Schubert</li> <li>bzoracler</li> <li>Chelsea Durazo</li> <li>Danny Yang</li> <li>Edgar Ramírez Mondragón</li> <li>Eric Mark Martin</li> <li>InSync</li> <li>Ivan Levkivskyi</li> <li>Jordandev678</li> <li>Katrina Connors</li> <li>Kirill Podoprigora</li> <li>Marc Mueller</li> <li>Max Muoto</li> <li>Max Murin</li> <li>Michael Carlstrom</li> <li>Michael I Chen</li> <li>Pradyun Gedam</li> <li>quinn-sasha</li> <li>Raphael Krupinski</li> <li>Sebastian Rittau</li> <li>Shantanu</li> <li>sobolevn</li> <li>Soubhik Kumar Mitra</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.11</h2> <p>We’ve just uploaded mypy 1.11 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, performance improvements 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>Support Python 3.12 Syntax for Generics (PEP 695)</h3> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0"><code>050d12f</code></a> Bump version to 1.12.1</li> <li><a href="https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd"><code>346e370</code></a> [1.12 backport] revert os.path change (<a href="https://redirect.github.com/python/mypy/issues/17995">#17995</a>)</li> <li><a href="https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417"><code>71e1f05</code></a> Fix type object with type var default in union context (<a href="https://redirect.github.com/python/mypy/issues/17991">#17991</a>)</li> <li><a href="https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592"><code>34d8603</code></a> Fix iteration over union (when self type is involved) (<a href="https://redirect.github.com/python/mypy/issues/17976">#17976</a>)</li> <li><a href="https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86"><code>2485bed</code></a> Use kw-only args for member access booleans (<a href="https://redirect.github.com/python/mypy/issues/17975">#17975</a>)</li> <li><a href="https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c"><code>a5e9b0b</code></a> Fix crash when showing partially analyzed type in error message (<a href="https://redirect.github.com/python/mypy/issues/17961">#17961</a>)</li> <li><a href="https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a"><code>4775da1</code></a> Bump version to 1.12.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.12.0...v1.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…8.0.1 in /packages/@jsii/dotnet-runtime/src (#4677) Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Logging.Console's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606"><code>bf5e279</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8"><code>a6e4834</code></a> [release/8.0] Free the tls memory on thread termination (<a href="https://redirect.github.com/dotnet/runtime/issues/95439">#95439</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112"><code>eddf880</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538"><code>89a2364</code></a> [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...</li> <li><a href="https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41"><code>d682195</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c"><code>8557ef2</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95148">#95148</a> from carlossanlop/release/8.0-staging</li> <li><a href="https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908"><code>aaa4b27</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/runtime/issues/95082">#95082</a> from dotnet-maestro-bot/merge/release/8.0-to-releas...</li> <li><a href="https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662"><code>72e5ae9</code></a> X509Chain.Build should throw when an internal error occurs</li> <li><a href="https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37"><code>a20ee6f</code></a> [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (<a href="https://redirect.github.com/dotnet/runtime/issues/94882">#94882</a>)</li> <li><a href="https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38"><code>4fc3df2</code></a> Fix incremental servicing condition (<a href="https://redirect.github.com/dotnet/runtime/issues/95119">#95119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.Logging.Console&package-manager=nuget&previous-version=8.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…n-runtime (#4674) Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.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.12.1</h3> <ul> <li>Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/17961">17961</a>)</li> <li>Fix iteration over union (when self type is involved) (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17976">17976</a>)</li> <li>Fix type object with type var default in union context (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17991">17991</a>)</li> <li>Revert change to <code>os.path</code> stubs affecting use of <code>os.PathLike[Any]</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17995">17995</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Ali Hamdan</li> <li>Anders Kaseorg</li> <li>Bénédikt Tran</li> <li>Brian Schubert</li> <li>bzoracler</li> <li>Chelsea Durazo</li> <li>Danny Yang</li> <li>Edgar Ramírez Mondragón</li> <li>Eric Mark Martin</li> <li>InSync</li> <li>Ivan Levkivskyi</li> <li>Jordandev678</li> <li>Katrina Connors</li> <li>Kirill Podoprigora</li> <li>Marc Mueller</li> <li>Max Muoto</li> <li>Max Murin</li> <li>Michael Carlstrom</li> <li>Michael I Chen</li> <li>Pradyun Gedam</li> <li>quinn-sasha</li> <li>Raphael Krupinski</li> <li>Sebastian Rittau</li> <li>Shantanu</li> <li>sobolevn</li> <li>Soubhik Kumar Mitra</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.11</h2> <p>We’ve just uploaded mypy 1.11 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, performance improvements 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>Support Python 3.12 Syntax for Generics (PEP 695)</h3> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0"><code>050d12f</code></a> Bump version to 1.12.1</li> <li><a href="https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd"><code>346e370</code></a> [1.12 backport] revert os.path change (<a href="https://redirect.github.com/python/mypy/issues/17995">#17995</a>)</li> <li><a href="https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417"><code>71e1f05</code></a> Fix type object with type var default in union context (<a href="https://redirect.github.com/python/mypy/issues/17991">#17991</a>)</li> <li><a href="https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592"><code>34d8603</code></a> Fix iteration over union (when self type is involved) (<a href="https://redirect.github.com/python/mypy/issues/17976">#17976</a>)</li> <li><a href="https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86"><code>2485bed</code></a> Use kw-only args for member access booleans (<a href="https://redirect.github.com/python/mypy/issues/17975">#17975</a>)</li> <li><a href="https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c"><code>a5e9b0b</code></a> Fix crash when showing partially analyzed type in error message (<a href="https://redirect.github.com/python/mypy/issues/17961">#17961</a>)</li> <li><a href="https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a"><code>4775da1</code></a> Bump version to 1.12.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.12.0...v1.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
#4678) Bumps the go-deps group with 1 update in the /packages/@jsii/go-runtime-test/project directory: [github.com/fatih/color](https://github.com/fatih/color). Bumps the go-deps group with 1 update in the /packages/@jsii/go-runtime/jsii-runtime-go directory: [github.com/fatih/color](https://github.com/fatih/color). Updates `github.com/fatih/color` from 1.17.0 to 1.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <h2>What's Changed</h2> <ul> <li>Add RGB API support by <a href="https://github.com/fatih"><code>@fatih</code></a> in <a href="https://redirect.github.com/fatih/color/pull/225">fatih/color#225</a></li> <li>Bump GitHub workflow actions by <a href="https://github.com/deining"><code>@deining</code></a> in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> <li>Bump golang.org/x/sys from 0.18.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/236">fatih/color#236</a></li> <li>Bump golang.org/x/sys from 0.24.0 to 0.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/237">fatih/color#237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/deining"><code>@deining</code></a> made their first contribution in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">https://github.com/fatih/color/compare/v1.17.0...v1.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/1c8d8706604ee5fb9a464e5097ba113101828a75"><code>1c8d870</code></a> Update README.md</li> <li><a href="https://github.com/fatih/color/commit/546c2d0f9aa4e97dab39a1ed273fd0aa08765972"><code>546c2d0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/225">#225</a> from fatih/add-rgb-api</li> <li><a href="https://github.com/fatih/color/commit/1ff0f9790840e92e289b824302f71b465c426735"><code>1ff0f97</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/fatih/color/commit/5723903daae15b72846d40cf1483c37a1b86ba79"><code>5723903</code></a> Add RGB API support</li> <li><a href="https://github.com/fatih/color/commit/f203fbcecbc160dace4ffcec613221379365c67a"><code>f203fbc</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/237">#237</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0</li> <li><a href="https://github.com/fatih/color/commit/60aa7fb483e2b048970dec3925d6c298ea428c4e"><code>60aa7fb</code></a> Bump golang.org/x/sys from 0.24.0 to 0.25.0</li> <li><a href="https://github.com/fatih/color/commit/741c2f4087173b24f4cb47ad02d93600b0d5c947"><code>741c2f4</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/236">#236</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0</li> <li><a href="https://github.com/fatih/color/commit/0d24b42a27f768598c311ac3ec1961003418a90a"><code>0d24b42</code></a> Bump golang.org/x/sys from 0.18.0 to 0.24.0</li> <li><a href="https://github.com/fatih/color/commit/cb154c021886f50c313e686422c7baecff8c0b7f"><code>cb154c0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/235">#235</a> from deining/fix-typo</li> <li><a href="https://github.com/fatih/color/commit/9b9653e8ce3e644130b0412b9236c1d3e07a5017"><code>9b9653e</code></a> Bump GitHub workflow actions</li> <li>See full diff in <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fatih/color` from 1.17.0 to 1.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <h2>What's Changed</h2> <ul> <li>Add RGB API support by <a href="https://github.com/fatih"><code>@fatih</code></a> in <a href="https://redirect.github.com/fatih/color/pull/225">fatih/color#225</a></li> <li>Bump GitHub workflow actions by <a href="https://github.com/deining"><code>@deining</code></a> in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> <li>Bump golang.org/x/sys from 0.18.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/236">fatih/color#236</a></li> <li>Bump golang.org/x/sys from 0.24.0 to 0.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/237">fatih/color#237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/deining"><code>@deining</code></a> made their first contribution in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">https://github.com/fatih/color/compare/v1.17.0...v1.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/1c8d8706604ee5fb9a464e5097ba113101828a75"><code>1c8d870</code></a> Update README.md</li> <li><a href="https://github.com/fatih/color/commit/546c2d0f9aa4e97dab39a1ed273fd0aa08765972"><code>546c2d0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/225">#225</a> from fatih/add-rgb-api</li> <li><a href="https://github.com/fatih/color/commit/1ff0f9790840e92e289b824302f71b465c426735"><code>1ff0f97</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/fatih/color/commit/5723903daae15b72846d40cf1483c37a1b86ba79"><code>5723903</code></a> Add RGB API support</li> <li><a href="https://github.com/fatih/color/commit/f203fbcecbc160dace4ffcec613221379365c67a"><code>f203fbc</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/237">#237</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0</li> <li><a href="https://github.com/fatih/color/commit/60aa7fb483e2b048970dec3925d6c298ea428c4e"><code>60aa7fb</code></a> Bump golang.org/x/sys from 0.24.0 to 0.25.0</li> <li><a href="https://github.com/fatih/color/commit/741c2f4087173b24f4cb47ad02d93600b0d5c947"><code>741c2f4</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/236">#236</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0</li> <li><a href="https://github.com/fatih/color/commit/0d24b42a27f768598c311ac3ec1961003418a90a"><code>0d24b42</code></a> Bump golang.org/x/sys from 0.18.0 to 0.24.0</li> <li><a href="https://github.com/fatih/color/commit/cb154c021886f50c313e686422c7baecff8c0b7f"><code>cb154c0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/235">#235</a> from deining/fix-typo</li> <li><a href="https://github.com/fatih/color/commit/9b9653e8ce3e644130b0412b9236c1d3e07a5017"><code>9b9653e</code></a> Bump GitHub workflow actions</li> <li>See full diff in <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">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>
…cmak/test/generated-code (#4680) Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. <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> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.13</h2> <p>We’ve just uploaded mypy 1.13 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. 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> <p>Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semantics from 1.12.1.</p> <h3>Improved performance</h3> <p>Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster. In environments with long search paths (such as environments using many editable installs), mypy can be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.</p> <p>Mypy 1.13 allows use of the <code>orjson</code> library for handling the cache instead of the stdlib <code>json</code>, for improved performance. You can ensure the presence of <code>orjson</code> using the <code>faster-cache</code> extra:</p> <pre><code>python3 -m pip install -U mypy[faster-cache] </code></pre> <p>Mypy may depend on <code>orjson</code> by default in the future.</p> <p>These improvements were contributed by Shantanu.</p> <p>List of changes:</p> <ul> <li>Significantly speed up file handling error paths (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17920">17920</a>)</li> <li>Use fast path in modulefinder more often (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17950">17950</a>)</li> <li>Let mypyc optimise os.path.join (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17949">17949</a>)</li> <li>Make is_sub_path faster (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17962">17962</a>)</li> <li>Speed up stubs suggestions (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17965">17965</a>)</li> <li>Use sha1 for hashing (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17953">17953</a>)</li> <li>Use orjson instead of json, when available (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17955">17955</a>)</li> <li>Add faster-cache extra, test in CI (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17978">17978</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Shantanu Jain</li> <li>Jukka Lehtosalo</li> </ul> <h2>Mypy 1.12</h2> <p>We’ve just uploaded mypy 1.12 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/eb310343be0399ea6755fabc259755ce1f6711e8"><code>eb31034</code></a> Bump version to 1.13.0</li> <li><a href="https://github.com/python/mypy/commit/2eeb5880184970ae1c0b20c0e06855b6d311bc19"><code>2eeb588</code></a> Update changelog for 1.12.1 (<a href="https://redirect.github.com/python/mypy/issues/17999">#17999</a>)</li> <li><a href="https://github.com/python/mypy/commit/bc0386b7f96aa131cbf345698a22a9d4b79e9cb4"><code>bc0386b</code></a> Changelog for 1.13 (<a href="https://redirect.github.com/python/mypy/issues/18000">#18000</a>)</li> <li><a href="https://github.com/python/mypy/commit/5c4d2db7009fa9035b8b3fcffe25182aaa4dc846"><code>5c4d2db</code></a> Add faster-cache extra, test in CI (<a href="https://redirect.github.com/python/mypy/issues/17978">#17978</a>)</li> <li><a href="https://github.com/python/mypy/commit/854ad189ab7c4f487950ad34e142fd327dce3227"><code>854ad18</code></a> Make is_sub_path faster (<a href="https://redirect.github.com/python/mypy/issues/17962">#17962</a>)</li> <li><a href="https://github.com/python/mypy/commit/50aa4ca8425d0bb668d514b8ee5c6aeacb605b27"><code>50aa4ca</code></a> Speed up stubs suggestions (<a href="https://redirect.github.com/python/mypy/issues/17965">#17965</a>)</li> <li><a href="https://github.com/python/mypy/commit/7c27808a0be2fc205788a826be83cbb0a68f89e1"><code>7c27808</code></a> Use orjson instead of json, when available (<a href="https://redirect.github.com/python/mypy/issues/17955">#17955</a>)</li> <li><a href="https://github.com/python/mypy/commit/2cd2406117e86838de36a9f73ba47c67fa763e1a"><code>2cd2406</code></a> Use fast path in modulefinder more often (<a href="https://redirect.github.com/python/mypy/issues/17950">#17950</a>)</li> <li><a href="https://github.com/python/mypy/commit/e20aaeeaa215b2e617d460599c4310427ba8f902"><code>e20aaee</code></a> Let mypyc optimise os.path.join (<a href="https://redirect.github.com/python/mypy/issues/17949">#17949</a>)</li> <li><a href="https://github.com/python/mypy/commit/159974cc59de459cfb3e31ba3e1d8f279734f66d"><code>159974c</code></a> Use sha1 for hashing (<a href="https://redirect.github.com/python/mypy/issues/17953">#17953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.12.1...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.1&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…k/test/generated-code (#4682) Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's changelog</a>.</em></p> <blockquote> <h1>24.3.1 (2024-10-27)</h1> <h2>Bug Fixes</h2> <ul> <li>Allow multiple nested inclusions of the same requirements file again. (<code>[#13046](pypa/pip#13046) <https://github.com/pypa/pip/issues/13046></code>_)</li> </ul> <h1>24.3 (2024-10-27)</h1> <h2>Deprecations and Removals</h2> <ul> <li>Deprecate wheel filenames that are not compliant with :pep:<code>440</code>. (<code>[#12918](pypa/pip#12918) <https://github.com/pypa/pip/issues/12918></code>_)</li> </ul> <h2>Features</h2> <ul> <li>Detect recursively referencing requirements files and help users identify the source. (<code>[#12653](pypa/pip#12653) <https://github.com/pypa/pip/issues/12653></code>_)</li> <li>Support for :pep:<code>730</code> iOS wheels. (<code>[#12961](pypa/pip#12961) <https://github.com/pypa/pip/issues/12961></code>_)</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Display a better error message when an already installed package has an invalid requirement. (<code>[#12953](pypa/pip#12953) <https://github.com/pypa/pip/issues/12953></code>_)</li> <li>Ignore <code>PIP_TARGET</code> and <code>pip.conf</code> <code>global.target</code> when preparing a build environment. (<code>[#8438](pypa/pip#8438) <https://github.com/pypa/pip/issues/8438></code>_)</li> <li>Restore support for macOS 10.12 and older (via truststore). (<code>[#12901](pypa/pip#12901) <https://github.com/pypa/pip/issues/12901></code>_)</li> <li>Allow installing pip in editable mode in a virtual environment on Windows. (<code>[#12666](pypa/pip#12666) <https://github.com/pypa/pip/issues/12666></code>_)</li> </ul> <h2>Vendored Libraries</h2> <ul> <li>Upgrade certifi to 2024.8.30</li> <li>Upgrade distlib to 0.3.9</li> <li>Upgrade truststore to 0.10.0</li> <li>Upgrade urllib3 to 1.26.20</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/pip/commit/05293b6b55eca86490b7c2944bcc558a56064f0d"><code>05293b6</code></a> Bump for release</li> <li><a href="https://github.com/pypa/pip/commit/6a5db8b107bb0063c69dc5ccd39dbfef14ca7a32"><code>6a5db8b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13047">#13047</a> from sbidoul/fix-13046</li> <li><a href="https://github.com/pypa/pip/commit/7be54ced1cca2c850e79e8fbe9ec2b76947b2b6f"><code>7be54ce</code></a> Don't fail when the same req file is included more than once</li> <li><a href="https://github.com/pypa/pip/commit/4f6aeb17ed540e181b9ad1dea8d7b5389effd21b"><code>4f6aeb1</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13044">#13044</a> from sbidoul/release/24.3</li> <li><a href="https://github.com/pypa/pip/commit/e1b1d51fe8d0f4b84b77206173ceb656caa2edeb"><code>e1b1d51</code></a> Bump for development</li> <li><a href="https://github.com/pypa/pip/commit/cdba22f49b425fe4a57a8daf992fd6335c8010a1"><code>cdba22f</code></a> Bump for release</li> <li><a href="https://github.com/pypa/pip/commit/27f8374e8dd49141bd2397c0e8e8093cf3676ff7"><code>27f8374</code></a> Update AUTHORS.txt</li> <li><a href="https://github.com/pypa/pip/commit/c79d01953357913f421f192f51ffa9bab0a75ba0"><code>c79d019</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13033">#13033</a> from sbidoul/vendoring-24.3-sbi</li> <li><a href="https://github.com/pypa/pip/commit/3ca89215a96f9b05619fc52bb778c19f26b84a9f"><code>3ca8921</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13041">#13041</a> from sethmlarson/truststore-0.10.0</li> <li><a href="https://github.com/pypa/pip/commit/0cc7375ff0a42ddfa19f23f42cb96d6d7c06d29b"><code>0cc7375</code></a> Upgrade vendored truststore to 0.10.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/pip/compare/24.2...24.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=24.2&new-version=24.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…s/@jsii/python-runtime (#4684) Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's changelog</a>.</em></p> <blockquote> <h1>24.3.1 (2024-10-27)</h1> <h2>Bug Fixes</h2> <ul> <li>Allow multiple nested inclusions of the same requirements file again. (<code>[#13046](pypa/pip#13046) <https://github.com/pypa/pip/issues/13046></code>_)</li> </ul> <h1>24.3 (2024-10-27)</h1> <h2>Deprecations and Removals</h2> <ul> <li>Deprecate wheel filenames that are not compliant with :pep:<code>440</code>. (<code>[#12918](pypa/pip#12918) <https://github.com/pypa/pip/issues/12918></code>_)</li> </ul> <h2>Features</h2> <ul> <li>Detect recursively referencing requirements files and help users identify the source. (<code>[#12653](pypa/pip#12653) <https://github.com/pypa/pip/issues/12653></code>_)</li> <li>Support for :pep:<code>730</code> iOS wheels. (<code>[#12961](pypa/pip#12961) <https://github.com/pypa/pip/issues/12961></code>_)</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Display a better error message when an already installed package has an invalid requirement. (<code>[#12953](pypa/pip#12953) <https://github.com/pypa/pip/issues/12953></code>_)</li> <li>Ignore <code>PIP_TARGET</code> and <code>pip.conf</code> <code>global.target</code> when preparing a build environment. (<code>[#8438](pypa/pip#8438) <https://github.com/pypa/pip/issues/8438></code>_)</li> <li>Restore support for macOS 10.12 and older (via truststore). (<code>[#12901](pypa/pip#12901) <https://github.com/pypa/pip/issues/12901></code>_)</li> <li>Allow installing pip in editable mode in a virtual environment on Windows. (<code>[#12666](pypa/pip#12666) <https://github.com/pypa/pip/issues/12666></code>_)</li> </ul> <h2>Vendored Libraries</h2> <ul> <li>Upgrade certifi to 2024.8.30</li> <li>Upgrade distlib to 0.3.9</li> <li>Upgrade truststore to 0.10.0</li> <li>Upgrade urllib3 to 1.26.20</li> </ul> <h1>24.2 (2024-07-28)</h1> <h2>Deprecations and Removals</h2> <ul> <li>Deprecate <code>pip install --editable</code> falling back to <code>setup.py develop</code> when using a setuptools version that does not support :pep:<code>660</code> (setuptools v63 and older). (<code>[#11457](pypa/pip#11457) <https://github.com/pypa/pip/issues/11457></code>_)</li> </ul> <p>Features</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/pip/commit/05293b6b55eca86490b7c2944bcc558a56064f0d"><code>05293b6</code></a> Bump for release</li> <li><a href="https://github.com/pypa/pip/commit/6a5db8b107bb0063c69dc5ccd39dbfef14ca7a32"><code>6a5db8b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13047">#13047</a> from sbidoul/fix-13046</li> <li><a href="https://github.com/pypa/pip/commit/7be54ced1cca2c850e79e8fbe9ec2b76947b2b6f"><code>7be54ce</code></a> Don't fail when the same req file is included more than once</li> <li><a href="https://github.com/pypa/pip/commit/4f6aeb17ed540e181b9ad1dea8d7b5389effd21b"><code>4f6aeb1</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13044">#13044</a> from sbidoul/release/24.3</li> <li><a href="https://github.com/pypa/pip/commit/e1b1d51fe8d0f4b84b77206173ceb656caa2edeb"><code>e1b1d51</code></a> Bump for development</li> <li><a href="https://github.com/pypa/pip/commit/cdba22f49b425fe4a57a8daf992fd6335c8010a1"><code>cdba22f</code></a> Bump for release</li> <li><a href="https://github.com/pypa/pip/commit/27f8374e8dd49141bd2397c0e8e8093cf3676ff7"><code>27f8374</code></a> Update AUTHORS.txt</li> <li><a href="https://github.com/pypa/pip/commit/c79d01953357913f421f192f51ffa9bab0a75ba0"><code>c79d019</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13033">#13033</a> from sbidoul/vendoring-24.3-sbi</li> <li><a href="https://github.com/pypa/pip/commit/3ca89215a96f9b05619fc52bb778c19f26b84a9f"><code>3ca8921</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13041">#13041</a> from sethmlarson/truststore-0.10.0</li> <li><a href="https://github.com/pypa/pip/commit/0cc7375ff0a42ddfa19f23f42cb96d6d7c06d29b"><code>0cc7375</code></a> Upgrade vendored truststore to 0.10.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/pip/compare/24.2...24.3.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
….13.3,<4.5.0 in /packages/@jsii/python-runtime (#4683) Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/agronholm/typeguard/releases">typeguard's releases</a>.</em></p> <blockquote> <h2>4.4.0</h2> <ul> <li>Added proper checking for method signatures in protocol checks (<a href="https://redirect.github.com/agronholm/typeguard/pull/465">#465</a>)</li> <li>Fixed basic support for intersection protocols (<a href="https://redirect.github.com/agronholm/typeguard/pull/490">#490</a>; PR by <a href="https://github.com/antonagestam"><code>@antonagestam</code></a>)</li> <li>Fixed protocol checks running against the class of an instance and not the instance itself (this produced wrong results for non-method member checks)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst">typeguard's changelog</a>.</em></p> <blockquote> <h1>Version history</h1> <p>This library adheres to <code>Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200></code>_.</p> <p><strong>4.4.0</strong> (2024-10-27)</p> <ul> <li>Added proper checking for method signatures in protocol checks (<code>[#465](agronholm/typeguard#465) <https://github.com/agronholm/typeguard/pull/465></code>_)</li> <li>Fixed basic support for intersection protocols (<code>[#490](agronholm/typeguard#490) <https://github.com/agronholm/typeguard/pull/490></code>_; PR by <a href="https://github.com/antonagestam"><code>@antonagestam</code></a>)</li> <li>Fixed protocol checks running against the class of an instance and not the instance itself (this produced wrong results for non-method member checks)</li> </ul> <p><strong>4.3.0</strong> (2024-05-27)</p> <ul> <li>Added support for checking against static protocols</li> <li>Fixed some compatibility problems when running on Python 3.13 (<code>[#460](agronholm/typeguard#460) <https://github.com/agronholm/typeguard/issues/460></code>_; PR by <a href="https://github.com/JelleZijlstra"><code>@JelleZijlstra</code></a>)</li> <li>Fixed test suite incompatibility with pytest 8.2 (<code>[#461](agronholm/typeguard#461) <https://github.com/agronholm/typeguard/issues/461></code>_)</li> <li>Fixed pytest plugin crashing on pytest version older than v7.0.0 (even if it's just present) (<code>[#343](agronholm/typeguard#343) <https://github.com/agronholm/typeguard/issues/343></code>_)</li> </ul> <p><strong>4.2.1</strong> (2023-03-24)</p> <ul> <li>Fixed missing <code>typing_extensions</code> dependency for Python 3.12 (<code>[#444](agronholm/typeguard#444) <https://github.com/agronholm/typeguard/issues/444></code>_)</li> <li>Fixed deprecation warning in the test suite on Python 3.13 (<code>[#444](agronholm/typeguard#444) <https://github.com/agronholm/typeguard/issues/444></code>_)</li> </ul> <p><strong>4.2.0</strong> (2023-03-23)</p> <ul> <li>Added support for specifying options for the pytest plugin via pytest config files (<code>[#440](agronholm/typeguard#440) <https://github.com/agronholm/typeguard/issues/440></code>_)</li> <li>Avoid creating reference cycles when type checking unions (PR by Shantanu)</li> <li>Fixed <code>Optional[...]</code> being removed from the AST if it was located within a subscript (<code>[#442](agronholm/typeguard#442) <https://github.com/agronholm/typeguard/issues/442></code>_)</li> <li>Fixed <code>TypedDict</code> from <code>typing_extensions</code> not being recognized as one (<code>[#443](agronholm/typeguard#443) <https://github.com/agronholm/typeguard/issues/443></code>_)</li> <li>Fixed <code>typing</code> types (<code>dict[str, int]</code>, <code>List[str]</code>, etc.) not passing checks against <code>type</code> or <code>Type</code> (<code>[#432](agronholm/typeguard#432) <https://github.com/agronholm/typeguard/issues/432></code>_, PR by Yongxin Wang)</li> <li>Fixed detection of optional fields (<code>NotRequired[...]</code>) in <code>TypedDict</code> when using forward references (<code>[#424](agronholm/typeguard#424) <https://github.com/agronholm/typeguard/issues/424></code>_)</li> <li>Fixed mapping checks against Django's <code>MultiValueDict</code> (<code>[#419](agronholm/typeguard#419) <https://github.com/agronholm/typeguard/issues/419></code>_)</li> </ul> <p><strong>4.1.5</strong> (2023-09-11)</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agronholm/typeguard/commit/efa1166c85be9a1280090fea9c287b5e4e9f3830"><code>efa1166</code></a> Added release date</li> <li><a href="https://github.com/agronholm/typeguard/commit/b72794dffe403254881ac0c327155357c43ccebf"><code>b72794d</code></a> Added proper Protocol method signature checking (<a href="https://redirect.github.com/agronholm/typeguard/issues/496">#496</a>)</li> <li><a href="https://github.com/agronholm/typeguard/commit/afad2c7b6be830900776922bb39f9346c2e77f6f"><code>afad2c7</code></a> Sorted the Ruff rules alphabetically</li> <li><a href="https://github.com/agronholm/typeguard/commit/d812f2eba9f5e898544eb4b3e597f8c38b0952e8"><code>d812f2e</code></a> Migrated to native tox TOML configuration</li> <li><a href="https://github.com/agronholm/typeguard/commit/0c50de6144d99eedb402a8e85eb8187098f8c26f"><code>0c50de6</code></a> Declared Python 3.13 support</li> <li><a href="https://github.com/agronholm/typeguard/commit/cf25d56dc0dbf6bb2f51ea29da8436b368ed4857"><code>cf25d56</code></a> Fixed annotation for typeguard_ignore() to match one for typing.no_type_check...</li> <li><a href="https://github.com/agronholm/typeguard/commit/604b08d5ba7c1b6e3d2f2ddd50dcf020f7e2794a"><code>604b08d</code></a> Use get_protocol_members in protocol checking (<a href="https://redirect.github.com/agronholm/typeguard/issues/490">#490</a>)</li> <li><a href="https://github.com/agronholm/typeguard/commit/c72b6752b7069d695898ea29abb2a31983c1bf80"><code>c72b675</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/agronholm/typeguard/issues/471">#471</a>)</li> <li><a href="https://github.com/agronholm/typeguard/commit/ac7ac342a61db284872430c95d5e6ed7a035b7c0"><code>ac7ac34</code></a> Fixed the documentation build</li> <li><a href="https://github.com/agronholm/typeguard/commit/2c035b306996f742705da66ef64a052e715a94e2"><code>2c035b3</code></a> Assume that typing_extensions is always installed (<a href="https://redirect.github.com/agronholm/typeguard/issues/487">#487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/agronholm/typeguard/compare/2.13.3...4.4.0">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…dotnet-runtime/src (#4686) Bumps [NSubstitute](https://github.com/nsubstitute/NSubstitute) from 5.1.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nsubstitute/NSubstitute/releases">NSubstitute's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <ul> <li>[NEW] Introduced <code>Substitute.ForTypeForwardingTo</code> to create substitutes that forward interceptable calls to a concrete class. This provides an easy way of implementing a test spy over an existing type. Designed and implemented by <a href="https://github.com/marcoregueira"><code>@marcoregueira</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/700">nsubstitute/NSubstitute#700</a> from a proposal by <a href="https://github.com/wsaeed"><code>@wsaeed</code></a>. Thanks to all who contributed to discussions of this feature.</li> <li>[NEW] Support Raise.EventWith default constructor (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/788">#788</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/813">nsubstitute/NSubstitute#813</a></li> <li>[NEW] Implement When(...).Throws to avoid confusion with Throw method (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/803">#803</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/818">nsubstitute/NSubstitute#818</a></li> <li>[FIX] Arg.Any() does not match arguments passed by reference (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/787">#787</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/811">nsubstitute/NSubstitute#811</a></li> <li>[FIX] Support matching arguments whose type is generic, when their concrete type is not known (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/786">#786</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/814">nsubstitute/NSubstitute#814</a></li> <li>[FIX] Release build workflow (<a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/797">nsubstitute/NSubstitute#797</a>)</li> <li>[DOC] Add Throws for exceptions to the docs by <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/795">nsubstitute/NSubstitute#795</a></li> <li>[DOC] Remove Visual Studio for Mac from readme by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/807">nsubstitute/NSubstitute#807</a></li> <li>[TECH] Migrate from NUnit 3 to NUnit 4 by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/783">nsubstitute/NSubstitute#783</a></li> <li>[TECH] Update build project to .net 8 by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/776">nsubstitute/NSubstitute#776</a></li> <li>[TECH] Code style: use C# 12 collection literals by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/810">nsubstitute/NSubstitute#810</a></li> <li>[TECH] Use c# 12 primary constructors by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/812">nsubstitute/NSubstitute#812</a></li> <li>[TECH] Added csharp_style_prefer_primary_constructors into editorconfig by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/819">nsubstitute/NSubstitute#819</a></li> </ul> <p>Thanks to first-time contributors <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> and <a href="https://github.com/marcoregueira"><code>@marcoregueira</code></a>! Thanks also <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> and <a href="https://github.com/Romfos"><code>@Romfos</code></a> for their continued support and contributions to this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nsubstitute/NSubstitute/compare/v5.2.0...v5.3.0">https://github.com/nsubstitute/NSubstitute/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <p>⚠️ <strong>Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.</strong></p> <p>Summary of main changes:</p> <ul> <li>[UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/767">#767</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/769">#769</a>; thanks to <a href="https://github.com/brad"><code>@brad</code></a>)</li> <li>[UPDATE] Build improvements: <ul> <li>migrate to GitHub Actions and update doc dependencies (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/754">#754</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/774">#774</a>; thanks to <a href="https://github.com/alexandrnikitin"><code>@alexandrnikitin</code></a>)</li> <li>improve test platform coverage; add .NET 8 to test platforms (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/742">#742</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/756">#756</a>; thanks to <a href="https://github.com/Romfos"><code>@Romfos</code></a>)</li> <li>source code format improvements; check format on CI (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/758">#758</a>, #<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/761">#761</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/762">#762</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/763">#763</a>; thanks again to <a href="https://github.com/Romfos"><code>@Romfos</code></a>)</li> </ul> </li> <li>[NEW] Support for Sourcelink and Deterministic Build. Thanks <a href="https://github.com/304NotModified"><code>@304NotModified</code></a>! (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/737">#737</a>)</li> </ul> <p>Many thanks to <a href="https://github.com/alexandrnikitin"><code>@alexandrnikitin</code></a>, <a href="https://github.com/Romfos"><code>@Romfos</code></a>, <a href="https://github.com/brad"><code>@brad</code></a>, and <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> for their contributions! Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.</p> <p>If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: <a href="https://nsubstitute.github.io/help/nsubstitute-analysers/">https://nsubstitute.github.io/help/nsubstitute-analysers/</a></p> <p>As always, please raise an <a href="https://github.com/nsubstitute/NSubstitute/issues">issue on GitHub</a> if you have any problems.</p> <p>Changelog: <a href="https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md">https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md</a> Breaking changes: None.</p> <p>Project links:</p> <ul> <li>NuGet: <ul> <li><a href="https://www.nuget.org/packages/NSubstitute">https://www.nuget.org/packages/NSubstitute</a></li> <li><a href="https://www.nuget.org/profiles/NSubstitute">https://www.nuget.org/profiles/NSubstitute</a></li> </ul> </li> <li>GitHub: <a href="https://github.com/nsubstitute/NSubstitute">http://github.com/nsubstitute/NSubstitute</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md">NSubstitute's changelog</a>.</em></p> <blockquote> <h3>5.3.0 (October 2024)</h3> <ul> <li>[NEW] Introduced <code>Substitute.ForTypeForwardingTo</code> to create substitutes that forward interceptable calls to a concrete class. This provides an easy way of implementing a test spy over an existing type. Designed and implemented by <a href="https://github.com/marcoregueira"><code>@marcoregueira</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/700">nsubstitute/NSubstitute#700</a> from a proposal by <a href="https://github.com/wsaeed"><code>@wsaeed</code></a>. Thanks to all who contributed to discussions of this feature.</li> <li>[NEW] Support Raise.EventWith default constructor (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/788">#788</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/813">nsubstitute/NSubstitute#813</a></li> <li>[NEW] Implement When(...).Throws to avoid confusion with Throw method (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/803">#803</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/818">nsubstitute/NSubstitute#818</a></li> <li>[FIX] Arg.Any() does not match arguments passed by reference (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/787">#787</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/811">nsubstitute/NSubstitute#811</a></li> <li>[FIX] Support matching arguments whose type is generic, when their concrete type is not known (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/786">#786</a>) by <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/814">nsubstitute/NSubstitute#814</a></li> <li>[FIX] Release build workflow (<a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/797">nsubstitute/NSubstitute#797</a>)</li> <li>[DOC] Add Throws for exceptions to the docs by <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/795">nsubstitute/NSubstitute#795</a></li> <li>[DOC] Remove Visual Studio for Mac from readme by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/807">nsubstitute/NSubstitute#807</a></li> <li>[TECH] Migrate from NUnit 3 to NUnit 4 by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/783">nsubstitute/NSubstitute#783</a></li> <li>[TECH] Update build project to .net 8 by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/776">nsubstitute/NSubstitute#776</a></li> <li>[TECH] Code style: use C# 12 collection literals by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/810">nsubstitute/NSubstitute#810</a></li> <li>[TECH] Use c# 12 primary constructors by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/812">nsubstitute/NSubstitute#812</a></li> <li>[TECH] Added csharp_style_prefer_primary_constructors into editorconfig by <a href="https://github.com/Romfos"><code>@Romfos</code></a> in <a href="https://redirect.github.com/nsubstitute/NSubstitute/pull/819">nsubstitute/NSubstitute#819</a></li> </ul> <p>Thanks to first-time contributors <a href="https://github.com/mihnea-radulescu"><code>@mihnea-radulescu</code></a> and <a href="https://github.com/marcoregueira"><code>@marcoregueira</code></a>! Thanks also <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> and <a href="https://github.com/Romfos"><code>@Romfos</code></a> for their continued support and contributions to this release.</p> <h3>5.2.0 (Apr 2024; tagged but not released to nuget)</h3> <ul> <li>[UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/767">#767</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/769">#769</a>; thanks to <a href="https://github.com/brad"><code>@brad</code></a>)</li> <li>[UPDATE] Build improvements: <ul> <li>migrate to GitHub Actions and update doc dependencies (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/754">#754</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/774">#774</a>; thanks to <a href="https://github.com/alexandrnikitin"><code>@alexandrnikitin</code></a>)</li> <li>improve test platform coverage; add .NET 8 to test platforms (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/742">#742</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/756">#756</a>; thanks to <a href="https://github.com/Romfos"><code>@Romfos</code></a>)</li> <li>source code format improvements; check format on CI (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/758">#758</a>, #<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/761">#761</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/762">#762</a>, <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/763">#763</a>; thanks again to <a href="https://github.com/Romfos"><code>@Romfos</code></a>)</li> </ul> </li> <li>[NEW] Support for Sourcelink and Deterministic Build. Thanks <a href="https://github.com/304NotModified"><code>@304NotModified</code></a>! (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/737">#737</a>)</li> </ul> <p>Many thanks to <a href="https://github.com/alexandrnikitin"><code>@alexandrnikitin</code></a>, <a href="https://github.com/Romfos"><code>@Romfos</code></a>, <a href="https://github.com/brad"><code>@brad</code></a>, and <a href="https://github.com/304NotModified"><code>@304NotModified</code></a> for their contributions!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/45e00e386fc76e038ff6a5778a301f7e62bfc81c"><code>45e00e3</code></a> Prep 5.3.0 release (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/836">#836</a>)</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/cc73901a3eeaf2e2632014a26a3ebf286df457d7"><code>cc73901</code></a> Release build workflow (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/797">#797</a>)</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/4d258a28aba054ea18785d36b4bdd83da023aefb"><code>4d258a2</code></a> Feature: Enable call forwarding and substitution for non virtual methods or...</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/b8b018441ab3d66ac88be99b929d739d0d5c4fa0"><code>b8b0184</code></a> Added csharp_style_prefer_primary_constructors into editorconfig (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/819">#819</a>)</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/73818a6743e915ce76802ce5a0bb1961f44f437f"><code>73818a6</code></a> Unable to match arguments whose type is generic, when their concrete type is ...</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/da82bc5110ace7e1d1c637df9b339187ff1a8b2c"><code>da82bc5</code></a> Merge pull request <a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/813">#813</a> from mihnea-radulescu/bug/issue-788-Raise-EventWith-d...</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/2ce4d66cfafa402ade7cf15434b536cc4127276f"><code>2ce4d66</code></a> Replaced Obsolete attributes in WhenCalled<T> with doc comments.</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/0c0d798acb01ab5d6d4da28e4f0db0b749637279"><code>0c0d798</code></a> When(...).Throws gives a CouldNotSetReturnDueToNoLastCallException (<a href="https://redirect.github.com/nsubstitute/NSubstitute/issues/803">#803</a>)</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/4bd429ed1f0cfc59ef1fe657fd025a184a8b21df"><code>4bd429e</code></a> Updated event raising logic to only allow internal default constructors</li> <li><a href="https://github.com/nsubstitute/NSubstitute/commit/ee276f334cc7081a8573e8c421276085057cbb46"><code>ee276f3</code></a> Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constructor</li> <li>Additional commits viewable in <a href="https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NSubstitute&package-manager=nuget&previous-version=5.1.0&new-version=5.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…n-runtime (#4685) Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. <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> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.13</h2> <p>We’ve just uploaded mypy 1.13 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. 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> <p>Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semantics from 1.12.1.</p> <h3>Improved performance</h3> <p>Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster. In environments with long search paths (such as environments using many editable installs), mypy can be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.</p> <p>Mypy 1.13 allows use of the <code>orjson</code> library for handling the cache instead of the stdlib <code>json</code>, for improved performance. You can ensure the presence of <code>orjson</code> using the <code>faster-cache</code> extra:</p> <pre><code>python3 -m pip install -U mypy[faster-cache] </code></pre> <p>Mypy may depend on <code>orjson</code> by default in the future.</p> <p>These improvements were contributed by Shantanu.</p> <p>List of changes:</p> <ul> <li>Significantly speed up file handling error paths (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17920">17920</a>)</li> <li>Use fast path in modulefinder more often (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17950">17950</a>)</li> <li>Let mypyc optimise os.path.join (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17949">17949</a>)</li> <li>Make is_sub_path faster (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17962">17962</a>)</li> <li>Speed up stubs suggestions (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17965">17965</a>)</li> <li>Use sha1 for hashing (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17953">17953</a>)</li> <li>Use orjson instead of json, when available (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17955">17955</a>)</li> <li>Add faster-cache extra, test in CI (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17978">17978</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Shantanu Jain</li> <li>Jukka Lehtosalo</li> </ul> <h2>Mypy 1.12</h2> <p>We’ve just uploaded mypy 1.12 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/eb310343be0399ea6755fabc259755ce1f6711e8"><code>eb31034</code></a> Bump version to 1.13.0</li> <li><a href="https://github.com/python/mypy/commit/2eeb5880184970ae1c0b20c0e06855b6d311bc19"><code>2eeb588</code></a> Update changelog for 1.12.1 (<a href="https://redirect.github.com/python/mypy/issues/17999">#17999</a>)</li> <li><a href="https://github.com/python/mypy/commit/bc0386b7f96aa131cbf345698a22a9d4b79e9cb4"><code>bc0386b</code></a> Changelog for 1.13 (<a href="https://redirect.github.com/python/mypy/issues/18000">#18000</a>)</li> <li><a href="https://github.com/python/mypy/commit/5c4d2db7009fa9035b8b3fcffe25182aaa4dc846"><code>5c4d2db</code></a> Add faster-cache extra, test in CI (<a href="https://redirect.github.com/python/mypy/issues/17978">#17978</a>)</li> <li><a href="https://github.com/python/mypy/commit/854ad189ab7c4f487950ad34e142fd327dce3227"><code>854ad18</code></a> Make is_sub_path faster (<a href="https://redirect.github.com/python/mypy/issues/17962">#17962</a>)</li> <li><a href="https://github.com/python/mypy/commit/50aa4ca8425d0bb668d514b8ee5c6aeacb605b27"><code>50aa4ca</code></a> Speed up stubs suggestions (<a href="https://redirect.github.com/python/mypy/issues/17965">#17965</a>)</li> <li><a href="https://github.com/python/mypy/commit/7c27808a0be2fc205788a826be83cbb0a68f89e1"><code>7c27808</code></a> Use orjson instead of json, when available (<a href="https://redirect.github.com/python/mypy/issues/17955">#17955</a>)</li> <li><a href="https://github.com/python/mypy/commit/2cd2406117e86838de36a9f73ba47c67fa763e1a"><code>2cd2406</code></a> Use fast path in modulefinder more often (<a href="https://redirect.github.com/python/mypy/issues/17950">#17950</a>)</li> <li><a href="https://github.com/python/mypy/commit/e20aaeeaa215b2e617d460599c4310427ba8f902"><code>e20aaee</code></a> Let mypyc optimise os.path.join (<a href="https://redirect.github.com/python/mypy/issues/17949">#17949</a>)</li> <li><a href="https://github.com/python/mypy/commit/159974cc59de459cfb3e31ba3e1d8f279734f66d"><code>159974c</code></a> Use sha1 for hashing (<a href="https://redirect.github.com/python/mypy/issues/17953">#17953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.12.1...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.1&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…~=9.5.43 in /gh-pages (#4688) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.43</h2> <ul> <li>Added support for external images in SVGs in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>: Privacy plugin doesn't handle quoted URLs in CSS</li> </ul> <p>Thanks go to <a href="https://github.com/nejch"><code>@nejch</code></a> for their contributions</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.43 (2024-10-31)</p> <ul> <li>Added support for external images in SVGs in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>: Privacy plugin doesn't handle quoted URLs in CSS</li> </ul> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> <p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>: Social plugin errors for generated files (MkDocs 1.6+)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/8a60b49328520778a5c6b6164031d644f9a6111a"><code>8a60b49</code></a> Prepare 9.5.43 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f82a345f3a721f60e80d0914f84921ad55f7a15f"><code>f82a345</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/4918a10d8fe45e27831799e123b7e08571af2e2f"><code>4918a10</code></a> Added support for quoted external CSS URLs in privacy plugin (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7dc96f1e13fbdf96eec3cba01f1e041b03d182f1"><code>7dc96f1</code></a> Added support for downloading external images in SVG for privacy plugin (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7650">#7650</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1357cd26af7cbbe9dd6e3b3a355feba8b5b2999d"><code>1357cd2</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/198a6801fcf687ecb4d22e5c493fdf80427bdd33"><code>198a680</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7633">#7633</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9aebe1498e18cb897dfd1dd923896753279d0afa"><code>9aebe14</code></a> Updated dependencies</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.42...9.5.43">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…in /packages/@jsii/python-runtime (#4689) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v75.3.0</h1> <h2>Features</h2> <ul> <li>Allowed using <code>dict</code> as an ordered type in <code>setuptools.dist.check_requirements</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4575">#4575</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Ensured methods in <code>setuptools.modified</code> preferably raise a consistent <code>distutils.errors.DistutilsError</code> type (except in the deprecated use case of <code>SETUPTOOLS_USE_DISTUTILS=stdlib</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4567">#4567</a>)</li> <li>Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the <code>"d"</code> flag. (<a href="https://redirect.github.com/pypa/setuptools/issues/4674">#4674</a>)</li> <li>Fix clashes for <code>optional-dependencies</code> in <code>pyproject.toml</code> and <code>extra_requires</code> in <code>setup.cfg/setup.py</code>. As per PEP 621, <code>optional-dependencies</code> have to be honoured and dynamic behaviour is not allowed. (<a href="https://redirect.github.com/pypa/setuptools/issues/4696">#4696</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4560">#4560</a></li> </ul> <h1>v75.2.0</h1> <h2>Features</h2> <ul> <li>Made errors when parsing <code>Distribution</code> data more explicit about the expected type (<code>tuple[str, ...] | list[str]</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix a <code>TypeError</code> when a <code>Distribution</code>'s old included attribute was a <code>tuple</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li> <li>Add workaround for <code>bdist_wheel --dist-info-dir</code> errors when customisation does not inherit from setuptools. (<a href="https://redirect.github.com/pypa/setuptools/issues/4684">#4684</a>)</li> </ul> <h1>v75.1.1</h1> <p>Bugfixes</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4"><code>d8da7df</code></a> Bump version: 75.2.0 → 75.3.0</li> <li><a href="https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0"><code>a21c7fa</code></a> Fix grammar in news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed"><code>a9a79e7</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows (<a href="https://redirect.github.com/pypa/setuptools/issues/4676">#4676</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52"><code>0bc3248</code></a> Merge simple type annotations from typeshed (<a href="https://redirect.github.com/pypa/setuptools/issues/4504">#4504</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697"><code>1155ca8</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows</li> <li><a href="https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1"><code>1ca55c9</code></a> Workaround for clash between <code>ruff</code> in <code>pre-commit</code> hook and <code>pytest-ruff</code> (#...</li> <li><a href="https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9"><code>c498d16</code></a> Satisfy ruff linter - automatic fix</li> <li><a href="https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc"><code>1f92af5</code></a> Sync pre-commit-hook with version of ruff that gets automatically pulled in t...</li> <li><a href="https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10"><code>a39336b</code></a> Ruff: enable all pyflakes and perf rules (<a href="https://redirect.github.com/pypa/setuptools/issues/4556">#4556</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186"><code>e5f16a2</code></a> bump jaraco.test to py.typed version 5.5 in test extra (<a href="https://redirect.github.com/pypa/setuptools/issues/4651">#4651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…ges/@jsii/python-runtime (#4692) Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/wheel/releases">wheel's releases</a>.</em></p> <blockquote> <h2>0.45.0</h2> <ul> <li> <p>Refactored the <code>convert</code> command to not need setuptools to be installed</p> </li> <li> <p>Don't configure setuptools logging unless running <code>bdist_wheel</code></p> </li> <li> <p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code> to <code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve compatibility with <code>setuptools</code>' latest fixes.</p> <p>Projects are still advised to migrate away from the deprecated module and import the <code>setuptools</code>' implementation explicitly. (PR by <a href="https://github.com/abravalheri"><code>@abravalheri</code></a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's changelog</a>.</em></p> <blockquote> <h1>Release Notes</h1> <p><strong>0.45.0 (2024-11-08)</strong></p> <ul> <li> <p>Refactored the <code>convert</code> command to not need setuptools to be installed</p> </li> <li> <p>Don't configure setuptools logging unless running <code>bdist_wheel</code></p> </li> <li> <p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code> to <code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve compatibility with <code>setuptools</code>' latest fixes.</p> <p>Projects are still advised to migrate away from the deprecated module and import the <code>setuptools</code>' implementation explicitly. (PR by <a href="https://github.com/abravalheri"><code>@abravalheri</code></a>)</p> </li> </ul> <p><strong>0.44.0 (2024-08-04)</strong></p> <ul> <li>Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)</li> <li>Deprecated the <code>bdist_wheel</code> module, as the code was migrated to <code>setuptools</code> itself</li> </ul> <p><strong>0.43.0 (2024-03-11)</strong></p> <ul> <li>Dropped support for Python 3.7</li> <li>Updated vendored <code>packaging</code> to 24.0</li> </ul> <p><strong>0.42.0 (2023-11-26)</strong></p> <ul> <li>Allowed removing build tag with <code>wheel tags --build ""</code></li> <li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing updated <code>WHEEL</code> fields after a blank line, causing other tools to ignore them</li> <li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing <code>WHEEL</code> with CRLF line endings or a mix of CRLF and LF</li> <li>Fixed <code>wheel pack --build-number ""</code> not removing build tag from <code>WHEEL</code> (above changes by Benjamin Gilbert)</li> </ul> <p><strong>0.41.3 (2023-10-30)</strong></p> <ul> <li>Updated vendored <code>packaging</code> to 23.2</li> <li>Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)</li> </ul> <p><strong>0.41.2 (2023-08-22)</strong></p> <ul> <li>Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)</li> <li>Fixed <code>wheel tags</code> to not list directories in <code>RECORD</code> files (PR by Mike Taves)</li> <li>Fixed ABI tag generation for GraalPy (PR by Michael Simacek)</li> </ul> <p><strong>0.41.1 (2023-08-05)</strong></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/wheel/commit/d78f0e372199f8294556345d867af4d3cf118418"><code>d78f0e3</code></a> Created a new release</li> <li><a href="https://github.com/pypa/wheel/commit/f064c699209e36ec2948537b7cadabf84a110c30"><code>f064c69</code></a> Added license files for vendored <code>packaging</code></li> <li><a href="https://github.com/pypa/wheel/commit/68387afcd33cb514a4da811d2fc5de73c8797e48"><code>68387af</code></a> Only configure setuptools logging if bdist_wheel is imported (<a href="https://redirect.github.com/pypa/wheel/issues/641">#641</a>)</li> <li><a href="https://github.com/pypa/wheel/commit/c81f5c954a8ca7698e6df9de39cf0013295949fa"><code>c81f5c9</code></a> Refactored the <code>wheel convert</code> command to not require setuptools (<a href="https://redirect.github.com/pypa/wheel/issues/640">#640</a>)</li> <li><a href="https://github.com/pypa/wheel/commit/e43464d32feaddddb235ffe21b4bf13c1193465d"><code>e43464d</code></a> Adjusted target Python versions in GitHub CI</li> <li><a href="https://github.com/pypa/wheel/commit/e9894e71bc62e5808710bc8c2c268de51aef52d4"><code>e9894e7</code></a> Tweaked pytest settings to make the tracebacks easier to read</li> <li><a href="https://github.com/pypa/wheel/commit/baf6bf89562cb42a0ca71cc1e804600b161952eb"><code>baf6bf8</code></a> Removed Cirrus CI configuration</li> <li><a href="https://github.com/pypa/wheel/commit/28c1ba1e2a6d08edc03c73e29293a571888981f9"><code>28c1ba1</code></a> Improved compatibility with future versions of <code>setuptools</code> (<a href="https://redirect.github.com/pypa/wheel/issues/638">#638</a>)</li> <li><a href="https://github.com/pypa/wheel/commit/9254a4f9f8d9475c9f4d00a854694ddf1834ba5b"><code>9254a4f</code></a> Exclude <code>@overload</code> and <code>if TYPE_CHECKING:</code> from coverage checks</li> <li><a href="https://github.com/pypa/wheel/commit/d841597258d04f10346fbcc0ce95f9278b38ef08"><code>d841597</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/wheel/issues/635">#635</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/wheel/compare/0.44.0...0.45.0">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
#4693) Bumps the go-deps group with 1 update in the /packages/@jsii/go-runtime-test/project directory: [golang.org/x/tools](https://github.com/golang/tools). Bumps the go-deps group with 1 update in the /packages/@jsii/go-runtime/jsii-runtime-go directory: [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/tools` from 0.26.0 to 0.27.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf"><code>4d2b19f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/636867761e007eb34c5cf070be078f1f52e42052"><code>6368677</code></a> gopls/internal/golang: strength reduce ComputeImportFixEdits</li> <li><a href="https://github.com/golang/tools/commit/777f15531169c97bcdedd3657ca88c4f6a3df154"><code>777f155</code></a> gopls/internal/golang: show package attributes on hover</li> <li><a href="https://github.com/golang/tools/commit/8a0e08fb12a5dfb9ce62a770c69b3890114dafc9"><code>8a0e08f</code></a> gopls/doc: add missing doc link</li> <li><a href="https://github.com/golang/tools/commit/61415bee33fa1d798499691290df4eaf9e438c03"><code>61415be</code></a> gopls/internal/cache: guard against malformed paths in port.matches</li> <li><a href="https://github.com/golang/tools/commit/9a89d3a9850fd26cb9aee85127007257ea7ed951"><code>9a89d3a</code></a> internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos</li> <li><a href="https://github.com/golang/tools/commit/1115af6fe6cfbcc9467f11ea249f1f25f6fb551e"><code>1115af6</code></a> internal/expect: support named arguments f(a, b, c=d, e="f")</li> <li><a href="https://github.com/golang/tools/commit/0b9e4998c4183c8162199d19632f38120a165c1b"><code>0b9e499</code></a> go/{expect,packages/packagestest}: mention the tag+delete proposal</li> <li><a href="https://github.com/golang/tools/commit/efcd2bdbd90a444d84eb8096da49c9c248a43233"><code>efcd2bd</code></a> internal/packagestest: fork go/packages/packagestest</li> <li><a href="https://github.com/golang/tools/commit/0e9ed3dc7ad85c9b9bfc03b5c956ea1334221e48"><code>0e9ed3d</code></a> go/packages: do not mutate Config</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.26.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/tools` from 0.26.0 to 0.27.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf"><code>4d2b19f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/636867761e007eb34c5cf070be078f1f52e42052"><code>6368677</code></a> gopls/internal/golang: strength reduce ComputeImportFixEdits</li> <li><a href="https://github.com/golang/tools/commit/777f15531169c97bcdedd3657ca88c4f6a3df154"><code>777f155</code></a> gopls/internal/golang: show package attributes on hover</li> <li><a href="https://github.com/golang/tools/commit/8a0e08fb12a5dfb9ce62a770c69b3890114dafc9"><code>8a0e08f</code></a> gopls/doc: add missing doc link</li> <li><a href="https://github.com/golang/tools/commit/61415bee33fa1d798499691290df4eaf9e438c03"><code>61415be</code></a> gopls/internal/cache: guard against malformed paths in port.matches</li> <li><a href="https://github.com/golang/tools/commit/9a89d3a9850fd26cb9aee85127007257ea7ed951"><code>9a89d3a</code></a> internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos</li> <li><a href="https://github.com/golang/tools/commit/1115af6fe6cfbcc9467f11ea249f1f25f6fb551e"><code>1115af6</code></a> internal/expect: support named arguments f(a, b, c=d, e="f")</li> <li><a href="https://github.com/golang/tools/commit/0b9e4998c4183c8162199d19632f38120a165c1b"><code>0b9e499</code></a> go/{expect,packages/packagestest}: mention the tag+delete proposal</li> <li><a href="https://github.com/golang/tools/commit/efcd2bdbd90a444d84eb8096da49c9c248a43233"><code>efcd2bd</code></a> internal/packagestest: fork go/packages/packagestest</li> <li><a href="https://github.com/golang/tools/commit/0e9ed3dc7ad85c9b9bfc03b5c956ea1334221e48"><code>0e9ed3d</code></a> go/packages: do not mutate Config</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.26.0...v0.27.0">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>
…~=9.5.44 in /gh-pages (#4694) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.44</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>: Font CSS 404's when using privacy plugin (9.5.43 regression)</li> </ul> <p>Thanks go to <a href="https://github.com/nejch"><code>@nejch</code></a> for their contributions.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.44 (2024-11-05)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>: Font CSS 404's when using privacy plugin (9.5.43 regression)</li> </ul> <p>mkdocs-material-9.5.43 (2024-10-31)</p> <ul> <li>Added support for external images in SVGs in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>: Privacy plugin doesn't handle quoted URLs in CSS</li> </ul> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/aa4ef560f059801fe2c5b0acb68c30f079dd6f5c"><code>aa4ef56</code></a> Prepare 9.5.44 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/eb63b608e2aabd4dc635eb360607b627f6394b51"><code>eb63b60</code></a> Fixed file save regression in privacy plugin (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7673">#7673</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ac3315fd3e25b9449306d0dac6cd535d4d32d9ea"><code>ac3315f</code></a> Updated dependencies</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.43...9.5.44">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
Need this for testing. Also fixed a deprecated input parameter name in the workflow. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
aws-cdk-automation
added
the
pr/no-squash
This PR should be merged instead of squash-merging it
label
Nov 14, 2024
kaizencc
approved these changes
Nov 14, 2024
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
Merging (no-squash)... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See CHANGELOG