diff --git a/backend/requirements.txt b/backend/requirements.txt index 436eb66..50df747 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ asyncpg==0.29.0 alembic==1.12.1 pydantic==2.5.0 pydantic-settings==2.1.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 ccxt==4.1.47 pandas==2.1.3 numpy==1.26.2 diff --git a/bot/requirements.txt b/bot/requirements.txt index e9f2d05..0921c24 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,3 +1,3 @@ python-telegram-bot==20.7 httpx==0.25.2 -python-dotenv==1.0.0 +python-dotenv==1.2.2