From 50793f9b18c1b53cb39643215158107be0c48319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:44:25 +0000 Subject: [PATCH] build(deps): bump replicate from 0.33.0 to 1.0.2 Bumps [replicate](https://github.com/replicate/replicate-python) from 0.33.0 to 1.0.2. - [Release notes](https://github.com/replicate/replicate-python/releases) - [Commits](https://github.com/replicate/replicate-python/compare/0.33.0...1.0.2) --- updated-dependencies: - dependency-name: replicate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b93730e..5942d20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -replicate==0.33.0 +replicate==1.0.2 python-dotenv==1.0.1 token_count==0.2.1 loguru==0.7.2