From 8e92d62487ce9748a8d5f0054d27c04db0343872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:55:55 +0000 Subject: [PATCH] build(deps): update requests requirement from >=2.33.1 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.33.1...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 38294ac..6a1f3a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ucapi==0.6.0 pyee~=13.0.1 google_play_scraper==1.2.7 pillow>=12.2.0 -requests>=2.33.1 +requests>=2.34.1 pychromecast~=14.0.10 httpx~=0.28.1 sanitize-filename~=1.2.0 \ No newline at end of file