Skip to content

Commit 4bf8add

Browse files
authored
Merge pull request #419 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 81ab9a1 + 0f89247 commit 4bf8add

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Dockerfile

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ ENV ROBOT_GID 1000
3030

3131
# Dependency versions
3232
ENV ALPINE_GLIBC 2.35-r0
33-
ENV AWS_CLI_VERSION 1.22.87
33+
ENV AWS_CLI_VERSION 1.25.81
3434
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
35-
ENV BROWSER_LIBRARY_VERSION 12.2.0
36-
ENV CHROMIUM_VERSION 99.0
35+
ENV BROWSER_LIBRARY_VERSION 14.0.0
36+
ENV CHROMIUM_VERSION 103.0
3737
ENV DATABASE_LIBRARY_VERSION 1.2.4
3838
ENV DATADRIVER_VERSION 1.6.0
3939
ENV DATETIMETZ_VERSION 1.0.6
4040
ENV FAKER_VERSION 5.0.0
41-
ENV FIREFOX_VERSION 98.0
41+
ENV FIREFOX_VERSION 104.0
4242
ENV FTP_LIBRARY_VERSION 1.9
4343
ENV GECKO_DRIVER_VERSION v0.30.0
44-
ENV IMAP_LIBRARY_VERSION 0.4.2
45-
ENV PABOT_VERSION 2.5.2
46-
ENV REQUESTS_VERSION 0.9.2
47-
ENV ROBOT_FRAMEWORK_VERSION 5.0
44+
ENV IMAP_LIBRARY_VERSION 0.4.5
45+
ENV PABOT_VERSION 2.7.0
46+
ENV REQUESTS_VERSION 0.9.3
47+
ENV ROBOT_FRAMEWORK_VERSION 5.0.1
4848
ENV SELENIUM_LIBRARY_VERSION 6.0.0
4949
ENV SSH_LIBRARY_VERSION 3.8.0
5050
ENV XVFB_VERSION 1.20
@@ -112,8 +112,7 @@ RUN dnf install -y \
112112

113113
# Install the Node dependencies for the Browser library
114114
# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
115-
RUN rfbrowser init \
116-
&& ln -sf /usr/lib64/libstdc++.so.6 /usr/local/lib/python3.10/site-packages/Browser/wrapper/node_modules/playwright-core/.local-browsers/firefox-1316/firefox/libstdc++.so.6
115+
RUN rfbrowser init
117116

118117
# Create the default report and work folders with the default user to avoid runtime issues
119118
# These folders are writeable by anyone, to ensure the user can be changed on the command line.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ The versioning of this image follows the one of Robot Framework:
1515

1616
The versions used are:
1717

18-
* [Robot Framework](https://github.com/robotframework/robotframework) 5.0
19-
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 12.2.0
18+
* [Robot Framework](https://github.com/robotframework/robotframework) 5.0.1
19+
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 14.0.0
2020
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4
2121
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.6.0
2222
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
2323
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
2424
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
25-
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.2
26-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.5.2
27-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.2
25+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.5
26+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.7.0
27+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.3
2828
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0
2929
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
3030
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
31-
* Firefox 91.7
32-
* Chromium 99.0
33-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.22.87
31+
* Firefox 104.0
32+
* Chromium 103.0
33+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.25.81
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)