python3Packages.cfn-lint: 1.41.0 -> 1.43.3

https://github.com/aws-cloudformation/cfn-lint/blob/v1.43.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:24 +01:00
parent f10f30a299
commit 7338876045
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "1.41.0";
version = "1.43.3";
pyproject = true;
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "cfn-lint";
tag = "v${version}";
hash = "sha256-AudCeFMbCQucANLLAknCKC7gzi0vvFh9c9k7ll0a1MM=";
hash = "sha256-tolQ7O6J/pfmtw29t8SGBDEDGiTOsJdc/mI3ulUseKo=";
};
build-system = [ setuptools ];