From dae77e14c95d00bbea081701a5802523e66e6bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:39:06 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config_other/requirements_deb.txt | 2 +- config_other/requirements_el9.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_other/requirements_deb.txt b/config_other/requirements_deb.txt index d55eeb62..607aee21 100644 --- a/config_other/requirements_deb.txt +++ b/config_other/requirements_deb.txt @@ -19,5 +19,5 @@ websockets>=9.0 ansible-core>=2.11.12 ansible-runner==2.3.2 python-whois>=0.8.0 -requests==2.27.1 +requests==2.32.0 diff --git a/config_other/requirements_el9.txt b/config_other/requirements_el9.txt index 2a739381..a032be28 100644 --- a/config_other/requirements_el9.txt +++ b/config_other/requirements_el9.txt @@ -21,4 +21,4 @@ tzlocal==2.0.0 ansible-core>=2.11.12 ansible-runner==2.3.1 python-whois>=0.8.0 -requests==2.27.1 +requests==2.32.0 diff --git a/requirements.txt b/requirements.txt index d728c794..7cf1783d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ configparser>=3.5.0 paramiko-ng>=2.5.0 pytz>=2017.3 tzlocal==2.0.0 -requests==2.27.1 +requests==2.32.0 pyTelegramBotAPI>=3.6.3 networkx>=2.6 matplotlib>=2.1.2