From f02882ae7fc4ffe140f4a87081ac9c658bd227de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:10:20 +0000 Subject: [PATCH] Bump the python-packages group with 9 updates Updates the requirements on [discord-py](https://github.com/Rapptz/discord.py), [asyncpg](https://github.com/MagicStack/asyncpg), [openai](https://github.com/openai/openai-python), [build](https://github.com/pypa/build), [pylint](https://github.com/pylint-dev/pylint), [asyncpg-stubs](https://github.com/bryanforbes/asyncpg-stubs), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. Updates `discord-py` to 2.7.1 - [Commits](https://github.com/Rapptz/discord.py/compare/v2.4.0...v2.7.1) Updates `asyncpg` to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.31.0) Updates `openai` to 2.31.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.37.0...v2.31.0) Updates `build` to 1.4.3 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.4.3) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v4.0.5) Updates `asyncpg-stubs` to 0.31.2 - [Release notes](https://github.com/bryanforbes/asyncpg-stubs/releases) - [Changelog](https://github.com/bryanforbes/asyncpg-stubs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bryanforbes/asyncpg-stubs/compare/v0.29.1...v0.31.2) Updates `mypy` to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.20.0) Updates `ruff` to 0.15.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...0.15.10) Updates `types-pyyaml` to 6.0.12.20260408 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.7.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: openai dependency-version: 2.31.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: build dependency-version: 1.4.3 dependency-type: direct:development dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: python-packages - dependency-name: asyncpg-stubs dependency-version: 0.31.2 dependency-type: direct:development dependency-group: python-packages - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: python-packages - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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]