Skip to content

Commit 03703fd

Browse files
Upgrade: [dependabot] - bump cfn-lint from 1.3.0 to 1.3.3 (#120)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.3.0 to 1.3.3. <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.3.3</h2> <h2>What's Changed</h2> <ul> <li>Remove rule setting in <code>PropertyNames</code> rule by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3365">aws-cloudformation/cfn-lint#3365</a></li> <li>update logic in rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3686">E3686</a> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3367">aws-cloudformation/cfn-lint#3367</a></li> <li>Patch <code>AWS::Glue::SecurityConfiguration</code> and other resource issues by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3371">aws-cloudformation/cfn-lint#3371</a></li> <li>Parameter of <code>List&lt;Number&gt;</code> can have an integer default by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3372">aws-cloudformation/cfn-lint#3372</a></li> <li>Better comparison of json schema types for cfn usage by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3373">aws-cloudformation/cfn-lint#3373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.2...v1.3.3">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.2...v1.3.3</a></p> <h2>Release v1.3.2</h2> <h2>What's Changed</h2> <ul> <li>Switch max condition logic to attemptes over returned by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3359">aws-cloudformation/cfn-lint#3359</a></li> <li>Update maintenance job to get data from boto by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3361">aws-cloudformation/cfn-lint#3361</a></li> <li>Update md5 creation to work better on FIPS compliant OSes by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3362">aws-cloudformation/cfn-lint#3362</a></li> <li>Add in awslogs-create-group to ECS task logging by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3363">aws-cloudformation/cfn-lint#3363</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.1...v1.3.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.1...v1.3.2</a></p> <h2>Release v1.3.1</h2> <h2>What's Changed</h2> <ul> <li>Update some docs by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3314">aws-cloudformation/cfn-lint#3314</a></li> <li>Update policy can have non strict types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3315">aws-cloudformation/cfn-lint#3315</a></li> <li>Add AWS::SSM::Parameter::Value<!-- raw HTML omitted --> to use AllowedPattern by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3332">aws-cloudformation/cfn-lint#3332</a></li> <li>Allow <code>Fn::GetAtt</code> to be an array in Join by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3333">aws-cloudformation/cfn-lint#3333</a></li> <li>Skip empty strings in action validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3337">aws-cloudformation/cfn-lint#3337</a></li> <li>Don't validate dynamic references inside fn by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3335">aws-cloudformation/cfn-lint#3335</a></li> <li>Only escape type checking for pkg params when strict types is false by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3338">aws-cloudformation/cfn-lint#3338</a></li> <li>Remove additionalItems in prefix validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3339">aws-cloudformation/cfn-lint#3339</a></li> <li>Remove pattern from tag key/value validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3341">aws-cloudformation/cfn-lint#3341</a></li> <li>Add logic to ImageId format for SSM by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3340">aws-cloudformation/cfn-lint#3340</a></li> <li>Remove Refs to yourself in Fn::Sub by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3342">aws-cloudformation/cfn-lint#3342</a></li> <li>Update resource pattern for policy validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3343">aws-cloudformation/cfn-lint#3343</a></li> <li>Update logic on GetAtts for resources that have all attrs by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3344">aws-cloudformation/cfn-lint#3344</a></li> <li>Allow capital letters for rule W3687 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3345">aws-cloudformation/cfn-lint#3345</a></li> <li>Skip getatt validation with custom resources by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3346">aws-cloudformation/cfn-lint#3346</a></li> <li>Remove AWS::EC2::LaunchTemplate requiredXor value for data by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3347">aws-cloudformation/cfn-lint#3347</a></li> <li>Update Null conditions to be scalar or singular by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3349">aws-cloudformation/cfn-lint#3349</a></li> <li>Condition satisfaction checks to raise error when unknown by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3350">aws-cloudformation/cfn-lint#3350</a></li> <li>Remove / as valid escape in yaml by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3331">aws-cloudformation/cfn-lint#3331</a></li> <li>Update CodeBuild::Project FilterGroup types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3351">aws-cloudformation/cfn-lint#3351</a></li> <li>Update SQS MessageRetentionPeriod minimum by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3355">aws-cloudformation/cfn-lint#3355</a></li> <li>Backwards compatiblity for cloudformation-cli module validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3354">aws-cloudformation/cfn-lint#3354</a></li> <li>Allow OAI IDs in IAM policies by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3357">aws-cloudformation/cfn-lint#3357</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.0...v1.3.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.0...v1.3.1</a></p> </blockquote> </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.3.3</h3> <h2>What's Changed</h2> <ul> <li>Remove rule setting in <code>PropertyNames</code> rule by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3365">aws-cloudformation/cfn-lint#3365</a></li> <li>update logic in rule <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3686">E3686</a> by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3367">aws-cloudformation/cfn-lint#3367</a></li> <li>Patch <code>AWS::Glue::SecurityConfiguration</code> and other resource issues by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3371">aws-cloudformation/cfn-lint#3371</a></li> <li>Parameter of <code>List&lt;Number&gt;</code> can have an integer default by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3372">aws-cloudformation/cfn-lint#3372</a></li> <li>Better comparison of json schema types for cfn usage by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3373">aws-cloudformation/cfn-lint#3373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.2...v1.3.3">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.2...v1.3.3</a></p> <h3>v1.3.2</h3> <h2>What's Changed</h2> <ul> <li>Switch max condition logic to attemptes over returned by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3359">aws-cloudformation/cfn-lint#3359</a></li> <li>Update maintenance job to get data from boto by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3361">aws-cloudformation/cfn-lint#3361</a></li> <li>Update md5 creation to work better on FIPS compliant OSes by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3362">aws-cloudformation/cfn-lint#3362</a></li> <li>Add in awslogs-create-group to ECS task logging by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3363">aws-cloudformation/cfn-lint#3363</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.1...v1.3.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.1...v1.3.2</a></p> <h3>v1.3.1</h3> <h2>What's Changed</h2> <ul> <li>Update some docs by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3314">aws-cloudformation/cfn-lint#3314</a></li> <li>Update policy can have non strict types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3315">aws-cloudformation/cfn-lint#3315</a></li> <li>Add AWS::SSM::Parameter::Value<!-- raw HTML omitted --> to use AllowedPattern by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3332">aws-cloudformation/cfn-lint#3332</a></li> <li>Allow <code>Fn::GetAtt</code> to be an array in Join by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3333">aws-cloudformation/cfn-lint#3333</a></li> <li>Skip empty strings in action validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3337">aws-cloudformation/cfn-lint#3337</a></li> <li>Don't validate dynamic references inside fn by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3335">aws-cloudformation/cfn-lint#3335</a></li> <li>Only escape type checking for pkg params when strict types is false by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3338">aws-cloudformation/cfn-lint#3338</a></li> <li>Remove additionalItems in prefix validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3339">aws-cloudformation/cfn-lint#3339</a></li> <li>Remove pattern from tag key/value validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3341">aws-cloudformation/cfn-lint#3341</a></li> <li>Add logic to ImageId format for SSM by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3340">aws-cloudformation/cfn-lint#3340</a></li> <li>Remove Refs to yourself in Fn::Sub by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3342">aws-cloudformation/cfn-lint#3342</a></li> <li>Update resource pattern for policy validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3343">aws-cloudformation/cfn-lint#3343</a></li> <li>Update logic on GetAtts for resources that have all attrs by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3344">aws-cloudformation/cfn-lint#3344</a></li> <li>Allow capital letters for rule W3687 by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3345">aws-cloudformation/cfn-lint#3345</a></li> <li>Skip getatt validation with custom resources by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3346">aws-cloudformation/cfn-lint#3346</a></li> <li>Remove AWS::EC2::LaunchTemplate requiredXor value for data by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3347">aws-cloudformation/cfn-lint#3347</a></li> <li>Update Null conditions to be scalar or singular by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3349">aws-cloudformation/cfn-lint#3349</a></li> <li>Condition satisfaction checks to raise error when unknown by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3350">aws-cloudformation/cfn-lint#3350</a></li> <li>Remove / as valid escape in yaml by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3331">aws-cloudformation/cfn-lint#3331</a></li> <li>Update CodeBuild::Project FilterGroup types by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3351">aws-cloudformation/cfn-lint#3351</a></li> <li>Update SQS MessageRetentionPeriod minimum by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3355">aws-cloudformation/cfn-lint#3355</a></li> <li>Backwards compatiblity for cloudformation-cli module validation by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3354">aws-cloudformation/cfn-lint#3354</a></li> <li>Allow OAI IDs in IAM policies by <a href="https://github.com/kddejong"><code>@​kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3357">aws-cloudformation/cfn-lint#3357</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.0...v1.3.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.0...v1.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/c5cb3db973471af6c97b5b767a36c729fadf7b4b"><code>c5cb3db</code></a> Release v1.3.3 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3374">#3374</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/ced5a6ff02feffc836177769daf35d107b9d6598"><code>ced5a6f</code></a> Better comparison of json schema types for cfn usage (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3373">#3373</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/6b1779737313c000f99469059538cdd5313c18d0"><code>6b17797</code></a> Parameter of list&lt;number&gt; can have an integer default (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3372">#3372</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/8dd89075a1c57df407e2255ee34720a60d5172c4"><code>8dd8907</code></a> Patch AWS::Glue::SecurityConfiguration and other resource issues (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3371">#3371</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/04e2118ca714ad5bf71ba8fa4cb0fdeda545a85d"><code>04e2118</code></a> update logic in rule E3686 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3367">#3367</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/4244af2c297c2aa3a666ef09b604f31c624d4d52"><code>4244af2</code></a> Remove rule setting in propertyNames rule (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3365">#3365</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/6f46af404789e17c7d4bf0b86eaeea28b7febf90"><code>6f46af4</code></a> Release v1.3.2 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3364">#3364</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/7a55a635a22062f418958f6a9c6b78610685e58a"><code>7a55a63</code></a> Add in awslogs-create-group to ECS task logging (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3363">#3363</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/04011dabbd2f69741764008760bdc6115340eb12"><code>04011da</code></a> Update md5 creation to work better on FIPS compliant OSes (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3362">#3362</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/80d7c023903cfe8c98077340fa0eaffcf3cfef10"><code>80d7c02</code></a> Update maintenance job to get data from boto (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3361">#3361</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.0...v1.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=1.3.0&new-version=1.3.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23782f2 commit 03703fd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requests = "^2.32.3"
2828
flake8 = "^7.1.0"
2929
pip-licenses = "^4.4.0"
3030
pre-commit = "^3.5.0"
31-
cfn-lint = "^1.3.0"
31+
cfn-lint = "^1.3.3"
3232

3333
[tool.poetry.scripts]
3434

0 commit comments

Comments
 (0)