From 66edb61374e6ecfaa1b4951750f981463bbead55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:28:51 +0000 Subject: [PATCH] Update pyyaml-include requirement from <2.0 to <3.0 Updates the requirements on [pyyaml-include](https://github.com/tanbro/pyyaml-include) to permit the latest version. - [Changelog](https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md) - [Commits](https://github.com/tanbro/pyyaml-include/compare/0.1a1...v2.1) --- updated-dependencies: - dependency-name: pyyaml-include dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c0e346..b4f4c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "sphinx", # Used to automatically generate documentation "sphinx-rtd-theme", # Used to render documentation "sphinx-copybutton", - "pyyaml-include<2.0", + "pyyaml-include<3.0", ] [project.optional-dependencies]