From 0dc4a976e3d63c45ddf225cdb6e9b497148a3d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:49:19 +0000 Subject: [PATCH] chore(deps): bump uwsgi in /label_studio_ml/examples/dummy_model Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.19.1 to 2.0.22. - [Commits](https://github.com/unbit/uwsgi-docs/commits) --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- label_studio_ml/examples/dummy_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/dummy_model/requirements.txt b/label_studio_ml/examples/dummy_model/requirements.txt index aa95c7c5f..9f032dc07 100644 --- a/label_studio_ml/examples/dummy_model/requirements.txt +++ b/label_studio_ml/examples/dummy_model/requirements.txt @@ -4,5 +4,5 @@ itsdangerous==2.0.1 label-studio-ml==1.0.8 rq==1.10.1 supervisor==4.2.2 -uwsgi==2.0.19.1 +uwsgi==2.0.22 werkzeug==2.0.2 \ No newline at end of file