From 89d6ef581b8c543efdf62eaaf8ce641e2cec8cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:40:51 +0000 Subject: [PATCH] build(deps): update anytree requirement from ~=2.11 to ~=2.12 Updates the requirements on [anytree](https://github.com/c0fec0de/anytree) to permit the latest version. - [Release notes](https://github.com/c0fec0de/anytree/releases) - [Commits](https://github.com/c0fec0de/anytree/compare/2.11.0...2.12.0) --- updated-dependencies: - dependency-name: anytree 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 6fcfb267..cf6509dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anytree ~= 2.11 +anytree ~= 2.12 colorama ~= 0.4 oelint-parser ~= 2.11 urllib3 ~= 2.0