aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-30 19:00:39 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-30 19:00:39 +0100
commit235d8351f95b8e10535ac3ff3aa3f3f0e9f96ab6 (patch)
tree277ba2de42f86324754c26c9c7d05d228c574741 /pyproject.toml
parentBump ruff from 0.4.9 to 0.5.0 (#164) (diff)
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7d5d459..e82bd9f 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.1.0"
+pydis-core = "11.2.0"
-alembic = "1.13.1"
+alembic = "1.13.2"
coloredlogs = "15.0.1"
deepmerge = "1.1.1"
-sqlalchemy = { extras = ["asyncio"], version = "2.0.30" }
+sqlalchemy = { extras = ["asyncio"], version = "2.0.31" }
python-dotenv = "1.0.1"
asyncpg = "0.29.0"