Skip to content

Commit e822abe

Browse files
validators and aiogram updated.
1 parent 6b18af9 commit e822abe

File tree

2 files changed

+89
-20
lines changed

2 files changed

+89
-20
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ 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"
1616
python-dotenv = "1.0.0"
1717
aiohttp = "3.8.6"
1818
aiocryptopay = "0.3.3"
19-
validators = "0.21.2"
19+
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)