From f59dc807a3a35f69c18984c408c5164fd920b75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:52:20 +0000 Subject: [PATCH] [Dependabot]: Update pytooling requirement from ~=8.0 to ~=8.1 Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: pytooling dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4db3549..9ce072f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.0 +pyTooling ~= 8.1