From e2611ac545d79f472045880a3f0f015fef089fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:46:55 +0000 Subject: [PATCH] Update markupsafe requirement from <2.2.0 to <3.1.0 Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/0.9...3.0.1) --- updated-dependencies: - dependency-name: markupsafe 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 f1ece8ea..94f90f8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ eth-hash>=0.3.1,<0.8.0 eth-utils>=2.0.0 hexbytes<1.3.0 jinja2>=2.9 -MarkupSafe<2.2.0 +MarkupSafe<3.1.0 mypy-extensions==1.0.0 numpy persistent>=4.2.0