From 10e7c2028bb023542f908cf7d527cdc459249303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:18:48 +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.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 5f066c373d..0068220aa9 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.11.1 +anytree>=2.4.3,<=2.12.0 cloudpickle