From f3c9a4ca158def613b06b5868ea4ef69a6902603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:10:45 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /cutout/worker Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4) Signed-off-by: dependabot[bot] --- cutout/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cutout/worker/requirements.txt b/cutout/worker/requirements.txt index f6b4318..3875ccb 100644 --- a/cutout/worker/requirements.txt +++ b/cutout/worker/requirements.txt @@ -1,5 +1,5 @@ pandas == 1.1.3 -pyyaml == 5.3.1 +pyyaml == 5.4 rpdb == 0.1.6 requests == 2.24.0 numpy == 1.24.1