From 02949ce6345a1228f48b2258aa9e9116ac38bea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:39:51 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20myllm=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [myllm](https://github.com/mraniki/MyLLM) to permit the latest version. - [Release notes](https://github.com/mraniki/MyLLM/releases) - [Changelog](https://github.com/mraniki/MyLLM/blob/main/CHANGELOG.md) - [Commits](https://github.com/mraniki/MyLLM/compare/v4.13.12...v4.13.13) --- updated-dependencies: - dependency-name: myllm 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 b1c80077..6c315d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ iamlistening = "5.3.25" findmyorder = "2.2.11" dxsp = "11.1.3" cefi = "5.3.3" -myllm = "4.13.12" +myllm = "4.13.13" [tool.poetry.group.dev.dependencies] python-semantic-release = ">=8.0.8"