From 3d4a08040914c656895513ba4804bb0a744ee4dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jun 2025 23:55:58 +0000 Subject: [PATCH] fix(deps): update dependency urllib3 to v2.5.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1996dd5..8f9a39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = [ "requests==2.32.3", "urllib3==2.2.3" ] +dependencies = [ "requests==2.32.3", "urllib3==2.5.0" ] [project.urls] Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" diff --git a/requirements.txt b/requirements.txt index a47d103..5e72c2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pluggy==1.5.0 pyproject_hooks==1.2.0 pytest==8.3.3 requests==2.32.3 -urllib3==2.2.3 +urllib3==2.5.0