From e37ef7973acaa05366522637a96964671e085129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:00:04 +0000 Subject: [PATCH] chore(deps): update async-timeout requirement from <5,>=4 to >=4,<6 Updates the requirements on [async-timeout](https://github.com/aio-libs/async-timeout) to permit the latest version. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: async-timeout 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 57d07ffb..a5f2f297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", ] -dependencies = ["hikari~=2.1.0", "async-timeout>=4, <5"] +dependencies = ["hikari~=2.1.0", "async-timeout>=4, <6"] dynamic = ["version", "description"] [project.urls]