From 39248aa42a8dd0275f0d186f9bd3424fa49b0059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:13:15 +0000 Subject: [PATCH] Update anyconfig requirement from ~=0.10.0 to >=0.10,<0.14 Updates the requirements on [anyconfig](https://github.com/ssato/python-anyconfig) to permit the latest version. - [Changelog](https://github.com/ssato/python-anyconfig/blob/next/NEWS) - [Commits](https://github.com/ssato/python-anyconfig/compare/RELEASE_0.10.0...RELEASE_0.13.0) --- updated-dependencies: - dependency-name: anyconfig 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 df3bf4a2fe..836c92ea64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "Kedro helps you build production-ready data and analytics pipelines" requires-python = ">=3.7" dependencies = [ - "anyconfig~=0.10.0", + "anyconfig>=0.10,<0.14", "attrs>=21.3", "build", "cachetools~=5.3",