From 61247132883c85a7467c2198930884332d763570 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jun 2024 10:06:09 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.32.3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42ac27f..c7209fc 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.2.1" ] +dependencies = [ "requests==2.32.3", "urllib3==2.2.1" ] [project.urls] Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" diff --git a/requirements.txt b/requirements.txt index e0401b7..1d8e3db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ packaging==24.0 pluggy==1.3.0 pyproject_hooks==1.1.0 pytest==7.4.4 -requests==2.31.0 +requests==2.32.3 urllib3==2.2.1