From cd60e4381e5d6aa701c64bd8a46cbb0c33a91b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:32:58 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=8.16 to ~=8.17 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.16.0...v8.17.0) --- updated-dependencies: - dependency-name: pytooling dependency-version: 8.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 931c151..0fda795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 83.0", - "pyTooling ~= 8.16" + "pyTooling ~= 8.17" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index b617ac5..fccb24b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.16 +pyTooling ~= 8.17