From a869fdb2ec059928fb6a46fb2664aa0bb7f875d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:35:10 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.15 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.4. - [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/1.26.15...2.0.4) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8849c8b..b043785 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "google_auth_oauthlib", "oauth2client", "Pyforms-Lite", - "urllib3==1.26.15", + "urllib3==2.0.4", "websocket-client==0.54.0", ], data_files=[("share/meleeuploader", ["meleeuploader/client_secrets.json"])],