Skip to content

Commit

Permalink
Merge pull request #61 from Dmitrii-Kopeikin/main
Browse files Browse the repository at this point in the history
validators and aiogram updated.
  • Loading branch information
Dmitrii-Kopeikin authored Nov 27, 2023
2 parents ccff8d5 + 70ff1db commit 0e609e6
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 23 deletions.
99 changes: 77 additions & 22 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "smo_service_telegram_bot"}]

[tool.poetry.dependencies]
python = "^3.11"
aiogram = "3.0.0rc2"
aiogram = "3.1.1"
httpx = "0.25.2"
babel = "^2.13.1"
jinja2 = "3.1.2"
Expand All @@ -20,6 +20,9 @@ validators = "0.22.0"
aiohttp-jinja2 = "1.5.1"


[tool.poetry.group.dev.dependencies]
deptry = "^0.12.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0e609e6

Please sign in to comment.