Update dependency sqlalchemy to v2

This commit is contained in:
renovate[bot]
2023-03-20 03:59:24 +00:00
committed by GitHub
parent c5b733236c
commit 7f1b6b77a9
2 changed files with 69 additions and 54 deletions

View File

@ -25,7 +25,7 @@ python = "^3.9"
python-dotenv = "^1.0.0"
apscheduler = "^3.9.1.post1"
dateparser = "^1.1.4"
sqlalchemy = "^1.4.45"
sqlalchemy = "^2.0.0"
discord-py-interactions = "^4.4.0"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
discord-webhook = "^1.0.0"