1 Commits

Author SHA1 Message Date
Renovate Bot d9f3d08456 chore(deps): update dependency pytest-asyncio to v0.26.0 2026-05-25 12:01:35 +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
@@ -14,5 +14,5 @@ vaderSentiment==3.3.2
# Testing # Testing
pytest==8.2.0 pytest==8.2.0
pytest-asyncio==0.23.6 pytest-asyncio==0.26.0
httpx==0.27.0 httpx==0.27.0