From 9c0770f3b34e4a6445fba594082a399f3c7442c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 19:56:06 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=6.1 to ~=6.2 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v6.1.0...v6.2.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 a771dc4a..46ef0049 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 6.1 +pyTooling ~= 6.2 colorama >= 0.4.6 ruamel.yaml ~= 0.18.6 setuptools ~= 70.0 diff --git a/requirements.txt b/requirements.txt index 7da715d4..8f356aac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyTooling ~= 6.1 +pyTooling ~= 6.2 ruamel.yaml ~= 0.18.6 lxml ~= 5.1