From 81916e47936b0a9d8c39cf739c9dbd006f037e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:56:24 +0000 Subject: [PATCH] chore(deps-dev): update yamale requirement 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/4.0.3...5.0.0) --- updated-dependencies: - dependency-name: yamale 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 6d612458f..f516cef5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ readme = "README.md" dependencies = [ "requests >=2.31.0,<3.0.0", "pydriller >=2.0,<3.0.0", - "yamale >=4.0.3,<5.0.0", + "yamale >=4.0.3,<6.0.0", "packaging >=21.3,<24.0.0", "jinja2 >=3.1.2,<4.0.0", "SQLAlchemy >=2.0.0,<3.0.0",