From bab3d0d5359404efb1b6b328ed08b025186d4764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:41:54 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [pyyaml](https://github.com/yaml/pyyaml) and [yamale](https://github.com/23andMe/Yamale). Updates `pyyaml` from 6.0 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/6.0...6.0.2) Updates `yamale` from 4.0.4 to 5.2.1 - [Release notes](https://github.com/23andMe/Yamale/releases) - [Commits](https://github.com/23andMe/Yamale/compare/4.0.4...5.2.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: yamale dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d766d5a..aeccdf28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ colorama==0.4.6 -PyYAML==6.0 -yamale==4.0.4 +PyYAML==6.0.2 +yamale==5.2.1