Skip to content

Commit

Permalink
Bump aiocouch from 2.2.2 to 3.0.0
Browse files Browse the repository at this point in the history
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](metricq/aiocouch@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 2956327 commit 07ac315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 07ac315

Please sign in to comment.