From 44c9e3c05f1c5d6f544d0528f48e27ae4396ca86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:16:53 +0000 Subject: [PATCH] build(deps): bump caikit-nlp from 0.4.16 to 0.5.7 Bumps [caikit-nlp](https://github.com/caikit/caikit-nlp) from 0.4.16 to 0.5.7. - [Release notes](https://github.com/caikit/caikit-nlp/releases) - [Commits](https://github.com/caikit/caikit-nlp/compare/v0.4.16...v0.5.7) --- updated-dependencies: - dependency-name: caikit-nlp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8062264..0afbc3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tests = [ "pytest-mock", "coverage[toml]", "grpcio-health-checking", - "caikit-nlp==0.4.16", + "caikit-nlp==0.5.7", "caikit[runtime-grpc,runtime-http]>=0.23.2,<0.27.0", ]