Skip to content

Commit

Permalink
Bump project and build-system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Oct 22, 2024
1 parent 688d0e9 commit 712581a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"


Expand Down Expand Up @@ -29,7 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"cfn-lint >= 1.15",
"cfn-lint >= 1.18.1",
]
dynamic = ["readme"]

Expand Down

0 comments on commit 712581a

Please sign in to comment.