From e706483382200691686a5dfa82048793fd9c468b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:38:09 +0000 Subject: [PATCH] build(deps): bump gunicorn in /python_derivation_agent Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_derivation_agent/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_derivation_agent/setup.py b/python_derivation_agent/setup.py index b028fe8c8..6cfa129ab 100644 --- a/python_derivation_agent/setup.py +++ b/python_derivation_agent/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", packages=find_namespace_packages(exclude=['tests','tests.*']), # Werkzeug version is fixed as its 3.0.0 version breaks flask 2.x https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-0 - install_requires=['py4jps>=1.0.38', 'flask==2.1.0', 'gunicorn==20.0.4', 'Flask-APScheduler', 'rdflib', 'python-dotenv', 'yagmail', 'Werkzeug~=2.2.2'], + install_requires=['py4jps>=1.0.38', 'flask==2.1.0', 'gunicorn==22.0.0', 'Flask-APScheduler', 'rdflib', 'python-dotenv', 'yagmail', 'Werkzeug~=2.2.2'], extras_require={ "dev": [ "testcontainers>=3.4.2",