Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump cfn-lint from 1.22.7 to 1.23.0
Browse files Browse the repository at this point in the history
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.7 to 1.23.0.
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.22.7...v1.23.0)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent b508a60 commit 45f2a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ boto3 = "^1.36.9"
argparse = "^1.4.0"
pre-commit = "^4.1.0"
pytest = "^8.3.4"
cfn-lint = "^1.22.7"
cfn-lint = "^1.23.0"
pyjwt = {extras = ["crypto"], version = "^2.10.1"}

[tool.poetry.scripts]

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.1.0"
cfn-lint = "^1.22.7"
cfn-lint = "^1.23.0"
black = "^24.10.0"
flake8 = "^7.1.1"
jinja2 = "^3.1.5"
Expand Down

0 comments on commit 45f2a07

Please sign in to comment.