aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-09-10 17:09:40 +0100
committerGravatar Chris Lovering <[email protected]>2024-09-10 17:09:40 +0100
commit99093a9d9cfb0d573c1e67fedf9820616542c43e (patch)
tree14b2c008c98591c296df2665194644508c827e01 /pyproject.toml
parentMerge pull request #187 from python-discord/jb3/features/content-hash (diff)
Bump pydis-core & sqlalchemy to latest
Neither of these dependencies have breakign changes that affect us
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ed9d199..ac40f0b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,12 +9,12 @@ license = "MIT"
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "11.2.0"
+pydis-core = "11.3.1"
alembic = "1.13.2"
coloredlogs = "15.0.1"
deepmerge = "1.1.1"
-sqlalchemy = { extras = ["asyncio"], version = "2.0.31" }
+sqlalchemy = { extras = ["asyncio"], version = "2.0.34" }
python-dotenv = "1.0.1"
asyncpg = "0.29.0"