Skip to content

Commit 430e649

Browse files
authored
Merge pull request #507 from andy-kru/dependency-upgrades
Dependency upgrades
2 parents 4b291b6 + a8ffb41 commit 430e649

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

Dockerfile

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ ENV ROBOT_UID 1000
3232
ENV ROBOT_GID 1000
3333

3434
# Dependency versions
35-
ENV AWS_CLI_VERSION 1.33.23
35+
ENV AWS_CLI_VERSION 1.35.16
3636
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
37-
ENV BROWSER_LIBRARY_VERSION 18.6.3
38-
ENV CHROME_VERSION 126.0.6478.126
39-
ENV DATABASE_LIBRARY_VERSION 1.4.4
37+
ENV BROWSER_LIBRARY_VERSION 18.9.1
38+
ENV CHROME_VERSION 130.0.6723.69
39+
ENV DATABASE_LIBRARY_VERSION 2.0.4
4040
ENV DATADRIVER_VERSION 1.11.2
4141
ENV DATETIMETZ_VERSION 1.0.6
42-
ENV MICROSOFT_EDGE_VERSION 126.0.2592.87
42+
ENV MICROSOFT_EDGE_VERSION 130.0.2849.46
4343
ENV FAKER_VERSION 5.0.0
44-
ENV FIREFOX_VERSION 128.0
44+
ENV FIREFOX_VERSION 131.0
4545
ENV FTP_LIBRARY_VERSION 1.9
46-
ENV GECKO_DRIVER_VERSION v0.33.0
47-
ENV IMAP_LIBRARY_VERSION 0.4.6
46+
ENV GECKO_DRIVER_VERSION v0.35.0
47+
ENV IMAP_LIBRARY_VERSION 0.4.10
4848
ENV PABOT_VERSION 2.18.0
4949
ENV REQUESTS_VERSION 0.9.7
50-
ENV ROBOT_FRAMEWORK_VERSION 7.0.1
51-
ENV SELENIUM_LIBRARY_VERSION 6.2.0
50+
ENV ROBOT_FRAMEWORK_VERSION 7.1.1
51+
ENV SELENIUM_LIBRARY_VERSION 6.6.1
5252
ENV SSH_LIBRARY_VERSION 3.8.0
5353
ENV XVFB_VERSION 1.20
5454

@@ -100,10 +100,7 @@ RUN pip3 install \
100100
robotframework-sshlibrary==$SSH_LIBRARY_VERSION \
101101
axe-selenium-python==$AXE_SELENIUM_LIBRARY_VERSION \
102102
# Install awscli to be able to upload test reports to AWS S3
103-
awscli==$AWS_CLI_VERSION \
104-
# Install an older Selenium version to avoid issues when running tests
105-
# https://github.com/robotframework/SeleniumLibrary/issues/1835
106-
selenium==4.9.0
103+
awscli==$AWS_CLI_VERSION
107104

108105
# Gecko drivers
109106
# Download Gecko drivers directly from the GitHub repository

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ The versioning of this image follows the one of Robot Framework:
5050

5151
The versions used are:
5252

53-
* [Robot Framework](https://github.com/robotframework/robotframework) 7.0.1
54-
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.6.3
55-
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.4
53+
* [Robot Framework](https://github.com/robotframework/robotframework) 7.1.1
54+
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.9.1
55+
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.0.4
5656
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.11.2
5757
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
5858
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
5959
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
60-
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6
60+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.10
6161
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0
6262
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.7
63-
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0
63+
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.6.1
6464
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
6565
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
66-
* Firefox 128.0
67-
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 126.0
68-
* Microsoft Edge 126.0
69-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.33.23
66+
* Firefox 131.0
67+
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 130.0
68+
* Microsoft Edge 130.0
69+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.35.16
7070

7171
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.
7272

0 commit comments

Comments
 (0)