diff --git a/pyproject.toml b/pyproject.toml index fbc0096..bff4ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ description = "SideBot is a multipurpose bot for the SideStore community." readme = "README.md" requires-python = ">=3.12" dependencies = [ - "discord.py>=2.4.0", - "asyncpg>=0.29.0", - "openai>=1.37.0", + "discord.py>=2.7.1", + "asyncpg>=0.31.0", + "openai>=2.31.0", ] classifiers = [ "Programming Language :: Python :: 3", @@ -19,13 +19,13 @@ classifiers = [ [project.optional-dependencies] dev = [ - "build>=1.2.1", - "pylint>=3.1.0", - "asyncpg-stubs>=0.29.1", - "mypy>=1.9.0", - "ruff>=0.3.7", + "build>=1.4.3", + "pylint>=4.0.5", + "asyncpg-stubs>=0.31.2", + "mypy>=1.20.0", + "ruff>=0.15.10", "pyannotate>=1.2.0", - "types-PyYAML>=6.0.12" + "types-PyYAML>=6.0.12.20260408" ] [tool.setuptools.package-data]