From 0a1c90ef8606d30633efc08b0120f5ff25b5fc0a Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 21 Apr 2026 13:45:25 -0400 Subject: [PATCH] deps: pin python-dotenv>=1.2.2 to fix GHSA-mf9w-mj56-hr94 Co-Authored-By: Claude Sonnet 4.6 --- matrixbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrixbot/requirements.txt b/matrixbot/requirements.txt index b15fa00..1d79d03 100644 --- a/matrixbot/requirements.txt +++ b/matrixbot/requirements.txt @@ -1,5 +1,5 @@ matrix-nio[e2e] -python-dotenv +python-dotenv>=1.2.2 aiohttp markdown mcrcon