Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pymssql-2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital authored Dec 7, 2023
2 parents 5840964 + b14a4f7 commit aa19e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def readme():
"oracledb==1.2.2"
],
"sqlalchemy": [
"sqlalchemy[asyncio]==2.0.19",
"sqlalchemy[asyncio]==2.0.23",
],
"elasticsearch": [
"elasticsearch[async]==8.6.2",
Expand All @@ -222,7 +222,7 @@ def readme():
"pymssql==2.2.11",
],
"couchdb": [
"aiocouch==2.2.2"
"aiocouch==3.0.0"
],
"hazelcast": [
"hazelcast-python-client==5.3.0"
Expand Down Expand Up @@ -255,12 +255,12 @@ def readme():
"aioodbc==0.3.3",
"JayDeBeApi==1.2.3",
"pyodbc==4.0.35",
"sqlalchemy[asyncio]==2.0.19",
"sqlalchemy[asyncio]==2.0.23",
"elasticsearch[async]==8.6.2",
"pymongo==4.3.3",
"motor==3.1.1",
"pymssql==2.2.11",
"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 aa19e9f

Please sign in to comment.