Skip to content

Commit 746a6cb

Browse files
authored
Merge pull request #472 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 2b47052 + 4262ea0 commit 746a6cb

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

Dockerfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:38
1+
FROM fedora:39
22

33
MAINTAINER Paul Podgorsek <[email protected]>
44
LABEL description Robot Framework in Docker.
@@ -29,23 +29,23 @@ ENV ROBOT_UID 1000
2929
ENV ROBOT_GID 1000
3030

3131
# Dependency versions
32-
ENV AWS_CLI_VERSION 1.29.40
32+
ENV AWS_CLI_VERSION 1.32.36
3333
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
34-
ENV BROWSER_LIBRARY_VERSION 16.2.0
35-
ENV CHROMIUM_VERSION 117.0
36-
ENV DATABASE_LIBRARY_VERSION 1.2.4
37-
ENV DATADRIVER_VERSION 1.8.1
34+
ENV BROWSER_LIBRARY_VERSION 18.0.0
35+
ENV CHROMIUM_VERSION 121.0
36+
ENV DATABASE_LIBRARY_VERSION 1.4.3
37+
ENV DATADRIVER_VERSION 1.10.0
3838
ENV DATETIMETZ_VERSION 1.0.6
39-
ENV MICROSOFT_EDGE_VERSION 116.0.1938.69
39+
ENV MICROSOFT_EDGE_VERSION 121.0.2277.106
4040
ENV FAKER_VERSION 5.0.0
41-
ENV FIREFOX_VERSION 117.0
41+
ENV FIREFOX_VERSION 122.0
4242
ENV FTP_LIBRARY_VERSION 1.9
4343
ENV GECKO_DRIVER_VERSION v0.33.0
4444
ENV IMAP_LIBRARY_VERSION 0.4.6
45-
ENV PABOT_VERSION 2.16.0
46-
ENV REQUESTS_VERSION 0.9.5
47-
ENV ROBOT_FRAMEWORK_VERSION 6.1
48-
ENV SELENIUM_LIBRARY_VERSION 6.1.0
45+
ENV PABOT_VERSION 2.18.0
46+
ENV REQUESTS_VERSION 0.9.6
47+
ENV ROBOT_FRAMEWORK_VERSION 7.0
48+
ENV SELENIUM_LIBRARY_VERSION 6.2.0
4949
ENV SSH_LIBRARY_VERSION 3.8.0
5050
ENV XVFB_VERSION 1.20
5151

@@ -62,6 +62,7 @@ RUN dnf upgrade -y --refresh \
6262
&& dnf install -y \
6363
chromedriver-${CHROMIUM_VERSION}* \
6464
chromium-${CHROMIUM_VERSION}* \
65+
dbus-glib \
6566
firefox-${FIREFOX_VERSION}* \
6667
gcc \
6768
gcc-c++ \

README.md

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

4444
The versions used are:
4545

46-
* [Robot Framework](https://github.com/robotframework/robotframework) 6.1
47-
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 16.2.0
48-
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4
49-
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.1
46+
* [Robot Framework](https://github.com/robotframework/robotframework) 7.0
47+
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0
48+
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.3
49+
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.10.0
5050
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
5151
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
5252
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
5353
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6
54-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.16.0
55-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.5
56-
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.1.0
54+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0
55+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.6
56+
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0
5757
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
5858
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
59-
* Firefox 117.0
60-
* Chromium 117.0
61-
* Microsoft Edge 116.0.1938.69
62-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.29.40
59+
* Firefox 122.0
60+
* Chromium 121.0
61+
* Microsoft Edge 121.0.2277.106
62+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36
6363

6464
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.
6565

0 commit comments

Comments
 (0)