Skip to content

Commit c8e4447

Browse files
Upgrade: [dependabot] - bump cfn-lint from 1.47.1 to 1.48.1 (#2550)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.47.1 to 1.48.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-cloudformation/cfn-lint/releases">cfn-lint's releases</a>.</em></p> <blockquote> <h2>Release v1.48.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Timestream lifecycle patches to exclude InfluxDB resources by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4437">aws-cloudformation/cfn-lint#4437</a></li> <li>Add <code>Publish</code> to smithy action prefixes for LayerVersion validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4438">aws-cloudformation/cfn-lint#4438</a></li> <li>Update CloudFormation schemas to <code>2026-03-31</code> by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4434">aws-cloudformation/cfn-lint#4434</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.48.0...v1.48.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.48.0...v1.48.1</a></p> <h2>Release v1.48.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3697">E3697</a> to validate Lambda env var 4KB size limit by <a href="https://github.com/raajheshkannaa"><code>@​raajheshkannaa</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4405">aws-cloudformation/cfn-lint#4405</a></li> <li>Require <code>VpcConfig</code> when <code>FileSystemConfigs</code> is specified on Lambda Function by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4408">aws-cloudformation/cfn-lint#4408</a></li> <li>Freeze date in tests for deterministic runtime deprecation results by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4409">aws-cloudformation/cfn-lint#4409</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3530">E3530</a> to validate <code>AssumeRolePolicyDocument</code> principal ARNs by <a href="https://github.com/raajheshkannaa"><code>@​raajheshkannaa</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4410">aws-cloudformation/cfn-lint#4410</a></li> <li>Add <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W1053">W1053</a>: Warn on dynamic references with spaces by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4412">aws-cloudformation/cfn-lint#4412</a></li> <li>Fix max recursion crash when <code>cfnlintrc</code> has <code>non_zero_exit_code</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4414">aws-cloudformation/cfn-lint#4414</a></li> <li>Fix deployment file template path resolution from CWD by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4415">aws-cloudformation/cfn-lint#4415</a></li> <li>Fix maintenance workflow to update requirements/base.txt by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4416">aws-cloudformation/cfn-lint#4416</a></li> <li>Add <code>enum</code> validation for predictive scaling predefined metric types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4417">aws-cloudformation/cfn-lint#4417</a></li> <li>Add JSONPath pattern validation for Step Functions state machine by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4419">aws-cloudformation/cfn-lint#4419</a></li> <li>Fix ForEach transform resolving functions in <code>Fn::If</code> condition name by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4418">aws-cloudformation/cfn-lint#4418</a></li> <li>Fix <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2533">E2533</a> not reporting deprecated runtimes from <code>AllowedValues</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4421">aws-cloudformation/cfn-lint#4421</a></li> <li>Add <code>graph()</code> function to <code>cfnlint.api</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4422">aws-cloudformation/cfn-lint#4422</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3706">E3706</a> to validate AutoScaling MaxSize is greater than or equal to MinSize by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch to enforce Lambda Layers maxItems of 5 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch to validate CloudWatch <code>AlarmName</code> has no leading/trailing whitespace by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch for <code>uniqueKeys</code> on AutoScaling LaunchTemplate Overrides to prevent duplicate instance types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://github.com/aws-cloudformation/cfn-lint">https://github.com/aws-cloudformation/cfn-lint</a> /pull/4424</li> <li>feat: add cfnGather JSON Schema keyword for cross-resource property validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3699">E3699</a> to validate API Gateway Method and Authorizer use the same RestApi by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3708">E3708</a> to validate API Gateway Method AuthorizationType matches Authorizer Type by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3698">E3698</a> to validate API Gateway Stage and Deployment use the same RestApi by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3705">E3705</a> to validate SQS FIFO queue EventSourceMapping BatchSize is at most 10 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3664">W3664</a> to validate Lambda Permission Principal matches SourceArn resource type by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3707">E3707</a> to validate RDS DBInstance Engine matches DBCluster Engine by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3709">E3709</a> to validate RDS DBInstance StorageEncrypted matches DBCluster by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3694">W3694</a> to validate SNS Subscription Endpoint matches Protocol by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>Add RDS DBCluster <code>MasterUsername</code> validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4425">aws-cloudformation/cfn-lint#4425</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3710">E3710</a> to error on resource types from fully shut down AWS services by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4423">aws-cloudformation/cfn-lint#4423</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3696">W3696</a> to warn on resource types from sunsetting AWS services by <a href="https://github.com/kddejong"><code>@​kddejong</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md">cfn-lint's changelog</a>.</em></p> <blockquote> <h3>v1.48.1</h3> <h2>What's Changed</h2> <ul> <li>fix: Timestream lifecycle patches to exclude InfluxDB resources by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4437">aws-cloudformation/cfn-lint#4437</a></li> <li>Add <code>Publish</code> to smithy action prefixes for LayerVersion validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4438">aws-cloudformation/cfn-lint#4438</a></li> <li>Update CloudFormation schemas to <code>2026-03-31</code> by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4434">aws-cloudformation/cfn-lint#4434</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.48.0...v1.48.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.48.0...v1.48.1</a></p> <h3>v1.48.0</h3> <h2>What's Changed</h2> <ul> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3697">E3697</a> to validate Lambda env var 4KB size limit by <a href="https://github.com/raajheshkannaa"><code>@​raajheshkannaa</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4405">aws-cloudformation/cfn-lint#4405</a></li> <li>Require <code>VpcConfig</code> when <code>FileSystemConfigs</code> is specified on Lambda Function by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4408">aws-cloudformation/cfn-lint#4408</a></li> <li>Freeze date in tests for deterministic runtime deprecation results by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4409">aws-cloudformation/cfn-lint#4409</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3530">E3530</a> to validate <code>AssumeRolePolicyDocument</code> principal ARNs by <a href="https://github.com/raajheshkannaa"><code>@​raajheshkannaa</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4410">aws-cloudformation/cfn-lint#4410</a></li> <li>Add <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W1053">W1053</a>: Warn on dynamic references with spaces by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4412">aws-cloudformation/cfn-lint#4412</a></li> <li>Fix max recursion crash when <code>cfnlintrc</code> has <code>non_zero_exit_code</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4414">aws-cloudformation/cfn-lint#4414</a></li> <li>Fix deployment file template path resolution from CWD by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4415">aws-cloudformation/cfn-lint#4415</a></li> <li>Fix maintenance workflow to update requirements/base.txt by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4416">aws-cloudformation/cfn-lint#4416</a></li> <li>Add <code>enum</code> validation for predictive scaling predefined metric types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4417">aws-cloudformation/cfn-lint#4417</a></li> <li>Add JSONPath pattern validation for Step Functions state machine by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4419">aws-cloudformation/cfn-lint#4419</a></li> <li>Fix ForEach transform resolving functions in <code>Fn::If</code> condition name by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4418">aws-cloudformation/cfn-lint#4418</a></li> <li>Fix <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2533">E2533</a> not reporting deprecated runtimes from <code>AllowedValues</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4421">aws-cloudformation/cfn-lint#4421</a></li> <li>Add <code>graph()</code> function to <code>cfnlint.api</code> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4422">aws-cloudformation/cfn-lint#4422</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3706">E3706</a> to validate AutoScaling MaxSize is greater than or equal to MinSize by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch to enforce Lambda Layers maxItems of 5 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch to validate CloudWatch <code>AlarmName</code> has no leading/trailing whitespace by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4424">aws-cloudformation/cfn-lint#4424</a></li> <li>feat: add schema patch for <code>uniqueKeys</code> on AutoScaling LaunchTemplate Overrides to prevent duplicate instance types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://github.com/aws-cloudformation/cfn-lint">https://github.com/aws-cloudformation/cfn-lint</a> /pull/4424</li> <li>feat: add cfnGather JSON Schema keyword for cross-resource property validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3699">E3699</a> to validate API Gateway Method and Authorizer use the same RestApi by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3708">E3708</a> to validate API Gateway Method AuthorizationType matches Authorizer Type by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3698">E3698</a> to validate API Gateway Stage and Deployment use the same RestApi by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3705">E3705</a> to validate SQS FIFO queue EventSourceMapping BatchSize is at most 10 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3664">W3664</a> to validate Lambda Permission Principal matches SourceArn resource type by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3707">E3707</a> to validate RDS DBInstance Engine matches DBCluster Engine by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3709">E3709</a> to validate RDS DBInstance StorageEncrypted matches DBCluster by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3694">W3694</a> to validate SNS Subscription Endpoint matches Protocol by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4393">aws-cloudformation/cfn-lint#4393</a></li> <li>Add RDS DBCluster <code>MasterUsername</code> validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4425">aws-cloudformation/cfn-lint#4425</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3710">E3710</a> to error on resource types from fully shut down AWS services by @ kddejong in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4423">aws-cloudformation/cfn-lint#4423</a></li> <li>feat: add rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3696">W3696</a> to warn on resource types from sunsetting AWS services by <a href="https://github.com/kddejong"><code>@​kddejong</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/6eed785b47741023ac828d0c8d7266657bb115ff"><code>6eed785</code></a> Release v1.48.1 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4440">#4440</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/f8c6a63c5da1a0588b4a43640003d942aa5da293"><code>f8c6a63</code></a> Updates to the schemas for lambda (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4439">#4439</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/7bd42dcfd4cd9dde54892eef7e24563583b593a3"><code>7bd42dc</code></a> Update CloudFormation schemas to 2026-03-31 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4434">#4434</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/f439af5a30cce6e870c191032d0056ef680d768c"><code>f439af5</code></a> Add Publish to smithy action prefixes for LayerVersion validation (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4438">#4438</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/505136a3c414f99056194326f69e2d8b424bd9f3"><code>505136a</code></a> Fix Timestream lifecycle patches to exclude InfluxDB resources (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4437">#4437</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/22d629be8eb1fe8a61f9538e05e39ff8de76851d"><code>22d629b</code></a> Release v1.48.0 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4433">#4433</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/3276b62ea2d4fbe74e7b06f5e67d6e9460fe04f0"><code>3276b62</code></a> Update CloudFormation schemas to 2026-03-31 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4411">#4411</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/6aceaa19a9eb60b6177b593285840a1190934d27"><code>6aceaa1</code></a> Remove PyPI API token (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4431">#4431</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/1885e5c89b42e5df969dffb2cf08325eefca4348"><code>1885e5c</code></a> chore(deps): bump codecov/codecov-action from 5 to 6 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4432">#4432</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/56695e4aca98eda2a9a5aa91339f0681d2870920"><code>56695e4</code></a> fix: add required to cfnGather if/then schemas to prevent vacuous matches (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4">#4</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.47.1...v1.48.1">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88a3534 commit c8e4447

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ python = "^3.12"
1919
requests = "^2.33.1"
2020
argparse = "^1.4.0"
2121
pre-commit = "^4.1.0"
22-
cfn-lint = "^1.47.1"
22+
cfn-lint = "^1.48.1"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = "^4.1.0"
26-
cfn-lint = "^1.47.1"
26+
cfn-lint = "^1.48.1"
2727
black = "^26.3.1"
2828
flake8 = "^7.1.2"
2929

0 commit comments

Comments
 (0)