From a368406e904bf1553bea9fb9e31bcc5e1f3c849f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:36:11 +0000 Subject: [PATCH] Bump requests from 2.22.0 to 2.31.0 in /RobotLibrary Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RobotLibrary/requirements.txt | 2 +- RobotLibrary/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 RobotLibrary/requirements.txt mode change 100755 => 100644 RobotLibrary/setup.py diff --git a/RobotLibrary/requirements.txt b/RobotLibrary/requirements.txt old mode 100755 new mode 100644 index 0a4442a..32db8e0 --- a/RobotLibrary/requirements.txt +++ b/RobotLibrary/requirements.txt @@ -2,4 +2,4 @@ robotframework==3.1.2 # Roku WebDriver API calls -requests==2.22.0 +requests==2.31.0 diff --git a/RobotLibrary/setup.py b/RobotLibrary/setup.py old mode 100755 new mode 100644 index 844a748..045d27a --- a/RobotLibrary/setup.py +++ b/RobotLibrary/setup.py @@ -6,6 +6,6 @@ packages=['Library'], install_requires=[ 'robotframework==3.1.2', - 'requests==2.22.0' + 'requests==2.31.0' ] ) \ No newline at end of file