From 2a53f243ab93b7697bffb7b15be9cf43c46c432c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:19:42 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=6.4 to ~=6.5 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v6.4.0...v6.5.1) --- 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 ad59ef3a..e91d9661 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 6.4 +pyTooling ~= 6.5 colorama >= 0.4.6 ruamel.yaml ~= 0.18.6 setuptools ~= 70.3 diff --git a/requirements.txt b/requirements.txt index a318a625..a871fc62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyTooling ~= 6.4 +pyTooling ~= 6.5 ruamel.yaml ~= 0.18.6 lxml ~= 5.2