From f6d6805c7dd5323bec7a7f8f99fa826a4e2f5df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:05:13 +0000 Subject: [PATCH] Update asyncpg requirement from ^0.30.0 to ^0.31.0 Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3657d8..d00eb3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Aav "] [tool.poetry.dependencies] python = "^3.11" "discord.py" = "^2.1.0" -asyncpg = "^0.30.0" +asyncpg = "^0.31.0" aiolimiter = "1.2.1" openpyxl = "^3.1.2"