From 0898f3be062f81fd2a09ceff5bc9540f31152aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:25:04 +0000 Subject: [PATCH] build(deps): bump gunicorn in /label_studio_ml/examples/bert_classifier 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] --- label_studio_ml/examples/bert_classifier/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/bert_classifier/requirements-base.txt b/label_studio_ml/examples/bert_classifier/requirements-base.txt index 68ce357..0266e8c 100644 --- a/label_studio_ml/examples/bert_classifier/requirements-base.txt +++ b/label_studio_ml/examples/bert_classifier/requirements-base.txt @@ -1,2 +1,2 @@ -gunicorn==22.0.0 +gunicorn==23.0.0 label-studio-ml @ git+https://github.com/HumanSignal/label-studio-ml-backend.git \ No newline at end of file