From f5b9ee4e50358043d424932c7d762bc824cda70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:33:03 +0000 Subject: [PATCH] Bump couchbase from 4.6.0 to 4.6.1 in /src Bumps [couchbase](https://github.com/couchbase/couchbase-python-client) from 4.6.0 to 4.6.1. - [Commits](https://github.com/couchbase/couchbase-python-client/compare/4.6.0...4.6.1) --- updated-dependencies: - dependency-name: couchbase dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a01f95b..de48862 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -couchbase==4.6.0 +couchbase==4.6.1 flask_restx==1.3.0 pytest==9.0.3 python-dotenv==1.2.2