From e68a368e95106c6649f91cbbc7a0c16334620abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:24:36 +0000 Subject: [PATCH] Update pyyaml requirement Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. Updates `pyyaml` to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.01...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- vizro-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/pyproject.toml b/vizro-core/pyproject.toml index 23175908f..032120c6d 100644 --- a/vizro-core/pyproject.toml +++ b/vizro-core/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.12" ] dependencies = [ - "pyyaml<5", + "pyyaml<7", "dash>=2.17.1", # 2.17.1 needed for no_output fix in clientside_callback "dash_bootstrap_components", "dash-ag-grid>=31.0.0",