From bfd2950c798dab7e1e8e5bd97bfe50386c876339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:16:18 +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. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3cd9a92b..9f7211bc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ openmim>=0.3.7 packaging>=23.1 pandas>=2.0.0 pillow>=9.4.0 -pyyaml>=6.0 +pyyaml>=6.0.3 scikit-image>=0.26.0 scikit-learn>=1.8.0