From 0ff37f0ffa26ae825b1ce883aa005e4d1fa9f9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:41:56 +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 9f7f539..2df318d 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.1 diff --git a/requirements.txt b/requirements.txt index 697e128..d345791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyTooling ~= 6.4 +pyTooling ~= 6.5 ruamel.yaml ~= 0.18.6 lxml ~= 5.1