From 0282da03c8f4bce1eabca8c925f5ac5ed2887d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:56:15 +0000 Subject: [PATCH] Bump werkzeug from 2.3.0 to 2.3.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.0 to 2.3.8. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.0...2.3.8) --- updated-dependencies: - dependency-name: werkzeug 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 88e577e..6c16ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cellxgene flask==2.2.2 flask-api -werkzeug==2.3.0 +werkzeug==2.3.8 psutil requests