From 44876bea2c4228382e7355609323c3c4f291df8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Jun 2024 08:04:46 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2.2.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f826029..42ac27f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = [ "requests==2.31.0", "urllib3==2.1.0" ] +dependencies = [ "requests==2.31.0", "urllib3==2.2.1" ] [project.urls] Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" diff --git a/requirements.txt b/requirements.txt index d542297..435d14c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pluggy==1.3.0 pyproject_hooks==1.0.0 pytest==7.4.4 requests==2.31.0 -urllib3==2.1.0 +urllib3==2.2.1 -- 2.39.5