Skip to content

Commit

Permalink
chore: bump aiogram version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Sep 25, 2023
1 parent b88e97e commit af5529c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [

[tool.poetry.dependencies]
python = "^3.10"
aiogram = "~3.0"
aiogram = "~3.1"
aiohttp = { version = "~3.8.5", extras = ["speedups"] }
uvloop = { version = "~0.17", markers = "sys_platform != 'win32' and implementation_name == 'cpython'" }
redis = { version = "~5.0", extras = ["hiredis"] }
Expand Down

0 comments on commit af5529c

Please sign in to comment.