Skip to content

Commit 0933c70

Browse files
authored
Merge pull request #524 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 430e649 + a4d9b14 commit 0933c70

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Dockerfile

Lines changed: 10 additions & 10 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.35.16
35+
ENV AWS_CLI_VERSION 1.38.31
3636
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
37-
ENV BROWSER_LIBRARY_VERSION 18.9.1
38-
ENV CHROME_VERSION 130.0.6723.69
39-
ENV DATABASE_LIBRARY_VERSION 2.0.4
37+
ENV BROWSER_LIBRARY_VERSION 19.4.0
38+
ENV CHROME_VERSION 135.0.7049.84
39+
ENV DATABASE_LIBRARY_VERSION 2.1.3
4040
ENV DATADRIVER_VERSION 1.11.2
4141
ENV DATETIMETZ_VERSION 1.0.6
42-
ENV MICROSOFT_EDGE_VERSION 130.0.2849.46
42+
ENV MICROSOFT_EDGE_VERSION 135.0.3179.54
4343
ENV FAKER_VERSION 5.0.0
44-
ENV FIREFOX_VERSION 131.0
44+
ENV FIREFOX_VERSION 137.0
4545
ENV FTP_LIBRARY_VERSION 1.9
4646
ENV GECKO_DRIVER_VERSION v0.35.0
47-
ENV IMAP_LIBRARY_VERSION 0.4.10
48-
ENV PABOT_VERSION 2.18.0
47+
ENV IMAP_LIBRARY_VERSION 0.4.11
48+
ENV PABOT_VERSION 4.1.1
4949
ENV REQUESTS_VERSION 0.9.7
50-
ENV ROBOT_FRAMEWORK_VERSION 7.1.1
51-
ENV SELENIUM_LIBRARY_VERSION 6.6.1
50+
ENV ROBOT_FRAMEWORK_VERSION 7.2.2
51+
ENV SELENIUM_LIBRARY_VERSION 6.7.1
5252
ENV SSH_LIBRARY_VERSION 3.8.0
5353
ENV XVFB_VERSION 1.20
5454

README.md

Lines changed: 10 additions & 10 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.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
53+
* [Robot Framework](https://github.com/robotframework/robotframework) 7.2.2
54+
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 19.4.0
55+
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.1.3
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.10
61-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0
60+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.11
61+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 4.1.1
6262
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.7
63-
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.6.1
63+
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.7.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 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
66+
* Firefox 137.0
67+
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 135.0
68+
* Microsoft Edge 135.0
69+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.38.31
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)