Skip to content

Commit

Permalink
⬆️ upgrade hikari to dev-122 (#338)
Browse files Browse the repository at this point in the history
* chore: upgrade hikari to dev-122

* chore: fix codespell errors

* chore: update python to <3.13
  • Loading branch information
circuitsacul authored Nov 26, 2023
1 parent 4ab03e0 commit 62f00ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ include = ["crescent/banner.txt"]
packages = [{ include = "crescent" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
hikari = "==2.0.0.dev121"
python = ">=3.8,<3.13"
hikari = "==2.0.0.dev122"
sigparse = "^3.0.0"
floodgate-rs = { version = "^0.1.1", optional = true }
types-croniter = { version = "==1.0.11", optional = true }
Expand Down

0 comments on commit 62f00ae

Please sign in to comment.