From cadcd53cd4c1b43f087effda34817d202ebcf01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:02:23 +0000 Subject: [PATCH] Bump urllib3 from 2.6.0 to 2.6.2 in /src Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 541e519..2fb8c40 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ wxPython==4.2.3; sys_platform != "linux" https://github.com/dseichter/wxpython-whl/releases/download/4.2.3/wxpython-4.2.3-cp313-cp313-linux_x86_64.whl; sys_platform == "linux" -urllib3==2.6.0 +urllib3==2.6.2 pyinstaller==6.16.0 boto3==1.41.2