From 07ac315cca35b0ddea6e5efe33108108a170c023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:00:06 +0000 Subject: [PATCH] Bump aiocouch from 2.2.2 to 3.0.0 Bumps [aiocouch](https://github.com/metricq/aiocouch) from 2.2.2 to 3.0.0. - [Release notes](https://github.com/metricq/aiocouch/releases) - [Changelog](https://github.com/metricq/aiocouch/blob/master/CHANGELOG.md) - [Commits](https://github.com/metricq/aiocouch/compare/v2.2.2...v3.0.0) --- updated-dependencies: - dependency-name: aiocouch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4c1e61be..0d4d00bf 100644 --- a/setup.py +++ b/setup.py @@ -222,7 +222,7 @@ def readme(): "pymssql==2.2.7", ], "couchdb": [ - "aiocouch==2.2.2" + "aiocouch==3.0.0" ], "hazelcast": [ "hazelcast-python-client==5.3.0" @@ -260,7 +260,7 @@ def readme(): "pymongo==4.3.3", "motor==3.1.1", "pymssql==2.2.7", - "aiocouch==2.2.2", + "aiocouch==3.0.0", "asyncmy==0.2.7", "mysqlclient==2.1.1", "aiomysql==0.2.0",