From 26d115721decc2444198db16e05cf0990c424d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 08:54:37 -0400 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 (#30) * Create FUNDING.yml (#22) * Alphonse xavier 924 patch 1 (#23) * Update app_components.py * Update utils.py * Update utils.py * Alphonse xavier 924 patch 2 (#28) * Updated increase_color and decrease_color in config.ini * Updated button and button:hover color in styles.css * Bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Daniel T. Soukup, PhD <47944937+danieltsoukup@users.noreply.github.com> Co-authored-by: Alphonse Xavier <168884930+alphonse-xavier-924@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de75eb8..d9a5743 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ EditorConfig==0.12.4 exceptiongroup==1.1.3 Flask==2.2.5 Flask-Caching==2.3.0 -gunicorn==21.2.0 +gunicorn==22.0.0 h11==0.14.0 httpcore==1.0.5 httpx==0.27.0