From 6ca1d73d04f884b77412b1bf2569f96e11780b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:52:36 +0000 Subject: [PATCH] Update requests requirement from >=2.32.3 to >=2.34.1 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.34.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d34886e..9ba1ba1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ defusedxml>=0.7.1 protobuf==3.20.1 pycryptodomex>=3.22.0 pyogg>=0.6.14a.1 -requests>=2.32.3 +requests>=2.34.1 websocket-client>=1.8.0 zeroconf>=0.146.4