From 11c4817f0bef7624e2938995f3e7e7fb38911edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:02:03 +0000 Subject: [PATCH] Update sly requirement from >=0.4 to >=0.5 Updates the requirements on [sly](https://github.com/dabeaz/sly) to permit the latest version. - [Changelog](https://github.com/dabeaz/sly/blob/master/CHANGES) - [Commits](https://github.com/dabeaz/sly/commits) --- updated-dependencies: - dependency-name: sly dependency-version: '0.5' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2846c15..316279f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=42", "sly>=0.4"] +requires = ["setuptools>=42", "sly>=0.5"] build-backend = "setuptools.build_meta" \ No newline at end of file