From 0dcc56fe04588f7b72faf27bf7e17bff965bc23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:09 +0000 Subject: [PATCH] chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3 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-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 492ec33..19d917f 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -22,7 +22,7 @@ plotly>=6.7.0 # Utilities tqdm>=4.62.0 -pyyaml>=6.0 +pyyaml>=6.0.3 requests>=2.26.0 python-dotenv>=0.19.0 diff --git a/requirements.txt b/requirements.txt index b7459be..7501b55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ plotly>=6.7.0 # Utilities tqdm>=4.62.0 -pyyaml>=6.0 +pyyaml>=6.0.3 requests>=2.26.0 python-dotenv>=0.19.0