From 3267c26e64b2a99daf5400153a4bacdf0612cbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:14:48 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=8.11 to ~=8.14 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.11.0...v8.14.0) --- updated-dependencies: - dependency-name: pytooling dependency-version: 8.14.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 9daae46f..aa5dcec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 80.0", - "pyTooling ~= 8.11" + "pyTooling ~= 8.14" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 13990044..93ebba45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling >= 8.0 +pyTooling >= 8.14.0 pyEDAA.Reports ~= 0.17.3 sphinx >= 9.1, < 10.0 docutils >= 0.22.0