From 6d7bbdd83a7efe78328e22a09d399ca5a7e0d9e4 Mon Sep 17 00:00:00 2001 From: Mark Davenport Date: Sun, 2 Jun 2024 09:52:36 -0500 Subject: [PATCH] Add dependencies for caching, update pyyaml --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ce2ca2..7bd8f8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ luma.led-matrix==1.5.0 luma.emulator==1.4.0 -requests==2.25.1 +requests==2.32.3 responses==0.13.3 -pyyaml==5.4.1 \ No newline at end of file +pyyaml==6.0.1 +urllib3==2.2.1 +requests-cache==1.2.0 \ No newline at end of file