-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Stubber with "dynamodb_client.transact_write_items" is unable to produce error response for tests #3178
Comments
Hi @brysontyrrell, Sorry to hear you're having an issue. I'm looking into this. I'm wondering for your statement:
Do you mean to say that this did not occur previously? This structure with the cancellation reasons outside of the error has been in the API model for three years. And yes, per the model the message is duplicated inside the reasons too: I'll need to do some more research to determine next steps. Thanks for your patience! |
Hi @brysontyrrell, it does look like we can close out #2657! Also, a PR was just posted (boto/botocore#2636) to address this feature gap. |
|
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [boto3](https://github.com/boto/boto3) from 1.21.17 to 1.21.19. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.21.19</h1> <ul> <li>api-change:<code>kendra</code>: [<code>botocore</code>] Amazon Kendra now provides a data source connector for Slack. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html">https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html</a></li> <li>api-change:<code>timestream-query</code>: [<code>botocore</code>] Amazon Timestream Scheduled Queries now support Timestamp datatype in a multi-measure record.</li> <li>enhancement:Stubber: [<code>botocore</code>] Added support for modeled exception fields when adding errors to a client stub. Implements boto/boto3<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__.</li> <li>api-change:<code>elasticache</code>: [<code>botocore</code>] Doc only update for ElastiCache</li> <li>api-change:<code>config</code>: [<code>botocore</code>] Add resourceType enums for AWS::ECR::PublicRepository and AWS::EC2::LaunchTemplate</li> </ul> <h1>1.21.18</h1> <ul> <li>api-change:<code>outposts</code>: [<code>botocore</code>] This release adds address filters for listSites</li> <li>api-change:<code>lambda</code>: [<code>botocore</code>] Adds PrincipalOrgID support to AddPermission API. Customers can use it to manage permissions to lambda functions at AWS Organizations level.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for Secrets Manager.</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] This release adds support for enabling Rich Messaging when starting a new chat session via the StartChatContact API. Rich Messaging enables the following formatting options: bold, italics, hyperlinks, bulleted lists, and numbered lists.</li> <li>api-change:<code>chime</code>: [<code>botocore</code>] Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/a657f829f9d07b2f2e6b5f5bf2aea48b64febae7"><code>a657f82</code></a> Merge branch 'release-1.21.19'</li> <li><a href="https://github.com/boto/boto3/commit/8361ae704be9b8aac29e3e10774c929ff5780074"><code>8361ae7</code></a> Bumping version to 1.21.19</li> <li><a href="https://github.com/boto/boto3/commit/fd92fcd8c5fa560341a746553a35244b92554037"><code>fd92fcd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/97069c53390424f4dbb5dfbd0fb50978c0fa650e"><code>97069c5</code></a> Merge branch 'release-1.21.18'</li> <li><a href="https://github.com/boto/boto3/commit/b47fcdcdac0a32876c90251650fd9f6f82107e41"><code>b47fcdc</code></a> Merge branch 'release-1.21.18' into develop</li> <li><a href="https://github.com/boto/boto3/commit/8c350e5231c3973de58fabe05f959c40acfa1f6d"><code>8c350e5</code></a> Bumping version to 1.21.18</li> <li><a href="https://github.com/boto/boto3/commit/6b028241ec86dcdf5d6904f2e9f33230018c58b0"><code>6b02824</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/da4cb3ed2ac9f133888e273dee1199ef99c47240"><code>da4cb3e</code></a> Merge branch 'release-1.21.17' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.21.17...1.21.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.21.17&new-version=1.21.19)](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 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>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.105 to 1.34.107. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> <h1>1.34.106</h1> <ul> <li>api-change:<code>bedrock-agent-runtime</code>: [<code>botocore</code>] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] CodeBuild Reserved Capacity VPC Support</li> <li>api-change:<code>datasync</code>: [<code>botocore</code>] Task executions now display a CANCELLING status when an execution is in the process of being cancelled.</li> <li>api-change:<code>grafana</code>: [<code>botocore</code>] This release adds new ServiceAccount and ServiceAccountToken APIs.</li> <li>api-change:<code>medical-imaging</code>: [<code>botocore</code>] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.</li> <li>api-change:<code>securityhub</code>: [<code>botocore</code>] Documentation-only update for AWS Security Hub</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/e7ce001682a6ed7629d9999cc1e1d52eaa27fe51"><code>e7ce001</code></a> Merge branch 'release-1.34.106'</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li><a href="https://github.com/boto/boto3/commit/7ab7a20941f6751ccf42a17c776c300320ddacff"><code>7ab7a20</code></a> Bumping version to 1.34.106</li> <li><a href="https://github.com/boto/boto3/commit/8281eb77f50862bf6495a27067e38a90b7c82270"><code>8281eb7</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/c0dad5593b85ecca06d9c4c09632d7b904fb5105"><code>c0dad55</code></a> Add docs for AWS_SDK_UA_APP_ID environment variable (<a href="https://redirect.github.com/boto/boto3/issues/4130">#4130</a>)</li> <li><a href="https://github.com/boto/boto3/commit/3318095f2f2c2ebcc2e598a0eb87bab69df33d79"><code>3318095</code></a> Merge branch 'release-1.34.105' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.105...1.34.107">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.105&new-version=1.34.107)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.107. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.107">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.107)](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>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.107. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.107">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.107)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.108. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/ec8763d4fc1e2ad833eb901e5fb2cea72ec0b857"><code>ec8763d</code></a> Merge branch 'release-1.34.107' into develop</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.108">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.108)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.108. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/ec8763d4fc1e2ad833eb901e5fb2cea72ec0b857"><code>ec8763d</code></a> Merge branch 'release-1.34.107' into develop</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.108">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.108)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.108. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/ec8763d4fc1e2ad833eb901e5fb2cea72ec0b857"><code>ec8763d</code></a> Merge branch 'release-1.34.107' into develop</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.108">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.108)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.106 to 1.34.108. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li><a href="https://github.com/boto/boto3/commit/ec8763d4fc1e2ad833eb901e5fb2cea72ec0b857"><code>ec8763d</code></a> Merge branch 'release-1.34.107' into develop</li> <li><a href="https://github.com/boto/boto3/commit/8269cfbf6b0b8ece2108fce5d81d31a1d2625c8b"><code>8269cfb</code></a> Bumping version to 1.34.107</li> <li><a href="https://github.com/boto/boto3/commit/f5a56fbaa1474d23ec4426c7d333f6cb44dfbf32"><code>f5a56fb</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5eaa86735c78be7332fbc340813ba286a629f92b"><code>5eaa867</code></a> Merge branch 'release-1.34.106' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.106...1.34.108">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.106&new-version=1.34.108)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jcadam14 <[email protected]>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.104 to 1.34.109. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.109</h1> <ul> <li>api-change:<code>bedrock-agent</code>: [<code>botocore</code>] This release adds support for using Guardrails with Bedrock Agents.</li> <li>api-change:<code>bedrock-agent-runtime</code>: [<code>botocore</code>] This release adds support for using Guardrails with Bedrock Agents.</li> <li>api-change:<code>controltower</code>: [<code>botocore</code>] Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.</li> <li>api-change:<code>osis</code>: [<code>botocore</code>] Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.</li> <li>api-change:<code>rds</code>: [<code>botocore</code>] This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing</li> </ul> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](boto/boto3#3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> <h1>1.34.106</h1> <ul> <li>api-change:<code>bedrock-agent-runtime</code>: [<code>botocore</code>] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] CodeBuild Reserved Capacity VPC Support</li> <li>api-change:<code>datasync</code>: [<code>botocore</code>] Task executions now display a CANCELLING status when an execution is in the process of being cancelled.</li> <li>api-change:<code>grafana</code>: [<code>botocore</code>] This release adds new ServiceAccount and ServiceAccountToken APIs.</li> <li>api-change:<code>medical-imaging</code>: [<code>botocore</code>] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.</li> <li>api-change:<code>securityhub</code>: [<code>botocore</code>] Documentation-only update for AWS Security Hub</li> </ul> <h1>1.34.105</h1> <ul> <li>api-change:<code>connect</code>: [<code>botocore</code>] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.</li> <li>api-change:<code>s3</code>: [<code>botocore</code>] Updated a few x-id in the http uri traits</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/c3ff201cf8ab028dccae75ca49d6de452913d915"><code>c3ff201</code></a> Merge branch 'release-1.34.109'</li> <li><a href="https://github.com/boto/boto3/commit/95c4f21f7c0ced6887e96fdb015f46bc53b72f7f"><code>95c4f21</code></a> Bumping version to 1.34.109</li> <li><a href="https://github.com/boto/boto3/commit/74a49c50c0e65c94fdbb50f206cc4dfd4284af2b"><code>74a49c5</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/7ecab0dcd36f74567c37d23cd2c1d05b3512c1ba"><code>7ecab0d</code></a> Merge pull request <a href="https://redirect.github.com/boto/boto3/issues/4136">#4136</a> from boto/dependabot/github_actions/github/codeql-ac...</li> <li><a href="https://github.com/boto/boto3/commit/a27c66576411422fe73df1c64415aab0d3128923"><code>a27c665</code></a> Bump github/codeql-action from 2.13.4 to 3.25.6</li> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/80a3e50c5536d50182f24f8d9af60d712013c004"><code>80a3e50</code></a> Merge branch 'release-1.34.108' into develop</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.34.104...1.34.109">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.34.104&new-version=1.34.109)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the pip group with 10 updates: | Package | From | To | | --- | --- | --- | | [docker](https://github.com/docker/docker-py) | `7.0.0` | `7.1.0` | | [boto3](https://github.com/boto/boto3) | `1.34.57` | `1.34.109` | | [botocore](https://github.com/boto/botocore) | `1.34.109` | `1.34.113` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.108` | `1.34.113` | | [githubkit](https://github.com/yanyongyu/githubkit) | `0.11.4` | `0.11.5` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.24` | `9.5.25` | | [connexion](https://github.com/spec-first/connexion) | `3.0.6` | `3.1.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.102.4` | `6.102.6` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.363` | `1.1.364` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.5` | Updates `docker` from 7.0.0 to 7.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker-py/releases">docker's releases</a>.</em></p> <blockquote> <h2>7.1.0</h2> <h2>Upgrade Notes</h2> <ul> <li>Bumped minimum engine API version to 1.24</li> <li>Bumped default engine API version to 1.44 (Moby 25.0)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed issue with tag parsing when the registry address includes ports that resulted in <code>invalid tag format</code> errors</li> <li>Fixed issue preventing creating new configs (<code>ConfigCollection</code>), which failed with a <code>KeyError</code> due to the <code>name</code> field</li> <li>Fixed an issue due to an update in the <a href="https://github.com/psf/requests">requests</a> package breaking <code>docker-py</code> by applying the <a href="https://redirect.github.com/psf/requests/pull/6710">suggested fix</a></li> </ul> <h2>Miscellaneous</h2> <ul> <li>Documentation improvements</li> <li>Updated Ruff (linter) and fixed minor linting issues</li> <li>Packaging/CI updates <ul> <li>Started using hatch for packaging (<a href="https://github.com/pypa/hatch">https://github.com/pypa/hatch</a>)</li> <li>Updated <code>setup-python</code> github action</li> </ul> </li> <li>Updated tests <ul> <li>Stopped checking for deprecated container and image related fields (<code>Container</code> and <code>ContainerConfig</code>)</li> <li>Updated tests that check <code>NetworkSettings.Networks.<network>.Aliases</code> due to engine changes</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>Bump default API version to 1.43 (Moby 24.0) by <a href="https://github.com/vvoland"><code>@vvoland</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3199">docker/docker-py#3199</a></li> <li>integration/commit: Don't check for deprecated fields by <a href="https://github.com/vvoland"><code>@vvoland</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3203">docker/docker-py#3203</a></li> <li>fix: tag regex should allow ports by <a href="https://github.com/artificial-intelligence"><code>@artificial-intelligence</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3196">docker/docker-py#3196</a></li> <li>utils: Fix datetime_to_timestamp by <a href="https://github.com/vvoland"><code>@vvoland</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3208">docker/docker-py#3208</a></li> <li>fix: keyerror when creating new config(<a href="https://redirect.github.com/docker/docker-py/issues/3110">#3110</a>) by <a href="https://github.com/Khushiyant"><code>@Khushiyant</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3200">docker/docker-py#3200</a></li> <li>Update Ruff, fix some minor issues by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3206">docker/docker-py#3206</a></li> <li>docs: change image.history() return type to list (<a href="https://redirect.github.com/docker/docker-py/issues/3076">#3076</a>) by <a href="https://github.com/Khushiyant"><code>@Khushiyant</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3202">docker/docker-py#3202</a></li> <li>lint: fix string formatting by <a href="https://github.com/milas"><code>@milas</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3211">docker/docker-py#3211</a></li> <li>Drop <code>packaging</code> dependency by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3205">docker/docker-py#3205</a></li> <li>Bump default API version to 1.44 (Moby 25.0) by <a href="https://github.com/vvoland"><code>@vvoland</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3231">docker/docker-py#3231</a></li> <li>Modernize build to use <code>hatchling</code> and <code>hatch-vcs</code> by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3207">docker/docker-py#3207</a></li> <li>Enable Ruff I (import sort), autofix by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3212">docker/docker-py#3212</a></li> <li>chore(ci): fix-ups across Make / Docker / GitHub Actions by <a href="https://github.com/milas"><code>@milas</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3241">docker/docker-py#3241</a></li> <li>chore: fix return type docs for <code>container.logs()</code> by <a href="https://github.com/BobDu"><code>@BobDu</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/2240">docker/docker-py#2240</a></li> <li>CI fix by <a href="https://github.com/krissetto"><code>@krissetto</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3260">docker/docker-py#3260</a></li> <li>Fix for requests 2.32 by <a href="https://github.com/felixfontein"><code>@felixfontein</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3257">docker/docker-py#3257</a></li> <li>Added 7.1.0 changelog by <a href="https://github.com/krissetto"><code>@krissetto</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3262">docker/docker-py#3262</a></li> <li>Fix env var name in release pipeline by <a href="https://github.com/krissetto"><code>@krissetto</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3263">docker/docker-py#3263</a></li> <li>Change env var name in release pipeline to match hatch expectations by <a href="https://github.com/krissetto"><code>@krissetto</code></a> in <a href="https://redirect.github.com/docker/docker-py/pull/3264">docker/docker-py#3264</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vvoland"><code>@vvoland</code></a> made their first contribution in <a href="https://redirect.github.com/docker/docker-py/pull/3199">docker/docker-py#3199</a></li> <li><a href="https://github.com/artificial-intelligence"><code>@artificial-intelligence</code></a> made their first contribution in <a href="https://redirect.github.com/docker/docker-py/pull/3196">docker/docker-py#3196</a></li> <li><a href="https://github.com/Khushiyant"><code>@Khushiyant</code></a> made their first contribution in <a href="https://redirect.github.com/docker/docker-py/pull/3200">docker/docker-py#3200</a></li> <li><a href="https://github.com/BobDu"><code>@BobDu</code></a> made their first contribution in <a href="https://redirect.github.com/docker/docker-py/pull/2240">docker/docker-py#2240</a></li> <li><a href="https://github.com/krissetto"><code>@krissetto</code></a> made their first contribution in <a href="https://redirect.github.com/docker/docker-py/pull/3260">docker/docker-py#3260</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/docker-py/compare/7.0.0...7.1.0">https://github.com/docker/docker-py/compare/7.0.0...7.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/docker-py/commit/a3652028b1ead708bd9191efb286f909ba6c2a49"><code>a365202</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker-py/issues/3264">#3264</a> from krissetto/rename-env-var-in-release-pipeline</li> <li><a href="https://github.com/docker/docker-py/commit/1ab40c8e926c0b892b3ef47ae8acc274fc13f250"><code>1ab40c8</code></a> Fix env var name in release pipeline to match hatch expectations</li> <li><a href="https://github.com/docker/docker-py/commit/b33088e0ca1bd40e45ad759a61cf084e9628043e"><code>b33088e</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker-py/issues/3263">#3263</a> from krissetto/fix-release-pipeline</li> <li><a href="https://github.com/docker/docker-py/commit/45488acfc1851c5b5358ec7d8030a754c5f23783"><code>45488ac</code></a> Fix env var name in release pipeline</li> <li><a href="https://github.com/docker/docker-py/commit/20879eca6ae19ef406e918baa1e220aa37ba29a2"><code>20879ec</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker-py/issues/3262">#3262</a> from krissetto/changelog-7.1.0</li> <li><a href="https://github.com/docker/docker-py/commit/4f2a26d21e81774cbb8e025b01de001a3ac3a545"><code>4f2a26d</code></a> Added 7.1.0 changelog</li> <li><a href="https://github.com/docker/docker-py/commit/7785ad913ddf2d86478f08278bb2c488d05a29ff"><code>7785ad9</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker-py/issues/3257">#3257</a> from felixfontein/requests-hotfix</li> <li><a href="https://github.com/docker/docker-py/commit/d8e9bcb2780607faf388f8832bff3865eb24dce0"><code>d8e9bcb</code></a> requests 2.32.0 and 2.32.1 have been yanked.</li> <li><a href="https://github.com/docker/docker-py/commit/2a059a9f19c7b37c6c71c233754c6845e325d1ec"><code>2a059a9</code></a> Extend fix to requests 2.32.2+.</li> <li><a href="https://github.com/docker/docker-py/commit/e33e0a437ecd895158c8cb4322a0cdad79312636"><code>e33e0a4</code></a> Hotfix for requests 2.32.0.</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker-py/compare/7.0.0...7.1.0">compare view</a></li> </ul> </details> <br /> Updates `boto3` from 1.34.57 to 1.34.109 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.109</h1> <ul> <li>api-change:<code>bedrock-agent</code>: [<code>botocore</code>] This release adds support for using Guardrails with Bedrock Agents.</li> <li>api-change:<code>bedrock-agent-runtime</code>: [<code>botocore</code>] This release adds support for using Guardrails with Bedrock Agents.</li> <li>api-change:<code>controltower</code>: [<code>botocore</code>] Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.</li> <li>api-change:<code>osis</code>: [<code>botocore</code>] Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.</li> <li>api-change:<code>rds</code>: [<code>botocore</code>] This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing</li> </ul> <h1>1.34.108</h1> <ul> <li>api-change:<code>application-autoscaling</code>: [<code>botocore</code>] add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] Aws CodeBuild now supports 36 hours build timeout</li> <li>api-change:<code>elbv2</code>: [<code>botocore</code>] This release adds dualstack-without-public-ipv4 IP address type for ALB.</li> <li>api-change:<code>lakeformation</code>: [<code>botocore</code>] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal</li> <li>api-change:<code>transfer</code>: [<code>botocore</code>] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.</li> </ul> <h1>1.34.107</h1> <ul> <li>api-change:<code>acm-pca</code>: [<code>botocore</code>] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] Adding Contact Flow metrics to the GetMetricDataV2 API</li> <li>api-change:<code>kafka</code>: [<code>botocore</code>] AWS MSK support for Broker Removal.</li> <li>api-change:<code>mwaa</code>: [<code>botocore</code>] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.</li> <li>api-change:<code>quicksight</code>: [<code>botocore</code>] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.</li> <li>api-change:<code>secretsmanager</code>: [<code>botocore</code>] Documentation updates for AWS Secrets Manager</li> <li>bugfix:retries: [<code>botocore</code>] Fix backoff calculation for truncated binary exponential backoff (<code>[#3178](https://github.com/boto/boto3/issues/3178) <https://github.com/boto/botocore/issues/3178></code>__)</li> </ul> <h1>1.34.106</h1> <ul> <li>api-change:<code>bedrock-agent-runtime</code>: [<code>botocore</code>] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains</li> <li>api-change:<code>codebuild</code>: [<code>botocore</code>] CodeBuild Reserved Capacity VPC Support</li> <li>api-change:<code>datasync</code>: [<code>botocore</code>] Task executions now display a CANCELLING status when an execution is in the process of being cancelled.</li> <li>api-change:<code>grafana</code>: [<code>botocore</code>] This release adds new ServiceAccount and ServiceAccountToken APIs.</li> <li>api-change:<code>medical-imaging</code>: [<code>botocore</code>] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.</li> <li>api-change:<code>securityhub</code>: [<code>botocore</code>] Documentation-only update for AWS Security Hub</li> </ul> <h1>1.34.105</h1> <ul> <li>api-change:<code>connect</code>: [<code>botocore</code>] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.</li> <li>api-change:<code>s3</code>: [<code>botocore</code>] Updated a few x-id in the http uri traits</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/c3ff201cf8ab028dccae75ca49d6de452913d915"><code>c3ff201</code></a> Merge branch 'release-1.34.109'</li> <li><a href="https://github.com/boto/boto3/commit/95c4f21f7c0ced6887e96fdb015f46bc53b72f7f"><code>95c4f21</code></a> Bumping version to 1.34.109</li> <li><a href="https://github.com/boto/boto3/commit/74a49c50c0e65c94fdbb50f206cc4dfd4284af2b"><code>74a49c5</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/7ecab0dcd36f74567c37d23cd2c1d05b3512c1ba"><code>7ecab0d</code></a> Merge pull request <a href="https://redirect.github.com/boto/boto3/issues/4136">#4136</a> from boto/dependabot/github_actions/github/codeql-ac...</li> <li><a href="https://github.com/boto/boto3/commit/a27c66576411422fe73df1c64415aab0d3128923"><code>a27c665</code></a> Bump github/codeql-action from 2.13.4 to 3.25.6</li> <li><a href="https://github.com/boto/boto3/commit/ab5f82f16f2407b7d3a9fd41bf62875983b4d393"><code>ab5f82f</code></a> Merge branch 'release-1.34.108'</li> <li><a href="https://github.com/boto/boto3/commit/80a3e50c5536d50182f24f8d9af60d712013c004"><code>80a3e50</code></a> Merge branch 'release-1.34.108' into develop</li> <li><a href="https://github.com/boto/boto3/commit/6ce3b8bc597d6545ee0ea9441fc8de75b6514260"><code>6ce3b8b</code></a> Bumping version to 1.34.108</li> <li><a href="https://github.com/boto/boto3/commit/0e852dd7fa0d34f98c50ac5d6e30f061a3d1dd73"><code>0e852dd</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b7953550b2b3c659f81385c76e8921d32baac872"><code>b795355</code></a> Merge branch 'release-1.34.107'</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.34.57...1.34.109">compare view</a></li> </ul> </details> <br /> Updates `botocore` from 1.34.109 to 1.34.113 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/botocore/blob/develop/CHANGELOG.rst">botocore's changelog</a>.</em></p> <blockquote> <h1>1.34.113</h1> <ul> <li>api-change:<code>dynamodb</code>: Documentation only updates for DynamoDB.</li> <li>api-change:<code>iotfleetwise</code>: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.</li> <li>api-change:<code>managedblockchain</code>: This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.</li> </ul> <h1>1.34.112</h1> <ul> <li>api-change:<code>emr-serverless</code>: This release adds the capability to run interactive workloads using Apache Livy Endpoint.</li> <li>api-change:<code>opsworks</code>: Documentation-only update for OpsWorks Stacks.</li> </ul> <h1>1.34.111</h1> <ul> <li>api-change:<code>chatbot</code>: This change adds support for tagging Chatbot configurations.</li> <li>api-change:<code>cloudformation</code>: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.</li> <li>api-change:<code>kms</code>: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.</li> <li>api-change:<code>opensearch</code>: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.</li> <li>api-change:<code>wafv2</code>: You can now use Security Lake to collect web ACL traffic data.</li> </ul> <h1>1.34.110</h1> <ul> <li>api-change:<code>cloudfront</code>: Model update; no change to SDK functionality.</li> <li>api-change:<code>glue</code>: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.</li> <li>api-change:<code>lightsail</code>: This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.</li> <li>api-change:<code>mailmanager</code>: This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.</li> <li>api-change:<code>pi</code>: Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.</li> <li>api-change:<code>rds</code>: Updates Amazon RDS documentation for Db2 license through AWS Marketplace.</li> <li>api-change:<code>storagegateway</code>: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/botocore/commit/d3e760714dee2eac94d1cb518750386e877b7880"><code>d3e7607</code></a> Merge branch 'release-1.34.113'</li> <li><a href="https://github.com/boto/botocore/commit/0b92c881ef5a30d1f78513f0f850d3d0edf71b26"><code>0b92c88</code></a> Bumping version to 1.34.113</li> <li><a href="https://github.com/boto/botocore/commit/ad1ef718df70ea1b82dfec719249f269f64fc8fa"><code>ad1ef71</code></a> Update endpoints model</li> <li><a href="https://github.com/boto/botocore/commit/5746767784346c253de9d1224d65f5acae42374c"><code>5746767</code></a> Update to latest models</li> <li><a href="https://github.com/boto/botocore/commit/23e186f974a3b0158769e0a8a4f6ee1d8fcefbef"><code>23e186f</code></a> Merge pull request <a href="https://redirect.github.com/boto/botocore/issues/3189">#3189</a> from boto/revert-3187-a4b</li> <li><a href="https://github.com/boto/botocore/commit/9180f2acbb4909ac00ff6649fa5831e686cbaf10"><code>9180f2a</code></a> Merge pull request <a href="https://redirect.github.com/boto/botocore/issues/3188">#3188</a> from boto/revert-3186-honeycode</li> <li><a href="https://github.com/boto/botocore/commit/0995d66bb9dbe80c68a7d1c4eef79b79e0cb26b7"><code>0995d66</code></a> Revert "Remove alexaforbusiness client following the service deprecation (<a href="https://redirect.github.com/boto/botocore/issues/31">#31</a>...</li> <li><a href="https://github.com/boto/botocore/commit/e406696e4fad70edc16ef924ee55aff8a5a970c2"><code>e406696</code></a> Revert "Remove honeycode client following the service deprecation (<a href="https://redirect.github.com/boto/botocore/issues/3186">#3186</a>)"</li> <li><a href="https://github.com/boto/botocore/commit/864f4318b5e07c765bda2bf9f6fab62f07655aa3"><code>864f431</code></a> Remove alexaforbusiness client following the service deprecation (<a href="https://redirect.github.com/boto/botocore/issues/3187">#3187</a>)</li> <li><a href="https://github.com/boto/botocore/commit/df5d06eec1beb3068046d1bc6fe32086b952c659"><code>df5d06e</code></a> Remove honeycode client following the service deprecation (<a href="https://redirect.github.com/boto/botocore/issues/3186">#3186</a>)</li> <li>Additional commits viewable in <a href="https://github.com/boto/botocore/compare/1.34.109...1.34.113">compare view</a></li> </ul> </details> <br /> Updates `boto3-stubs` from 1.34.108 to 1.34.113 <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 `githubkit` from 0.11.4 to 0.11.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yanyongyu/githubkit/releases">githubkit's releases</a>.</em></p> <blockquote> <h2>Release 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>Feature: add reason phrase to response and exceptions by <a href="https://github.com/yanyongyu"><code>@yanyongyu</code></a> in <a href="https://redirect.github.com/yanyongyu/githubkit/pull/101">yanyongyu/githubkit#101</a></li> <li>re-generate openapi models and apis</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yanyongyu/githubkit/compare/v0.11.4...v0.11.5">https://github.com/yanyongyu/githubkit/compare/v0.11.4...v0.11.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yanyongyu/githubkit/commit/65953c3bb51df5f51948d8bf8bb3ce74ba56ab36"><code>65953c3</code></a> :bookmark: bump version 0.11.5</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/5b4cc75f30b86c4b89eef44d7058095078bba9dd"><code>5b4cc75</code></a> :bug: fix codegen model group bug</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/1e213bc324bbb6a9406d2727d05e71a9298b1bd4"><code>1e213bc</code></a> :alien: re-generate openapi</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/242b8c012931c18881ba2bbba477e7ef5c7032d5"><code>242b8c0</code></a> :sparkles: Feature: add reason phrase to response and exceptions (<a href="https://redirect.github.com/yanyongyu/githubkit/issues/101">#101</a>)</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/9221b59316cf207edf14e089a8623fc84534eae9"><code>9221b59</code></a> :rotating_light: use scoped typevar</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/474ebb51ac109c26dfeffecdc835adb3b444351e"><code>474ebb5</code></a> :rotating_light: improve paginator pyright lint</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/3379d356e63774d6691e018dfc996c765f5004c1"><code>3379d35</code></a> :construction_worker: fix macos actions</li> <li><a href="https://github.com/yanyongyu/githubkit/commit/4357485c96a885c6df42d02ddc5b4a9eb1f2c247"><code>4357485</code></a> :arrow_up: auto update by pre-commit hooks (<a href="https://redirect.github.com/yanyongyu/githubkit/issues/99">#99</a>)</li> <li>See full diff in <a href="https://github.com/yanyongyu/githubkit/compare/v0.11.4...v0.11.5">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.24 to 9.5.25 <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.25</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7209">#7209</a>: Tags plugin crashing on numeric tags</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.25+insiders-4.53.11 (2024-05-27)</p> <ul> <li>Fixed projects plugin crashing when serving before building subprojects</li> </ul> <p>mkdocs-material-9.5.25 (2024-05-27)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7209">#7209</a>: Tags plugin crashing on numeric tags</li> </ul> <p>mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)</p> <ul> <li>Fixed projects plugin crashing in serve mode when disabled</li> <li>Fixed projects plugin crashing when building nested projects</li> </ul> <p>mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7191">#7191</a>: Tags listings not rendering when toc_depth is changed</li> </ul> <p>mkdocs-material-9.5.24 (2024-05-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7187">#7187</a>: Version selector title rendering issue</li> </ul> <p>mkdocs-material-9.5.23 (2024-05-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7183">#7183</a>: Edge case in anchor navigation when using instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6436">#6436</a>: Version selector not showing version alias</li> </ul> <p>mkdocs-material-9.5.22 (2024-05-12)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7170">#7170</a>: Copy button adds empty lines for line spans (9.5.18 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7160">#7160</a>: Version switching doesn't stay on page (9.5.5 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5619">#5619</a>: Links in Mermaid.js diagrams not discernible</li> </ul> <p>mkdocs-material-9.5.21 (2024-05-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7133">#7133</a>: Ensure latest version of Mermaid.js is used</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7125">#7125</a>: Added warning for dotfiles in info plugin</li> </ul> <p>mkdocs-material-9.5.20 (2024-04-29)</p> <ul> <li>Fixed deprecation warning in privacy plugin (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7119">#7119</a>: Tags plugin emits deprecation warning (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7118">#7118</a>: Social plugin crashes if fonts are disabled (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7085">#7085</a>: Social plugin crashes on Windows when downloading fonts</li> </ul> <p>mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7052">#7052</a>: Preview extension automatically including all pages</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7051">#7051</a>: Instant previews mounting on footnote references</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5165">#5165</a>: Improved tooltips not mounting in sidebar for typeset plugin</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/c8ee11ff2b5d71e65aafed187a868afd4eb7a3a2"><code>c8ee11f</code></a> Prepare 9.5.25 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0ee1110643420e9a6c7357408c2e61d23457746a"><code>0ee1110</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/09f817d1541bd20cd721dacf224547a44aebce2e"><code>09f817d</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/86d3729a629079a249320b5ecec27b5eee88ab7a"><code>86d3729</code></a> Created new and better Insiders documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7210">#7210</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1b346eb57b2871eca8f5e78444cfc83d35ab2a2e"><code>1b346eb</code></a> Fixed tags plugin crashing on numeric tags</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/05af8988c871e97a4dcd3209e22de4d7901d1e50"><code>05af898</code></a> Added --force-reinstall to insiders upgrade instructions (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7203">#7203</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7368c7f759e6163f7cce9af15d0b0d7bfc7a1d52"><code>7368c7f</code></a> Updated Insiders changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e8478d921a8521b17f82e9d7f9540588e5b5ef40"><code>e8478d9</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d0be598532c4a559f26c09741d09d942fa3418e0"><code>d0be598</code></a> Updated Insiders changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/721eefb076981600df21b47909618b644de34e3d"><code>721eefb</code></a> Updated Insiders changelog</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.24...9.5.25">compare view</a></li> </ul> </details> <br /> Updates `connexion` from 3.0.6 to 3.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spec-first/connexion/releases">connexion's releases</a>.</em></p> <blockquote> <h2>3.1.0</h2> <h2>What's Changed</h2> <ul> <li>Allow the specification to be specified as a URL. by <a href="https://github.com/mjp4"><code>@mjp4</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1871">spec-first/connexion#1871</a></li> <li>Inject current request in security handlers by <a href="https://github.com/RobbeSneyders"><code>@RobbeSneyders</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1883">spec-first/connexion#1883</a></li> <li>Fix lifespan example by <a href="https://github.com/fcollonval"><code>@fcollonval</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1893">spec-first/connexion#1893</a></li> <li>Fix docs build for Poetry >=1.8 by <a href="https://github.com/RobbeSneyders"><code>@RobbeSneyders</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1900">spec-first/connexion#1900</a></li> <li>Generate examples with jsf by <a href="https://github.com/mjp4"><code>@mjp4</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1891">spec-first/connexion#1891</a></li> <li>fix: uneven quotes by <a href="https://github.com/LukeHagar"><code>@LukeHagar</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1906">spec-first/connexion#1906</a></li> <li>Fix openapi spec in quickstart doc by <a href="https://github.com/psegedy"><code>@psegedy</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1922">spec-first/connexion#1922</a></li> <li>Fix typo in example pip install command by <a href="https://github.com/avivace"><code>@avivace</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1929">spec-first/connexion#1929</a></li> <li>Log handled errors to warning by <a href="https://github.com/alfechner"><code>@alfechner</code></a> in <a href="https://redirect.github.com/spec-first/connexion/pull/1926">spec-first/connexion#1926</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fcollonval"><code>@fcollonval</code></a> made their first contribution in <a href="https://redirect.github.com/spec-first/connexion/pull/1893">spec-first/connexion#1893</a></li> <li><a href="https://github.com/LukeHagar"><code>@LukeHagar</code></a> made their first contribution in <a href="https://redirect.github.com/spec-first/connexion/pull/1906">spec-first/connexion#1906</a></li> <li><a href="https://github.com/psegedy"><code>@psegedy</code></a> made their first contribution in <a href="https://redirect.github.com/spec-first/connexion/pull/1922">spec-first/connexion#1922</a></li> <li><a href="https://github.com/avivace"><code>@avivace</code></a> made their first contribution in <a href="https://redirect.github.com/spec-first/connexion/pull/1929">spec-first/connexion#1929</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spec-first/connexion/compare/3.0.6...3.1.0">https://github.com/spec-first/connexion/compare/3.0.6...3.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spec-first/connexion/commit/810a980fe99423013130ff1df4ca9d727e1e9109"><code>810a980</code></a> Log handled errors to warning (<a href="https://redirect.github.com/spec-first/connexion/issues/1926">#1926</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/160a1c0e710d04d3c452a45113d7c29d7e528215"><code>160a1c0</code></a> Fix typo in example pip install command (<a href="https://redirect.github.com/spec-first/connexion/issues/1929">#1929</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/562fff03e7e8fd3fad03e3bcccb564231568319d"><code>562fff0</code></a> Fix openapi spec in quickstart doc (<a href="https://redirect.github.com/spec-first/connexion/issues/1922">#1922</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/fcfe151e690c8d8864605ff94923c8b8ce834bfb"><code>fcfe151</code></a> fix: uneven quotes (<a href="https://redirect.github.com/spec-first/connexion/issues/1906">#1906</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/e6ceb1fc0a13fbe504163592c15e8cac4b52fc6f"><code>e6ceb1f</code></a> Generate examples with jsf (<a href="https://redirect.github.com/spec-first/connexion/issues/1891">#1891</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/e56bc3b42c2ab8dbf7337fce695cc44215b1b4dd"><code>e56bc3b</code></a> Fix docs build for Poetry >=1.8 (<a href="https://redirect.github.com/spec-first/connexion/issues/1900">#1900</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/ee399fbfe627f86c461b353132e4d710f7127440"><code>ee399fb</code></a> Fix lifespan example (<a href="https://redirect.github.com/spec-first/connexion/issues/1893">#1893</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/b3dd9862a3a724980d3cd1a11abf2c7a865aeccb"><code>b3dd986</code></a> Inject current request in security handlers (<a href="https://redirect.github.com/spec-first/connexion/issues/1883">#1883</a>)</li> <li><a href="https://github.com/spec-first/connexion/commit/994f53fb045f1668ab84c472f7dc06d093470cf1"><code>994f53f</code></a> Allow the specification to be specified as a URL. (<a href="https://redirect.github.com/spec-first/connexion/issues/1871">#1871</a>)</li> <li>See full diff in <a href="https://github.com/spec-first/connexion/compare/3.0.6...3.1.0">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.102.4 to 6.102.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/9537c75ef2fb0e3344635fbb9ae2b008f5834818"><code>9537c75</code></a> Bump hypothesis-python version to 6.102.6 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/66d84b5025f35d23fd34e1f341a7da281578b605"><code>66d84b5</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4001">#4001</a> from tybug/shrinker-adjacent-improvements</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ff523f753219fe04b9c32d770a296e7190faf1e4"><code>ff523f7</code></a> add release notes</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8958aa4e6521e998f0f2347b3477d8f24ced7ff8"><code>8958aa4</code></a> coverage fixes</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/71f37b57837534f28c00a484830160c0a8cc5384"><code>71f37b5</code></a> add a conjecture coverage test</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c044d287289411926a107c21fbdc8dd6e47d170d"><code>c044d28</code></a> more explicit assertions for old test</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/276aed740e5d5425630c5aa9935825b91d63004d"><code>276aed7</code></a> f strings</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7e5279e92678d2f46f8da6dab0c43e92b9719dd1"><code>7e5279e</code></a> typo</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/59cebc947c896600bd46c51e2d244abcc1b120cf"><code>59cebc9</code></a> respect forced status in datatree simulate for invalid nodes</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f9de0d2fd501b5c0cf296318e71b8be56645b076"><code>f9de0d2</code></a> only set invalid_at when required</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.102.4...hypothesis-python-6.102.6">compare view</a></li> </ul> </details> <br /> Updates `pyright` from 1.1.363 to 1.1.364 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/c5d4928f2f712065fb78870d1f9cbdb283b9e982"><code>c5d4928</code></a> [pyright updated to 1.1.364] Update Version (<a href="https://redirect.github.com/RobertCraigie/pyright-python/issues/274">#274</a>)</li> <li>See full diff in <a href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.363...v1.1.364">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.4.4 to 0.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.4.5</h2> <h2>Changes</h2> <h3>Ruff's language server is now in Beta</h3> <p><code>v0.4.5</code> marks the official Beta release of <code>ruff server</code>, an integrated language server built into Ruff. <code>ruff server</code> supports the same feature set as <code>ruff-lsp</code>, powering linting, formatting, and code fixes in Ruff's editor integrations -- but with superior performance and no installation required. We'd love your feedback!</p> <p>You can enable <code>ruff server</code> in the <a href="https://github.com/astral-sh/ruff-vscode?tab=readme-ov-file#enabling-the-rust-based-language-server">VS Code extension</a> today.</p> <p>To read more about this exciting milestone, check out our <a href="https://astral.sh/blog/ruff-v0.4.5">blog post</a>!</p> <h3>Rule changes</h3> <ul> <li>[<code>flake8-future-annotations</code>] Reword <code>future-rewritable-type-annotation</code> (<code>FA100</code>) message (<a href="https://redirect.github.com/astral-sh/ruff/pull/11381">#11381</a>)</li> <li>[<code>pycodestyle</code>] Consider soft keywords for <code>E27</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/11446">#11446</a>)</li> <li>[<code>pyflakes</code>] Recommend adding unused import bindings to <code>__all__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11314">#11314</a>)</li> <li>[<code>pyflakes</code>] Update documentation and deprecate <code>ignore_init_module_imports</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11436">#11436</a>)</li> <li>[<code>pyupgrade</code>] Mark quotes as unnecessary for non-evaluated annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/11485">#11485</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid multiline quotes warning with <code>quote-style = preserve</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11490">#11490</a>)</li> </ul> <h3>Server</h3> <ul> <li>Support Jupyter Notebook files (<a href="https://redirect.github.com/astral-sh/ruff/pull/11206">#11206</a>)</li> <li>Support <code>noqa</code> comment code actions (<a href="https://redirect.github.com/astral-sh/ruff/pull/11276">#11276</a>)</li> <li>Fix automatic configuration reloading (<a href="https://redirect.github.com/astral-sh/ruff/pull/11492">#11492</a>)</li> <li>Fix several issues with configuration in Neovim and Helix (<a href="https://redirect.github.com/astral-sh/ruff/pull/11497">#11497</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--output-format</code> as a CLI option for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11438">#11438</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid <code>PLE0237</code> for property with setter (<a href="https://redirect.github.com/astral-sh/ruff/pull/11377">#11377</a>)</li> <li>Avoid <code>TCH005</code> for <code>if</code> stmt with <code>elif</code>/<code>else</code> block (<a href="https://redirect.github.com/astral-sh/ruff/pull/11376">#11376</a>)</li> <li>Avoid flagging <code>__future__</code> annotations as required for non-evaluated type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/11414">#11414</a>)</li> <li>Check for ruff executable in 'bin' directory as installed by 'pip install --target'. (<a href="https://redirect.github.com/astral-sh/ruff/pull/11450">#11450</a>)</li> <li>Sort edits prior to deduplicating in quotation fix (<a href="https://redirect.github.com/astral-sh/ruff/pull/11452">#11452</a>)</li> <li>Treat escaped newline as valid sequence (<a href="https://redirect.github.com/astral-sh/ruff/pull/11465">#11465</a>)</li> <li>[<code>flake8-pie</code>] Preserve parentheses in <code>unnecessary-dict-kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11372">#11372</a>)</li> <li>[<code>pylint</code>] Ignore <code>__slots__</code> with dynamic values (<a href="https://redirect.github.com/astral-sh/ruff/pull/11488">#11488</a>)</li> <li>[<code>pylint</code>] Remove <code>try</code> body from branch counting (<a href="https://redirect.github.com/astral-sh/ruff/pull/11487">#11487</a>)</li> <li>[<code>refurb</code>] Respect operator precedence in <code>FURB110</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11464">#11464</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add <code>--preview</code> to the README (<a href="https://redirect.github.com/astral-sh/ruff/pull/11395">#11395</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.4.5</h2> <h3>Ruff's language server is now in Beta</h3> <p><code>v0.4.5</code> marks the official Beta release of <code>ruff server</code>, an integrated language server built into Ruff. <code>ruff server</code> supports the same feature set as <code>ruff-lsp</code>, powering linting, formatting, and code fixes in Ruff's editor integrations -- but with superior performance and no installation required. We'd love your feedback!</p> <p>You can enable <code>ruff server</code> in the <a href="https://github.com/astral-sh/ruff-vscode?tab=readme-ov-file#enabling-the-rust-based-language-server">VS Code extension</a> today.</p> <p>To read more about this exciting milestone, check out our <a href="https://astral.sh/blog/ruff-v0.4.5">blog post</a>!</p> <h3>Rule changes</h3> <ul> <li>[<code>flake8-future-annotations</code>] Reword <code>future-rewritable-type-annotation</code> (<code>FA100</code>) message (<a href="https://redirect.github.com/astral-sh/ruff/pull/11381">#11381</a>)</li> <li>[<code>pycodestyle</code>] Consider soft keywords for <code>E27</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/11446">#11446</a>)</li> <li>[<code>pyflakes</code>] Recommend adding unused import bindings to <code>__all__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11314">#11314</a>)</li> <li>[<code>pyflakes</code>] Update documentation and deprecate <code>ignore_init_module_imports</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11436">#11436</a>)</li> <li>[<code>pyupgrade</code>] Mark quotes as unnecessary for non-evaluated annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/11485">#11485</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid multiline quotes warning with <code>quote-style = preserve</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11490">#11490</a>)</li> </ul> <h3>Server</h3> <ul> <li>Support Jupyter Notebook files (<a href="https://redirect.github.com/astral-sh/ruff/pull/11206">#11206</a>)</li> <li>Support <code>noqa</code> comment code actions (<a href="https://redirect.github.com/astral-sh/ruff/pull/11276">#11276</a>)</li> <li>Fix automatic configuration reloading (<a href="https://redirect.github.com/astral-sh/ruff/pull/11492">#11492</a>)</li> <li>Fix several issues with configuration in Neovim and Helix (<a href="https://redirect.github.com/astral-sh/ruff/pull/11497">#11497</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--output-format</code> as a CLI option for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11438">#11438</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid <code>PLE0237</code> for property with setter (<a href="https://redirect.github.com/astral-sh/ruff/pull/11377">#11377</a>)</li> <li>Avoid <code>TCH005</code> for <code>if</code> stmt with <code>elif</code>/<code>else</code> block (<a href="https://redirect.github.com/astral-sh/ruff/pull/11376">#11376</a>)</li> <li>Avoid flagging <code>__future__</code> annotations as required for non-evaluated type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/11414">#11414</a>)</li> <li>Check for ruff executable in 'bin' directory as installed by 'pip install --target'. (<a href="https://redirect.github.com/astral-sh/ruff/pull/11450">#11450</a>)</li> <li>Sort edits prior to deduplicating in quotation fix (<a href="https://redirect.github.com/astral-sh/ruff/pull/11452">#11452</a>)</li> <li>Treat escaped newline as valid sequence (<a href="https://redirect.github.com/astral-sh/ruff/pull/11465">#11465</a>)</li> <li>[<code>flake8-pie</code>] Preserve parentheses in <code>unnecessary-dict-kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11372">#11372</a>)</li> <li>[<code>pylint</code>] Ignore <code>__slots__</code> with dynamic values (<a href="https://redirect.github.com/astral-sh/ruff/pull/11488">#11488</a>)</li> <li>[<code>pylint</code>] Remove <code>try</code> body from branch counting (<a href="https://redirect.github.com/astral-sh/ruff/pull/11487">#11487</a>)</li> <li>[<code>refurb</code>] Respect operator precedence in <code>FURB110</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/11464">#11464</a>)</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/550aa871d32b53a2f042fb0e7fea1080eadfa11d"><code>550aa87</code></a> Bump version to <code>v0.4.5</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/11502">#11502</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3c22a3bdccf703e42fc2778db5857bb688422c8c"><code>3c22a3b</code></a> Minor edits to <code>ruff server</code> docs (<a href="https://redirect.github.com/astral-sh/ruff/issues/11500">#11500</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6263923915b5678fd496f7646ef8d2eca9b23607"><code>6263923</code></a> Update documentation for <code>ruff server</code> with new migration guide (<a href="https://redirect.github.com/astral-sh/ruff/issues/11499">#11499</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/94abea4b0822f99f97e01d9adadddc82acd8d8b8"><code>94abea4</code></a> <code>ruff server</code>: Fix multiple issues with Neovim and Helix (<a href="https://redirect.github.com/astral-sh/ruff/issues/11497">#11497</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/519a65007fe2ff714103fb023aacb49a71551a7f"><code>519a650</code></a> Mark quotes as unnecessary for non-evaluated annotations (<a href="https://redirect.github.com/astral-sh/ruff/issues/11485">#11485</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/573facd2bad5d43abed7c9da903f9cf243d29d58"><code>573facd</code></a> Fix automatic configuration reloading for text and notebook documents (<a href="https://redirect.github.com/astral-sh/ruff/issues/11492">#11492</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3cb2e677aa0b88075f248ea44c5d2e844b82a0a7"><code>3cb2e67</code></a> <code>ruff.applyFormat</code> now formats an entire notebook document (<a href="https://redirect.github.com/astral-sh/ruff/issues/11493">#11493</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f0046ab28e67c5d6b3ce5951817f715333b4538d"><code>f0046ab</code></a> Move <code>has_comments</code> to <code>CommentRanges</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/11495">#11495</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/5bb9720a10618ed9cecc401df231e360710780ee"><code>5bb9720</code></a> Avoid multiline quotes warning with <code>quote-style = preserve</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/11490">#11490</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/9ff18bf9d34846e2b6182d72609ba32131e2b356"><code>9ff18bf</code></a> Simplify Neovim docs for the LSP setup (<a href="https://redirect.github.com/astral-sh/ruff/issues/11489">#11489</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.5">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>
Describe the bug
dynamodb_client.transact_write_items
now returns "CancellationReasons" in the error response.Attempting to write a test around this is not possible with the Stubber.
Here is the error response for a conditional check failure using a transaction with boto3:
CancellationReasons
is a top level key instead of residing inside of theError
(also, strangely,Message
is duplicated here as well).The Stubber only allows adding metadata to the error or response. Both examples of these Stubber generated outputs are shown below (captured during pytest runs).
Expected behavior
This is the only operation in
boto3
I've come across that breaks with the Stubber.It is not clear to me if the Stubber needs to be updated to accomondate how
transact_write_items
returns "CancellationReasons", or if the implementation of returning "CancellationReasons" has a bug and those keys are supposed to be inside theError
.The text was updated successfully, but these errors were encountered: