From d387744a6818159a483f97642d8b9198fca0ede9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:56:24 +0000 Subject: [PATCH] :arrow_up: Bump asyncpg from 0.29.0 to 0.30.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71db4f3..fba72f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.12.0" -asyncpg==0.29.0 ; python_version >= "3.9" and python_version < "4.0" +asyncpg==0.30.0 ; python_version >= "3.9" and python_version < "4.0" attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11"