From 41f5bb69d354787fe745fb56433109dd02020e8d Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Wed, 1 Apr 2026 08:43:55 +0100 Subject: [PATCH] Merge pull request #5451 from wled/dependabot/pip/requests-2.33.0 Bump requests from 2.32.4 to 2.33.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cca736f5..87de7459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyelftools==0.29 # via platformio pyserial==3.5 # via platformio -requests==2.31.0 +requests==2.33.0 # via platformio semantic-version==2.10.0 # via platformio