Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.36 to 2.0.37
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.37.
- [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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 96e6bf6 commit 97814f0
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["branding"]
[tool.poetry.dependencies]
python = "^3.12"
"discord.py" = "^2.4.0"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.36"}
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.37"}
alembic = {extras = ["tz"], version = "^1.14.0"}
asyncpg = { version = "^0.30.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
Expand Down

0 comments on commit 97814f0

Please sign in to comment.