From f1b7cf115662c8facfab749836b4ae46e6f094c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:32:53 +0000 Subject: [PATCH] Update eve requirement from <=2.1.0,>=1.1.2 to >=1.1.2,<=2.2.0 Updates the requirements on [eve](https://github.com/pyeve/eve) to permit the latest version. - [Changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst) - [Commits](https://github.com/pyeve/eve/compare/v1.1.2...v2.2.0) --- updated-dependencies: - dependency-name: eve dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb80b4f3b..b11d33a12 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ "urllib3>=1.26,<3", - "eve>=1.1.2,<=2.1.0", + "eve>=1.1.2,<=2.2.0", "eve-elastic>=7.4.0,<7.5.0", "elasticsearch<7.18", # we are using oss version on test server "flask>=1.1,<1.2",