diff --git a/requirements.txt b/requirements.txt index 86531135..cd016ba4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,28 @@ # Основные зависимости -aiogram==3.7.0 -aiohttp==3.9.1 -asyncpg==0.29.0 -SQLAlchemy==2.0.25 -alembic==1.13.1 -aiosqlite==0.19.0 +aiogram==3.22.0 +aiohttp==3.12.15 +asyncpg==0.30.0 +SQLAlchemy==2.0.43 +alembic==1.16.5 +aiosqlite==0.21.0 # Дополнительные зависимости -pydantic==2.5.3 -pydantic-settings==2.1.0 -python-dotenv==1.0.0 +pydantic==2.11.9 +pydantic-settings==2.10.1 +python-dotenv==1.1.1 redis==5.0.1 # YooKassa SDK -yookassa==3.0.0 +yookassa==3.7.0 # Логирование и мониторинг structlog==23.2.0 # Планировщик задач для техработ -APScheduler==3.10.4 +APScheduler==3.11.0 # Утилиты -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 pytz==2023.4 cryptography>=41.0.0 qrcode[pil]==7.4.2