From 64b441cc9d935eabf4e9c3f8c0a01deb5af193c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:01:00 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.32.0 --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5011c092..8842c27a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ python-markdown-math==0.8; python_version >= '3.6' pyyaml==6.0.1; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' regex==2024.5.15; python_version >= '3.8' -requests==2.31.0; python_version >= '3.7' +requests==2.32.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.1; python_version >= '3.8' watchdog==4.0.0; python_version >= '3.8' diff --git a/requirements.txt b/requirements.txt index b3a3bc96..7b2750a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-markdown-math==0.8; python_version >= '3.6' pyyaml==6.0.1; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' regex==2024.5.15; python_version >= '3.8' -requests==2.31.0; python_version >= '3.7' +requests==2.32.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.1; python_version >= '3.8' watchdog==4.0.0; python_version >= '3.8'