From 629e68fb59d81583f0cb34c046f63f9cf36d1cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:40:44 +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.11.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 c6fe9fd411c..5f066c373d3 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.10.0 +anytree>=2.4.3,<=2.11.1 cloudpickle