Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump cfn-lint from 1.9.4 to 1.9.5
Browse files Browse the repository at this point in the history
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.4 to 1.9.5.
- [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.9.4...v1.9.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 8ff67b7 commit 10cd494
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,15 +36,15 @@ boto3 = "^1.34.154"
argparse = "^1.4.0"
pre-commit = "^3.8.0"
pytest = "^8.3.2"
cfn-lint = "^1.9.4"
cfn-lint = "^1.9.5"
pyjwt = {extras = ["crypto"], version = "^2.9.0"}
proxygen-cli = "^2.1.14"

[tool.poetry.scripts]

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
cfn-lint = "^1.9.4"
cfn-lint = "^1.9.5"
black = "^24.8.0"
flake8 = "^7.1.1"
jinja2 = "^3.1.4"
Expand Down

0 comments on commit 10cd494

Please sign in to comment.