diff --git a/Dockerfile b/Dockerfile index c626cdb..c75b2b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,23 +32,23 @@ ENV ROBOT_UID 1000 ENV ROBOT_GID 1000 # Dependency versions -ENV AWS_CLI_VERSION 1.33.23 +ENV AWS_CLI_VERSION 1.35.16 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 -ENV BROWSER_LIBRARY_VERSION 18.6.3 -ENV CHROME_VERSION 126.0.6478.126 -ENV DATABASE_LIBRARY_VERSION 1.4.4 +ENV BROWSER_LIBRARY_VERSION 18.9.1 +ENV CHROME_VERSION 130.0.6723.69 +ENV DATABASE_LIBRARY_VERSION 2.0.4 ENV DATADRIVER_VERSION 1.11.2 ENV DATETIMETZ_VERSION 1.0.6 -ENV MICROSOFT_EDGE_VERSION 126.0.2592.87 +ENV MICROSOFT_EDGE_VERSION 130.0.2849.46 ENV FAKER_VERSION 5.0.0 -ENV FIREFOX_VERSION 128.0 +ENV FIREFOX_VERSION 131.0 ENV FTP_LIBRARY_VERSION 1.9 -ENV GECKO_DRIVER_VERSION v0.33.0 -ENV IMAP_LIBRARY_VERSION 0.4.6 +ENV GECKO_DRIVER_VERSION v0.35.0 +ENV IMAP_LIBRARY_VERSION 0.4.10 ENV PABOT_VERSION 2.18.0 ENV REQUESTS_VERSION 0.9.7 -ENV ROBOT_FRAMEWORK_VERSION 7.0.1 -ENV SELENIUM_LIBRARY_VERSION 6.2.0 +ENV ROBOT_FRAMEWORK_VERSION 7.1.1 +ENV SELENIUM_LIBRARY_VERSION 6.6.1 ENV SSH_LIBRARY_VERSION 3.8.0 ENV XVFB_VERSION 1.20 @@ -100,10 +100,7 @@ RUN pip3 install \ robotframework-sshlibrary==$SSH_LIBRARY_VERSION \ axe-selenium-python==$AXE_SELENIUM_LIBRARY_VERSION \ # Install awscli to be able to upload test reports to AWS S3 - awscli==$AWS_CLI_VERSION \ - # Install an older Selenium version to avoid issues when running tests - # https://github.com/robotframework/SeleniumLibrary/issues/1835 - selenium==4.9.0 + awscli==$AWS_CLI_VERSION # Gecko drivers # Download Gecko drivers directly from the GitHub repository diff --git a/README.md b/README.md index 6abc54d..539b460 100644 --- a/README.md +++ b/README.md @@ -50,23 +50,23 @@ The versioning of this image follows the one of Robot Framework: The versions used are: -* [Robot Framework](https://github.com/robotframework/robotframework) 7.0.1 -* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.6.3 -* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.4 +* [Robot Framework](https://github.com/robotframework/robotframework) 7.1.1 +* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.9.1 +* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.0.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.11.2 * [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.4.6 +* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.10 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.7 -* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0 +* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.6.1 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 -* Firefox 128.0 -* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 126.0 -* Microsoft Edge 126.0 -* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.33.23 +* Firefox 131.0 +* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 130.0 +* Microsoft Edge 130.0 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.35.16 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.