From 4c8bc1669bfb477f6442c402fc06d796667e5e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 00:29:38 +0000 Subject: [PATCH] Bump pyyaml from 3.10 to 5.4 in /src/monitors Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.10 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.10...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/monitors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitors/requirements.txt b/src/monitors/requirements.txt index da243a4..a3ca3ed 100644 --- a/src/monitors/requirements.txt +++ b/src/monitors/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==3.10 +PyYAML==5.4 pyzmq==13.1.0 redis==2.10.3 requests