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