From 0c221769a6cee8ceb03da0aa1df48514b3423068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:46:07 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytooling dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 4017a3c..15620fc 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling >= 5.0.0, <6.0 +pyTooling >= 5.0.0, < 7.0 # Enforce latest version on ReadTheDocs sphinx>=5.3.0 diff --git a/requirements.txt b/requirements.txt index 013cc1f..23ee51e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling >= 5.0.0, <6.0 +pyTooling >= 5.0.0, < 7.0