From f8f0411658d4a6f22d1b516d90b226b579d6035c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:48:04 +0200 Subject: [PATCH] Bump honcho from 1.1.0 to 2.0.0 in /server (#330) Bumps [honcho](https://github.com/nickstenning/honcho) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/nickstenning/honcho/releases) - [Changelog](https://github.com/nickstenning/honcho/blob/main/CHANGELOG.rst) - [Commits](https://github.com/nickstenning/honcho/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: honcho dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 8e5855a2..71bfe721 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -122,7 +122,7 @@ hachoir==3.3.0 # via superdesk-core hermescache==1.0.0 # via superdesk-core -honcho==1.1.0 +honcho==2.0.0 # via -r requirements.in httplib2==0.22.0 # via oauth2client