From a73c587d9f14d1fbe81cf28c31f74a8fe86cd2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:06:44 -0300 Subject: [PATCH] build(deps): bump asyncpg from 0.28.0 to 0.29.0 (#1245) Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8190f1c85..f2585f789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ discord.py==2.3.2 Pillow==10.0.0 xkcd==2.4.2 pytz==2023.3.post1 -asyncpg==0.28.0 +asyncpg==0.29.0 python-Levenshtein==0.21.1 pillow-heif==0.13.0 \ No newline at end of file