From 1b9fdefaa8f3d4c630e6dd7138b12d5416a2f63b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:12:48 +0000 Subject: [PATCH] Update dependency urllib3 to v2.4.0 --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 666aefc..edc839c 100644 --- a/Pipfile +++ b/Pipfile @@ -32,7 +32,7 @@ robotframework-pythonlibcore = "==4.4.1" six = "==1.16.0" toml = "==0.10.2" typing-extensions = "==4.12.2" -urllib3 = "==2.2.3" +urllib3 = "==2.4.0" zipp = "==3.21.0" [scripts] diff --git a/Pipfile.lock b/Pipfile.lock index 195e9d5..9965d3d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dc5f4f9b96b74e689e3fe3271e4d62aa3bd5223388ade8647b259f59d7bc6797" + "sha256": "4158cca176854bdb234dcf99c2df6aef3b5daf7d11339269390c1ec176758f1f" }, "pipfile-spec": 6, "requires": {}, @@ -535,12 +535,12 @@ "socks" ], "hashes": [ - "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", - "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466", + "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.2.3" + "markers": "python_version >= '3.9'", + "version": "==2.4.0" }, "websocket-client": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 952eb1a..153dee4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ selenium==4.26.1 six==1.16.0 toml==0.10.2 typing-extensions==4.12.2 ; python_version < '3.8' -urllib3==2.2.3 +urllib3==2.4.0 zipp==3.21.0