diff options
author | 2024-06-06 20:54:03 +0100 | |
---|---|---|
committer | 2024-06-06 20:54:03 +0100 | |
commit | 8220f4cf896e4ce1d134a45f8f671fcdd69a7f6d (patch) | |
tree | 13631687a12313e971c211caf56d74593ea3104a /pyproject.toml | |
parent | Merge pull request #151 from python-discord/reduce-memory-usage-on-startuyp (diff) |
Bump all 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 5c5e61c..455d0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,13 +14,13 @@ pydis-core = "11.1.0" alembic = "1.13.1" coloredlogs = "15.0.1" deepmerge = "1.1.1" -sqlalchemy = { extras = ["asyncio"], version = "2.0.29" } +sqlalchemy = { extras = ["asyncio"], version = "2.0.30" } python-dotenv = "1.0.1" asyncpg = "0.29.0" [tool.poetry.dev-dependencies] -pre-commit = "3.7.0" -ruff = "0.3.5" +pre-commit = "3.7.1" +ruff = "0.4.8" [tool.poetry.scripts] start = "metricity.__main__:start" |