From c047e40fc8b94934470f38dd6b10b0e2080232e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:33:03 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=6.3 to ~=6.4 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v6.3.0...v6.4.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 e2785bd9..9f7f5396 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 6.3 +pyTooling ~= 6.4 colorama >= 0.4.6 ruamel.yaml ~= 0.18.6 setuptools ~= 70.1 diff --git a/requirements.txt b/requirements.txt index 953e8c8f..697e128b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyTooling ~= 6.3 +pyTooling ~= 6.4 ruamel.yaml ~= 0.18.6 lxml ~= 5.1