From 3fc44c15b76f71db666aa413d0f95d6d2060721c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:30:27 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /Human Activity Detection Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [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.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Human Activity Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Human Activity Detection/requirements.txt b/Human Activity Detection/requirements.txt index 4a52a3e..4bbc9a5 100644 --- a/Human Activity Detection/requirements.txt +++ b/Human Activity Detection/requirements.txt @@ -8,6 +8,6 @@ pytorch_lightning==1.3.3 torch==1.13.1 torchvision==0.9.1 pyyaml==5.4 -Werkzeug==2.2.3 +Werkzeug==3.0.1 torchtext pytorch_lightning \ No newline at end of file