From 3fdca8fd6ba265d13bcd50454f6bd21953d285e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:57:00 +0000 Subject: [PATCH] Update gunicorn requirement from ~=23.0 to ~=24.1 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3fb11c..51ba452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask~=3.1 flask-sqlalchemy~=3.1 -gunicorn~=23.0 +gunicorn~=24.1 langchain~=1.2 langchain-openai~=1.1 langgraph~=1.0