From 7eae9ca84faa53f9d3edb67d01747fbbffd5e574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 01:32:52 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=8.15 to ~=8.16 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.15.0...v8.16.1) --- updated-dependencies: - dependency-name: pytooling dependency-version: 8.16.1 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 bbba0c6..931c151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 83.0", - "pyTooling ~= 8.15" + "pyTooling ~= 8.16" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 82b41f7..b617ac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.15 +pyTooling ~= 8.16