From f5efcb83c7936c847c83da7cf1bec4b37f07363a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:40:19 +0100 Subject: [PATCH] chore(deps): update hikari requirement from ~=2.0.0 to ~=2.1.0 (#459) Updates the requirements on [hikari](https://github.com/hikari-py/hikari) to permit the latest version. - [Release notes](https://github.com/hikari-py/hikari/releases) - [Changelog](https://github.com/hikari-py/hikari/blob/master/CHANGELOG.md) - [Commits](https://github.com/hikari-py/hikari/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: hikari dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67fdb03e..63cf4e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", ] -dependencies = ["hikari~=2.0.0", "async-timeout>=4, <5"] +dependencies = ["hikari~=2.1.0", "async-timeout>=4, <5"] dynamic = ["version", "description"] [project.urls]