From f5cc296f9d479fe120d4fac6fce1a8ca75b9a206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:37:30 +0000 Subject: [PATCH] chore(deps): update cookiecutter requirement in /libs/kotaemon Updates the requirements on [cookiecutter](https://github.com/cookiecutter/cookiecutter) to permit the latest version. - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Commits](https://github.com/cookiecutter/cookiecutter/compare/2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: cookiecutter dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index ac099a0..50bddd9 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "beautifulsoup4>=4.12.3,<4.15", "click>=8.1.7,<9", "cohere>=5.3.2,<6", - "cookiecutter>=2.6.0,<2.7", + "cookiecutter>=2.6.0,<2.8", "fast_langdetect", "gradio==5.35.0", "fastapi<=0.120.0",