From 62e8bc08d5a1488f424a1465c7eabd2c1fa263bd Mon Sep 17 00:00:00 2001 From: machka pasla Date: Tue, 6 Jan 2026 12:22:30 +0300 Subject: [PATCH] version update --- Dockerfile | 6 +++--- README.md | 2 +- requirements.txt | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 205277c..37a374a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim AS builder +FROM python:3.12-slim AS builder WORKDIR /app @@ -7,11 +7,11 @@ COPY requirements.txt . RUN --mount=type=cache,target=/root/.cache/pip \ pip install --no-cache-dir -r requirements.txt -FROM python:3.11-slim +FROM python:3.12-slim WORKDIR /app -COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages +COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages COPY . . diff --git a/README.md b/README.md index d2effe3..5312e02 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## 🚀 Технологии -- **Python 3.11** +- **Python 3.12** - **Aiogram 3.x:** Асинхронный фреймворк для Telegram ботов. - **aiohttp:** Для запуска веб-сервера (вебхуки). - **SQLAlchemy 2.x & asyncpg:** Асинхронная работа с базой данных PostgreSQL. diff --git a/requirements.txt b/requirements.txt index 6000d84..e784bb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aiogram==3.21.0 -python-dotenv==1.0.1 -aiohttp==3.12.14 -pydantic==2.7.1 -yookassa==3.5.0 +aiogram==3.24.0 +python-dotenv==1.2.1 +aiohttp==3.13.3 +pydantic==2.12.5 +yookassa==3.9.0 nalogo==1.0.0 -pydantic_settings -sqlalchemy[asyncio]==2.0.29 -asyncpg==0.29.0 +pydantic_settings==2.12.0 +sqlalchemy[asyncio]==2.0.45 +asyncpg==0.31.0 aiocryptopay==0.4.8