Skip to content

Commit

Permalink
Bump sqlalchemy[asyncio] from 2.0.19 to 2.0.23
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 2.0.19 to 2.0.23.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy[asyncio]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 2956327 commit 9fb8000
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 @@ -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 Down Expand Up @@ -255,7 +255,7 @@ 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",
Expand Down

0 comments on commit 9fb8000

Please sign in to comment.