From 0d2a8c248ac91ad921b3aa3f7f01a4b8d81b54da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:47:59 +0000 Subject: [PATCH] Bump gunicorn from 19.7.1 to 22.0.0 in /dashboard Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.7.1 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dashboard/Pipfile diff --git a/dashboard/Pipfile b/dashboard/Pipfile old mode 100755 new mode 100644 index f132b7a..9c7938e --- a/dashboard/Pipfile +++ b/dashboard/Pipfile @@ -12,5 +12,5 @@ name = "pypi" livereload ='*' ibmcloudenv ='~=0.0' flask = ">=1.0.0" -gunicorn = "==19.7.1" +gunicorn = "==22.0.0" prometheus-client = "*"