From e950d12aeac2a13addb32f2ef3731986338333ce Mon Sep 17 00:00:00 2001 From: Matthias Zobrist Date: Sat, 14 Dec 2024 14:42:15 +0100 Subject: [PATCH] Updated the dependencies --- pyproject.toml | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa0c9a5..7670a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] keywords = ["mosparo", "api-client", "spam-protection", "accessibility", "captcha"] dependencies = [ - "requests>=2.31.0" + "requests>=2.32.0" ] requires-python = ">=3.5" diff --git a/requirements.txt b/requirements.txt index 81076b3..4a2710d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile pyproject.toml # -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.1.0 # via requests -idna==3.4 +idna==3.7 # via requests -requests==2.31.0 +requests==2.32.2 # via mosparo-api-client (pyproject.toml) -urllib3==1.26.18 +urllib3==2.2.2 # via requests