From 8886ad8b1cc585833e88610ae19553a74b4a2482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:26:11 +0000 Subject: [PATCH] chore(deps): bump gunicorn in /example/flask-gunicorn Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/flask-gunicorn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/flask-gunicorn/requirements.txt b/example/flask-gunicorn/requirements.txt index 08d6e42..bcbb674 100644 --- a/example/flask-gunicorn/requirements.txt +++ b/example/flask-gunicorn/requirements.txt @@ -4,4 +4,4 @@ flask_sqlalchemy==2.5.1 itsdangerous==2.1.2 opentelemetry-instrumentation-flask==0.38b0 opentelemetry-instrumentation-sqlalchemy==0.38b0 -gunicorn==22.0.0 +gunicorn==23.0.0