From c048d19ece959676f642a630a3b985ce6b530446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:40:26 +0000 Subject: [PATCH] Update requests requirement from ~=2.32.4 to ~=2.32.5 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.4...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 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 a863745..d9e0b2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pypresence~=4.3.0 PyQt5~=5.15.11 pystray~=0.19.5 pywin32==310 -requests~=2.32.4 +requests~=2.32.5 selenium~=4.38.0 SteamPathFinder==0.0.5 Werkzeug~=3.1.3 \ No newline at end of file