Skip to content

Commit 7d95b9d

Browse files
committed
Issue #367 - Upgrade the AWS CLI to version 1.20.6
1 parent a045f01 commit 7d95b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV ROBOT_GID 1000
3030

3131
# Dependency versions
3232
ENV ALPINE_GLIBC 2.31-r0
33-
ENV AWS_CLI_VERSION 1.19.27
33+
ENV AWS_CLI_VERSION 1.20.6
3434
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3535
ENV BROWSER_LIBRARY_VERSION 6.0.0
3636
ENV CHROMIUM_VERSION 86.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The versions used are:
3030
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
3131
* Firefox ESR 78
3232
* Chromium 86.0
33-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.19.27
33+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.20.6
3434

3535
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.
3636

0 commit comments

Comments
 (0)