From fff4526d128a6f7982f489158c0d486f0a93e0a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Jun 2024 13:38:36 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2.2.2 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7209fc..fb7a156 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.1" ] +dependencies = [ "requests==2.32.3", "urllib3==2.2.2" ] [project.urls] Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" diff --git a/requirements.txt b/requirements.txt index 8df89db..2064cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pluggy==1.5.0 pyproject_hooks==1.1.0 pytest==8.2.2 requests==2.32.3 -urllib3==2.2.1 +urllib3==2.2.2 -- 2.39.2