From d9169474131903869dcd1d8b0e98ca11c409aa70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:18:59 +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 d9a1d5cf..96f1c200 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 46bc4c0d..d14d888d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling >= 8.16 +pyTooling >= 8.17.0 pyEDAA.Reports ~= 0.18 sphinx >= 9.1, < 10.0 docutils >= 0.22.0