Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Bump the runtime-dependencies group with 3 updates (#144)
Bumps the runtime-dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) and [orjson](https://github.com/ijl/orjson). Updates `boto3` from 1.35.92 to 1.35.97 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/4673c59d4b75f17f87246218b9f36e13d226c561"><code>4673c59</code></a> Merge branch 'release-1.35.97'</li> <li><a href="https://github.com/boto/boto3/commit/7b9ebbbe79e19fa8bd1a9671ab0da13abca097bd"><code>7b9ebbb</code></a> Bumping version to 1.35.97</li> <li><a href="https://github.com/boto/boto3/commit/e28898c44feb8e49eda6419b7adb8220c3a0ff1b"><code>e28898c</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/72c953c0eb8e44747630bbff8132ef4545c8e283"><code>72c953c</code></a> Merge branch 'release-1.35.96'</li> <li><a href="https://github.com/boto/boto3/commit/28fc5bb15bc8c3abd59810290bf04912851f1f55"><code>28fc5bb</code></a> Merge branch 'release-1.35.96' into develop</li> <li><a href="https://github.com/boto/boto3/commit/15f31988bed6d82e91ac03b166d852066f0fe699"><code>15f3198</code></a> Bumping version to 1.35.96</li> <li><a href="https://github.com/boto/boto3/commit/84ce3c061d34e15ee53ec9a71a37036dee257ad1"><code>84ce3c0</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/72e84a29acc8fce0eeafe5e1a491696c9045a950"><code>72e84a2</code></a> Merge branch 'release-1.35.95'</li> <li><a href="https://github.com/boto/boto3/commit/0855227770bdb43b6f3c990d2c5c913eb22b61ca"><code>0855227</code></a> Merge branch 'release-1.35.95' into develop</li> <li><a href="https://github.com/boto/boto3/commit/b9361b60c0e93315348e2e46e55444c119ca1957"><code>b9361b6</code></a> Bumping version to 1.35.95</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.35.92...1.35.97">compare view</a></li> </ul> </details> <br /> Updates `boto3-stubs` from 1.35.92 to 1.35.97 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/youtype/mypy_boto3_builder/releases">boto3-stubs's releases</a>.</em></p> <blockquote> <h2>8.8.0 - Python 3.8 runtime is back</h2> <h3>Changed</h3> <ul> <li><code>[services]</code> <code>install_requires</code> section is calculated based on dependencies in use, so <code>typing-extensions</code> version is set properly</li> <li><code>[all]</code> Replaced <code>typing</code> imports with <code>collections.abc</code> with a fallback to <code>typing</code> for Python <3.9</li> <li><code>[all]</code> Added aliases for <code>builtins.list</code>, <code>builtins.set</code>, <code>builtins.dict</code>, and <code>builtins.type</code>, so Python 3.8 runtime should work as expected again (reported by <a href="https://github.com/YHallouard"><code>@YHallouard</code></a> in <a href="https://redirect.github.com/youtype/mypy_boto3_builder/issues/340">#340</a> and <a href="https://github.com/Omri-Ben-Yair"><code>@Omri-Ben-Yair</code></a> in <a href="https://redirect.github.com/youtype/mypy_boto3_builder/issues/336">#336</a>)</li> <li><code>[all]</code> Unions use the same type annotations as the rest of the structures due to proper fallbacks</li> </ul> <h3>Fixed</h3> <ul> <li><code>[services]</code> Universal input/output shapes were not replaced properly in service subresources</li> <li><code>[docs]</code> Simplified doc links rendering for services</li> <li><code>[services]</code> Cleaned up unnecessary imports in <code>client.pyi</code></li> <li><code>[builder]</code> Import records with fallback are always rendered</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/youtype/mypy_boto3_builder/commits">compare view</a></li> </ul> </details> <br /> Updates `orjson` from 3.10.13 to 3.10.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ijl/orjson/releases">orjson's releases</a>.</em></p> <blockquote> <h2>3.10.14</h2> <h3>Changed</h3> <ul> <li>Specify build system dependency on <code>maturin>=1,<2</code> again.</li> <li>Allocate memory using <code>PyMem_Malloc()</code> and similar APIs for integration with pymalloc, mimalloc, and tracemalloc.</li> <li>Source distribution does not ship compressed test documents and relevant tests skip if fixtures are not present.</li> <li>Build now depends on Rust 1.82 or later instead of 1.72.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ijl/orjson/blob/master/CHANGELOG.md">orjson's changelog</a>.</em></p> <blockquote> <h2>3.10.14</h2> <h3>Changed</h3> <ul> <li>Specify build system dependency on <code>maturin>=1,<2</code> again.</li> <li>Allocate memory using <code>PyMem_Malloc()</code> and similar APIs for integration with pymalloc, mimalloc, and tracemalloc.</li> <li>Source distribution does not ship compressed test documents and relevant tests skip if fixtures are not present.</li> <li>Build now depends on Rust 1.82 or later instead of 1.72.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ijl/orjson/commit/1534f8c08ce4e7b3684e2d32d65222a897deacc6"><code>1534f8c</code></a> 3.10.14</li> <li><a href="https://github.com/ijl/orjson/commit/3964617ebabf6f73fb5bffa82f0c146b713dfe39"><code>3964617</code></a> Fix CI to use python3.13t interpreter</li> <li><a href="https://github.com/ijl/orjson/commit/d231af6387935879753312684c34409cd7d8e415"><code>d231af6</code></a> alloc using PyMem functions</li> <li><a href="https://github.com/ijl/orjson/commit/a817c9186cb7a007cecd625827e0f31734e73014"><code>a817c91</code></a> ABI compatibility with free-threading builds</li> <li><a href="https://github.com/ijl/orjson/commit/0c3ca67779ad6c39cc24a93632fb0fe65ff900b7"><code>0c3ca67</code></a> build maintenance, edition 2024 compatibility</li> <li>See full diff in <a href="https://github.com/ijl/orjson/compare/3.10.13...3.10.14">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information