Skip to content

Commit 0e609e6

Browse files
Merge pull request #61 from Dmitrii-Kopeikin/main
validators and aiogram updated.
2 parents ccff8d5 + 70ff1db commit 0e609e6

File tree

2 files changed

+81
-23
lines changed

2 files changed

+81
-23
lines changed

poetry.lock

Lines changed: 77 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "smo_service_telegram_bot"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.11"
12-
aiogram = "3.0.0rc2"
12+
aiogram = "3.1.1"
1313
httpx = "0.25.2"
1414
babel = "^2.13.1"
1515
jinja2 = "3.1.2"
@@ -20,6 +20,9 @@ validators = "0.22.0"
2020
aiohttp-jinja2 = "1.5.1"
2121

2222

23+
[tool.poetry.group.dev.dependencies]
24+
deptry = "^0.12.0"
25+
2326
[build-system]
2427
requires = ["poetry-core"]
2528
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)