From 66ad0f499910c17038e0d30e683761c4c6bb8d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:40:22 +0000 Subject: [PATCH] Update werkzeug requirement from ~=3.1.3 to ~=3.1.4 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 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..2c37b2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ pywin32==310 requests~=2.32.4 selenium~=4.38.0 SteamPathFinder==0.0.5 -Werkzeug~=3.1.3 \ No newline at end of file +Werkzeug~=3.1.4 \ No newline at end of file