From 3a7b6c96c11c618162007c9e25889d10c8001402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:13:47 +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.10.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 e5e8b189cc..c6fe9fd411 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.9.0 +anytree>=2.4.3,<=2.10.0 cloudpickle