From d0ed868f541b3547df5b75d7187d9d84b4d9e4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:00:38 +0000 Subject: [PATCH] Update yamale requirement from ~=6.0.0 to ~=6.1.0 Updates the requirements on [yamale](https://github.com/23andMe/Yamale) to permit the latest version. - [Release notes](https://github.com/23andMe/Yamale/releases) - [Commits](https://github.com/23andMe/Yamale/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: yamale dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6b2949f..57f1dfd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = setuptools>=75.8.1,<80.10.0 tqdm~=4.67.0 types-PyYAML~=6.0 - yamale~=6.0.0 + yamale~=6.1.0 # Change this to False if you use things like __file__ or __path__—which you # shouldn't use anyway, because that's what ``pkg_resources`` is for 🙂