diff options
author | 2024-06-30 19:00:39 +0100 | |
---|---|---|
committer | 2024-06-30 19:00:39 +0100 | |
commit | 235d8351f95b8e10535ac3ff3aa3f3f0e9f96ab6 (patch) | |
tree | 277ba2de42f86324754c26c9c7d05d228c574741 /pyproject.toml | |
parent | Bump ruff from 0.4.9 to 0.5.0 (#164) (diff) |
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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" |