Skip to content

Commit

Permalink
Merge pull request #337 from ppodgorsek/issue-336
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
ppodgorsek authored Mar 15, 2021
2 parents 4051d9a + ce6fa3b commit 63bd6c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,12 +40,12 @@ 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 PABOT_VERSION 1.10.0
ENV REQUESTS_VERSION 0.8.0
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 SSH_LIBRARY_VERSION 3.5.1
ENV SELENIUM_LIBRARY_VERSION 5.1.1
ENV SSH_LIBRARY_VERSION 3.6.0
ENV XVFB_VERSION 1.20

# By default, no reports are uploaded to AWS S3
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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 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 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) 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
* 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.

Expand Down

0 comments on commit 63bd6c2

Please sign in to comment.