Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Update aws-cdk-lib requirement from ~=2.148 to ~=2.149 in /cod…
Browse files Browse the repository at this point in the history
…e/python (#1469)

Updates the requirements on [aws-cdk-lib](https://github.com/aws/aws-cdk) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-cdk/releases">aws-cdk-lib's releases</a>.</em></p>
<blockquote>
<h2>v2.149.0</h2>
<h3>Features</h3>
<ul>
<li><strong>codedeploy:</strong> zonal configuration for <code>ServerDeploymentConfig</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30429">#30429</a>) (<a href="https://github.com/aws/aws-cdk/commit/da0dc576bd85ba6710ec0b29cf53ff56a74fad1e">da0dc57</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30430">#30430</a></li>
<li><strong>codestarnotifications:</strong> add <code>createdBy</code> property for notification rule (<a href="https://redirect.github.com/aws/aws-cdk/issues/30780">#30780</a>) (<a href="https://github.com/aws/aws-cdk/commit/a68b418311bf582c62a541abaffb89ebaf1526f3">a68b418</a>)</li>
<li><strong>stepfunctions-tasks:</strong> add guardrailConfiguration and trace property to the BedrockInvokeModel (<a href="https://redirect.github.com/aws/aws-cdk/issues/30426">#30426</a>) (<a href="https://github.com/aws/aws-cdk/commit/772b1d154a16f9360052c25bbc9e017198ac39d2">772b1d1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30425">#30425</a></li>
<li><strong>stepfunctions-tasks:</strong> enable resultReuseConfiguration in AthenaStartQueryExecution (<a href="https://redirect.github.com/aws/aws-cdk/issues/30447">#30447</a>) (<a href="https://github.com/aws/aws-cdk/commit/046bf56cedd5add4549cc6a9ef2ab23369ef3cee">046bf56</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30446">#30446</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30786">#30786</a>) (<a href="https://github.com/aws/aws-cdk/commit/6d0a09f2c566b0ddf2bbd4e4d338c06f7c7aaf65">6d0a09f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigateway:</strong> authorization scope is not added when not explicitly defining authorization type in method or root api (<a href="https://redirect.github.com/aws/aws-cdk/issues/30822">#30822</a>) (<a href="https://github.com/aws/aws-cdk/commit/e4367a0835ecc2dae0a920e5afbfd131b458b7be">e4367a0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30444">#30444</a></li>
<li><strong>scheduler-targetes-alpha:</strong> multiple schedules cause resolution error during synth (<a href="https://redirect.github.com/aws/aws-cdk/issues/30634">#30634</a>) (<a href="https://github.com/aws/aws-cdk/commit/727e886805da021c2373e74754fd2d7492a8aac6">727e886</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28713">#28713</a></li>
</ul>
<hr />
<h2>Alpha modules (2.149.0-alpha.0)</h2>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md">aws-cdk-lib's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.148.1...v2.149.0">2.149.0</a> (2024-07-12)</h2>
<h3>Features</h3>
<ul>
<li><strong>codedeploy:</strong> zonal configuration for <code>ServerDeploymentConfig</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30429">#30429</a>) (<a href="https://github.com/aws/aws-cdk/commit/da0dc576bd85ba6710ec0b29cf53ff56a74fad1e">da0dc57</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30430">#30430</a></li>
<li><strong>codestarnotifications:</strong> add <code>createdBy</code> property for notification rule (<a href="https://redirect.github.com/aws/aws-cdk/issues/30780">#30780</a>) (<a href="https://github.com/aws/aws-cdk/commit/a68b418311bf582c62a541abaffb89ebaf1526f3">a68b418</a>)</li>
<li><strong>stepfunctions-tasks:</strong> add guardrailConfiguration and trace property to the BedrockInvokeModel (<a href="https://redirect.github.com/aws/aws-cdk/issues/30426">#30426</a>) (<a href="https://github.com/aws/aws-cdk/commit/772b1d154a16f9360052c25bbc9e017198ac39d2">772b1d1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30425">#30425</a></li>
<li><strong>stepfunctions-tasks:</strong> enable resultReuseConfiguration in AthenaStartQueryExecution (<a href="https://redirect.github.com/aws/aws-cdk/issues/30447">#30447</a>) (<a href="https://github.com/aws/aws-cdk/commit/046bf56cedd5add4549cc6a9ef2ab23369ef3cee">046bf56</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30446">#30446</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30786">#30786</a>) (<a href="https://github.com/aws/aws-cdk/commit/6d0a09f2c566b0ddf2bbd4e4d338c06f7c7aaf65">6d0a09f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigateway:</strong> authorization scope is not added when not explicitly defining authorization type in method or root api (<a href="https://redirect.github.com/aws/aws-cdk/issues/30822">#30822</a>) (<a href="https://github.com/aws/aws-cdk/commit/e4367a0835ecc2dae0a920e5afbfd131b458b7be">e4367a0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30444">#30444</a></li>
<li><strong>scheduler-targetes-alpha:</strong> multiple schedules cause resolution error during synth (<a href="https://redirect.github.com/aws/aws-cdk/issues/30634">#30634</a>) (<a href="https://github.com/aws/aws-cdk/commit/727e886805da021c2373e74754fd2d7492a8aac6">727e886</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28713">#28713</a></li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.148.0...v2.148.1">2.148.1</a> (2024-07-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigateway:</strong> authorization scope is not added when not explicitly defining authorization type in method or root api (<a href="https://redirect.github.com/aws/aws-cdk/issues/30822">#30822</a>) (<a href="https://github.com/aws/aws-cdk/commit/4bee768f07e73ab5fe466f9ad3d1845456a0513b">4bee768</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30444">#30444</a></li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.147.3...v2.148.0">2.148.0</a> (2024-07-05)</h2>
<h3>Features</h3>
<ul>
<li><strong>lambda:</strong> add grantInvokeLatestVersion to grant invoke only to latest function version (<a href="https://redirect.github.com/aws/aws-cdk/issues/29856">#29856</a>) (<a href="https://github.com/aws/aws-cdk/commit/61c28dd79603ae50865f8b7a7f535ba4f7f69500">61c28dd</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20177">#20177</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30722">#30722</a>) (<a href="https://github.com/aws/aws-cdk/commit/4ceecedd3d91465b29db21b10239937b99b5f79c">4ceeced</a>), closes [/docs.aws.amazon.com/service-terms/<a href="https://redirect.github.com/aws/aws-cdk/issues/87">#87</a>](<a href="https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87">https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87</a>)</li>
<li><strong>codebuild:</strong> adding <code>project.visibility</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30103">#30103</a>) (<a href="https://github.com/aws/aws-cdk/commit/1bacb69b6976dd75da78b45b07d6fec9306a6d72">1bacb69</a>)</li>
<li><strong>codedeploy:</strong> termination hook (<a href="https://redirect.github.com/aws/aws-cdk/issues/30644">#30644</a>) (<a href="https://github.com/aws/aws-cdk/commit/8f652a7f9090502f70d2c733dd8a87619663ceb8">8f652a7</a>)</li>
<li><strong>cognito:</strong> add defaultRedirectUri to UserPoolClient (<a href="https://redirect.github.com/aws/aws-cdk/issues/30481">#30481</a>) (<a href="https://github.com/aws/aws-cdk/commit/f2c5f68b04e0cf89a7dcd453448988ba727c3363">f2c5f68</a>)</li>
<li><strong>eks:</strong> eks pod identities (<a href="https://redirect.github.com/aws/aws-cdk/issues/30576">#30576</a>) (<a href="https://github.com/aws/aws-cdk/commit/9437b4dbbea15db18ff2991d410e033cc3437001">9437b4d</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts/issues/L373">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts#L373</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30519">#30519</a></li>
<li><strong>stepfunctions-tasks:</strong> step functions task for cross-region AWS API call (<a href="https://redirect.github.com/aws/aws-cdk/issues/30061">#30061</a>) (<a href="https://github.com/aws/aws-cdk/commit/1397737e16066d9101fd1c2fc85cd8396d738869">1397737</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29918">#29918</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30642">#30642</a>) (<a href="https://github.com/aws/aws-cdk/commit/2a659f0ebbc039a03402b7f99a36dbf461e026aa">2a659f0</a>)</li>
<li><strong>fsx:</strong> add properties to enable automatic backups  for Lustre file system (<a href="https://redirect.github.com/aws/aws-cdk/issues/30343">#30343</a>) (<a href="https://github.com/aws/aws-cdk/commit/3b95777ee5dae32fd41481d81922d07c804a2c6b">3b95777</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30340">#30340</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ecs:</strong> let AsgCapacityProvider use IAutoScalingGroup only when Managed Termination Protection is disable (<a href="https://redirect.github.com/aws/aws-cdk/issues/30335">#30335</a>) (<a href="https://github.com/aws/aws-cdk/commit/efee07d6f17356b52b2a2e120ebe0404f554188b">efee07d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29174">#29174</a></li>
<li><strong>lambda-nodejs:</strong> breaking change in esbuild causes import module error (<a href="https://redirect.github.com/aws/aws-cdk/issues/30726">#30726</a>) (<a href="https://github.com/aws/aws-cdk/commit/7f5ce4bfe94b19efe6c0c8aa0ec850cdfc4b8ebb">7f5ce4b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30717">#30717</a></li>
<li><strong>s3:</strong> allow import S3 bucket with a legacy name (<a href="https://redirect.github.com/aws/aws-cdk/issues/30679">#30679</a>) (<a href="https://github.com/aws/aws-cdk/commit/e09126f6d97a52ee39811f8cbf874b722928debc">e09126f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22640">#22640</a></li>
<li><strong>s3-notifications:</strong> unable to delete the existing S3 event notifications (<a href="https://redirect.github.com/aws/aws-cdk/issues/30610">#30610</a>) (<a href="https://github.com/aws/aws-cdk/commit/b8800675d638bd866dc2444af895a650aea12ca7">b880067</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28915">#28915</a>s too broad (under feature flag) (<a href="https://redirect.github.com/aws/aws-cdk/issues/30389">#30389</a>) (<a href="https://github.com/aws/aws-cdk/commit/8ebfadeb8d7a8c15176ed9e5f106a49fc84040a6">8ebfade</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30368">#30368</a></li>
</ul>
<h3>Reverts</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/c8e5924bbc83b91b929838518f4955dd3bbb884f"><code>c8e5924</code></a> chore(release): 2.149.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30845">#30845</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/66dad22216d3e05b4b31437bd572d44a10a0f940"><code>66dad22</code></a> chore(release): 2.149.0</li>
<li><a href="https://github.com/aws/aws-cdk/commit/5ef3be5b5da8653614c75613337429c2a85b86fb"><code>5ef3be5</code></a> chore: add condition to bootstrap file publish role (<a href="https://redirect.github.com/aws/aws-cdk/issues/30823">#30823</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/8d55d864183803e2e6cfb3991edced7496eaadeb"><code>8d55d86</code></a> chore(merge-back): 2.148.1 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30825">#30825</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/2647ef4640352a8f9415552ac7b61caa4b71b62c"><code>2647ef4</code></a> Merge branch 'main' into merge-back/2.148.1</li>
<li><a href="https://github.com/aws/aws-cdk/commit/283525d445228f7658010dbc1c7f7206476e921a"><code>283525d</code></a> chore(release): v2.148.1 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30824">#30824</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/776bf03e90d09baa0ec12fc1a779e82b933e96de"><code>776bf03</code></a> Update CHANGELOG.v2.md</li>
<li><a href="https://github.com/aws/aws-cdk/commit/0170079ccc14261b560d3ec14fcb6910d99bdb69"><code>0170079</code></a> Update CHANGELOG.v2.alpha.md</li>
<li><a href="https://github.com/aws/aws-cdk/commit/54bcb867d0bca8dbdc7e37a5e66985cca77c2283"><code>54bcb86</code></a> chore(release): 2.148.1</li>
<li><a href="https://github.com/aws/aws-cdk/commit/4bee768f07e73ab5fe466f9ad3d1845456a0513b"><code>4bee768</code></a> fix(apigateway): authorization scope is not added when not explicitly definin...</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/compare/v2.148.0...v2.149.0">compare view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 389305d commit 1013669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/python/main-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.148
aws-cdk-lib~=2.149
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/pipelines-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.148
aws-cdk-lib~=2.149
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/tests-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.148
aws-cdk-lib~=2.149
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488

0 comments on commit 1013669

Please sign in to comment.