From 282464d57e7338cb9ff84d9a1d4b201b6db2f43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:59:12 +0000 Subject: [PATCH] Update hikari-yuyo requirement from ~=1.19.0 to ~=1.20.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.20.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..4fec917 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.20.0 asyncpg~=0.29.0 redis~=5.0.1 click~=8.1.7