From cacc996e1b9ee67ecc7b831745e3db1472abdf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:12:39 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=7.0 to ~=8.0 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: pytooling dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9768485..9012fbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools ~= 75.3", "wheel ~= 0.45", - "pyTooling ~= 7.0" + "pyTooling ~= 8.0" ] build-backend = "setuptools.build_meta"