From 7f270fdd506964dd18c7791155e2132a9f9b479c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:24:08 +0000 Subject: [PATCH] pip prod(deps): update anytree requirement 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.4.3...2.12.1) --- 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 0068220aa9..3f780bd6aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ cgen>=2020.1 codepy>=2019.1 click<9.0 multidict -anytree>=2.4.3,<=2.12.0 +anytree>=2.4.3,<=2.12.1 cloudpickle