From 519532ee2610e498d0a813bee4373da017367aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:22:28 +0000 Subject: [PATCH] build(deps): update pyyaml requirement in /requirements Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/serve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/serve.txt b/requirements/serve.txt index d6d243e6cc..02696a0636 100644 --- a/requirements/serve.txt +++ b/requirements/serve.txt @@ -1,7 +1,7 @@ # NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup pillow >9.0.0, <=10.0.0 -pyyaml >5.4, <=6.0 +pyyaml >5.4, <=6.0.1 cytoolz >0.11, <=0.12.2 graphviz >=0.19, <=0.20.1 tqdm >4.60, <=4.65.0