From 625dcb13f66018feb8f9cde4ae9e641e3675fc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 12:45:31 +0000 Subject: [PATCH] build(deps): update c2cwsgiutils requirement from <5,>=4.0 to >=4.0,<6 Updates the requirements on [c2cwsgiutils](https://github.com/camptocamp/c2cwsgiutils) to permit the latest version. - [Release notes](https://github.com/camptocamp/c2cwsgiutils/releases) - [Changelog](https://github.com/camptocamp/c2cwsgiutils/blob/master/CHANGELOG.md) - [Commits](https://github.com/camptocamp/c2cwsgiutils/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: c2cwsgiutils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_host.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_host.txt b/requirements_host.txt index ea52ce6d..f073886e 100644 --- a/requirements_host.txt +++ b/requirements_host.txt @@ -1,2 +1,2 @@ -c2cwsgiutils>=4.0,<5 +c2cwsgiutils>=4.0,<6 requests==2.27.1