diff --git a/pyproject.toml b/pyproject.toml index 88872195..869dd18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # See PEP 518 for the spec of this file # https://www.python.org/dev/peps/pep-0518/ [build-system] -requires = ["setuptools >= 75.1.0", "wheel >= 0.44.0"] +requires = ["setuptools >= 75.2.0", "wheel >= 0.44.0"] build-backend = "setuptools.build_meta" @@ -29,7 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "cfn-lint >= 1.15", + "cfn-lint >= 1.18.1", ] dynamic = ["readme"]