Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency aiogram to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 64a0e3e commit 7685b31
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 @@ -33,7 +33,7 @@ requires = ["poetry>=1.2.2"]
[tool.poetry.dependencies]
python = "^3.7" # Compatible python versions must be declared here

aiogram = "^2.22"
aiogram = "^3.0.0"
aiohttp = { version = "^3.8", extras = ["speedups"] }
click = "^8.1"
emoji = "^2.1"
Expand Down

0 comments on commit 7685b31

Please sign in to comment.