From f7925117b1e591acda03e33de40b162c94bbca70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 18:38:24 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /Human Activity Detection Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) --- updated-dependencies: - dependency-name: pyyaml 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 172f2c6..b63b68c 100644 --- a/Human Activity Detection/requirements.txt +++ b/Human Activity Detection/requirements.txt @@ -7,7 +7,7 @@ opencv-python==4.1.2.30 pytorch_lightning==1.3.3 torch==1.13.1 torchvision==0.9.1 -pyyaml==5.1 +pyyaml==5.4 Werkzeug==2.2.3 torchtext pytorch_lightning \ No newline at end of file