1 Commits

Author SHA1 Message Date
Renovate Bot 30dc26f31d chore(deps): update dependency python-dotenv to v1.2.2 2026-05-26 12:01:45 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14-slim FROM python:3.11-slim
WORKDIR /app WORKDIR /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14-slim FROM python:3.11-slim
WORKDIR /app WORKDIR /app
+1 -1
View File
@@ -9,7 +9,7 @@ pydantic==2.7.0
# py-clob-client==0.17.0 # py-clob-client==0.17.0
# Utils # Utils
python-dotenv==1.0.1 python-dotenv==1.2.2
vaderSentiment==3.3.2 vaderSentiment==3.3.2
# Testing # Testing