From 280f541b5d0745bbfcbf2a20f1e286bfcc63bfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:43:15 +0000 Subject: [PATCH] Update hikari-yuyo requirement from ~=1.19.0 to ~=1.21.0 Updates the requirements on [hikari-yuyo](https://github.com/FasterSpeeding/Yuyo) to permit the latest version. - [Release notes](https://github.com/FasterSpeeding/Yuyo/releases) - [Changelog](https://github.com/FasterSpeeding/Yuyo/blob/master/CHANGELOG.md) - [Commits](https://github.com/FasterSpeeding/Yuyo/compare/v1.19.1...v1.21.0) --- updated-dependencies: - dependency-name: hikari-yuyo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 018f6b7..5fa577c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ hikari-yuyo~=1.19.0 aiobungie[speedup]~=0.2.11 hikari[speedups]~=2.0.0.dev122 hikari-tanjun~=2.17.2 -hikari-yuyo~=1.19.1 +hikari-yuyo~=1.21.0 asyncpg~=0.29.0 redis~=5.0.1 click~=8.1.7