Skip to content

Commit

Permalink
chore(deps): update hikari requirement from ~=2.0.0 to ~=2.1.0
Browse files Browse the repository at this point in the history
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](hikari-py/hikari@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: hikari
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 0a16393 commit 70ba05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 70ba05d

Please sign in to comment.