From 7d95b9d5a527bb713c79dcc3ca7c2bc2807988cf Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:07:36 +0100 Subject: [PATCH] Issue #367 - Upgrade the AWS CLI to version 1.20.6 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb38f0f..8be69e0 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.19.27 +ENV AWS_CLI_VERSION 1.20.6 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 6.0.0 ENV CHROMIUM_VERSION 86.0 diff --git a/README.md b/README.md index b7c7f4b..df627b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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.19.27 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.20.6 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.