From 5ee27b32558c232f1e4750d453d74bb5b217b392 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 09:46:03 +0000 Subject: [PATCH 1/6] Issue #336 - Update AWS CLI to version 1.19.27 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12055de..015ffaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV ROBOT_GID 1000 # Dependency versions ENV ALPINE_GLIBC 2.31-r0 -ENV AWS_CLI_VERSION 1.18.200 +ENV AWS_CLI_VERSION 1.19.27 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV CHROMIUM_VERSION 86.0 ENV DATABASE_LIBRARY_VERSION 1.2 diff --git a/README.md b/README.md index 99826fb..6dd8bb0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The versions used are: * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78 * Chromium 86.0 -* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.18.200 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.19.27 As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project. From e8f0ca40282e4ab933382bc82260344f99bfba22 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 10:30:32 +0000 Subject: [PATCH 2/6] Issue #338 - Upgrade SSH library to version 3.6.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 015ffaf..d1310b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV PABOT_VERSION 1.10.0 ENV REQUESTS_VERSION 0.8.0 ENV ROBOT_FRAMEWORK_VERSION 3.2.2 ENV SELENIUM_LIBRARY_VERSION 4.5.0 -ENV SSH_LIBRARY_VERSION 3.5.1 +ENV SSH_LIBRARY_VERSION 3.6.0 ENV XVFB_VERSION 1.20 # By default, no reports are uploaded to AWS S3 diff --git a/README.md b/README.md index 6dd8bb0..6201a28 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The versions used are: * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.10.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.0 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 -* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.5.1 +* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78 * Chromium 86.0 From a168d2ce4391ea036d9b877009a6e02887b910d2 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 10:31:46 +0000 Subject: [PATCH 3/6] Issue #339 - Upgrade the Requests library to version 0.8.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1310b4..632e776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 ENV IMAP_LIBRARY_VERSION 0.3.8 ENV PABOT_VERSION 1.10.0 -ENV REQUESTS_VERSION 0.8.0 +ENV REQUESTS_VERSION 0.8.1 ENV ROBOT_FRAMEWORK_VERSION 3.2.2 ENV SELENIUM_LIBRARY_VERSION 4.5.0 ENV SSH_LIBRARY_VERSION 3.6.0 diff --git a/README.md b/README.md index 6201a28..c746e5b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The versions used are: * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.8 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.10.0 -* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.0 +* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 From ae470e4dce0f4fc0e1e649fb7bbdb604b806ecfd Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 10:32:59 +0000 Subject: [PATCH 4/6] Issue #340 - Upgrade Pabot to version 1.11 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 632e776..a4c492c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ENV FIREFOX_VERSION 78 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 ENV IMAP_LIBRARY_VERSION 0.3.8 -ENV PABOT_VERSION 1.10.0 +ENV PABOT_VERSION 1.11 ENV REQUESTS_VERSION 0.8.1 ENV ROBOT_FRAMEWORK_VERSION 3.2.2 ENV SELENIUM_LIBRARY_VERSION 4.5.0 diff --git a/README.md b/README.md index c746e5b..7762b9d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The versions used are: * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.8 -* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.10.0 +* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.11 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 From e1e12140c6ad903cc288ae0c347fd9c14cb54876 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 10:34:06 +0000 Subject: [PATCH 5/6] Issue #341 - Upgrade the IMAP library to version 0.4.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4c492c..167a5d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ ENV FAKER_VERSION 5.0.0 ENV FIREFOX_VERSION 78 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 -ENV IMAP_LIBRARY_VERSION 0.3.8 +ENV IMAP_LIBRARY_VERSION 0.4.0 ENV PABOT_VERSION 1.11 ENV REQUESTS_VERSION 0.8.1 ENV ROBOT_FRAMEWORK_VERSION 3.2.2 diff --git a/README.md b/README.md index 7762b9d..2dd8328 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The versions used are: * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 -* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.8 +* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.11 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 From ce6fa3b2163e6dbb0abe76191d38c0d1caf4f492 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 15 Mar 2021 10:35:37 +0000 Subject: [PATCH 6/6] Issue #342 - Upgrade the Selenium library to version 5.1.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 167a5d9..260b980 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV IMAP_LIBRARY_VERSION 0.4.0 ENV PABOT_VERSION 1.11 ENV REQUESTS_VERSION 0.8.1 ENV ROBOT_FRAMEWORK_VERSION 3.2.2 -ENV SELENIUM_LIBRARY_VERSION 4.5.0 +ENV SELENIUM_LIBRARY_VERSION 5.1.1 ENV SSH_LIBRARY_VERSION 3.6.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index 2dd8328..87629d0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The versions used are: * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.11 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 -* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 +* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.1 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78