Skip to content

Commit 33d9623

Browse files
authored
Merge pull request #368 from ppodgorsek/dependencies
Dependency upgrades
2 parents 724a416 + 7d95b9d commit 33d9623

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Dockerfile

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

3131
# Dependency versions
3232
ENV ALPINE_GLIBC 2.31-r0
33-
ENV AWS_CLI_VERSION 1.19.27
33+
ENV AWS_CLI_VERSION 1.20.6
3434
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
35-
ENV BROWSER_LIBRARY_VERSION 4.1.0
35+
ENV BROWSER_LIBRARY_VERSION 6.0.0
3636
ENV CHROMIUM_VERSION 86.0
37-
ENV DATABASE_LIBRARY_VERSION 1.2
38-
ENV DATADRIVER_VERSION 1.0.0
37+
ENV DATABASE_LIBRARY_VERSION 1.2.4
38+
ENV DATADRIVER_VERSION 1.4.1
3939
ENV DATETIMETZ_VERSION 1.0.6
4040
ENV FAKER_VERSION 5.0.0
4141
ENV FIREFOX_VERSION 78
4242
ENV FTP_LIBRARY_VERSION 1.9
4343
ENV GECKO_DRIVER_VERSION v0.26.0
4444
ENV IMAP_LIBRARY_VERSION 0.4.0
45-
ENV PABOT_VERSION 1.11
46-
ENV REQUESTS_VERSION 0.8.1
47-
ENV ROBOT_FRAMEWORK_VERSION 4.0
48-
ENV SELENIUM_LIBRARY_VERSION 5.1.1
49-
ENV SSH_LIBRARY_VERSION 3.6.0
45+
ENV PABOT_VERSION 2.0.1
46+
ENV REQUESTS_VERSION 0.9.1
47+
ENV ROBOT_FRAMEWORK_VERSION 4.1
48+
ENV SELENIUM_LIBRARY_VERSION 5.1.3
49+
ENV SSH_LIBRARY_VERSION 3.7.0
5050
ENV XVFB_VERSION 1.20
5151

5252
# By default, no reports are uploaded to AWS S3

README.md

Lines changed: 9 additions & 9 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) 4.0
19-
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 4.1.0
20-
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2
21-
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.0.0
18+
* [Robot Framework](https://github.com/robotframework/robotframework) 4.1
19+
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 6.0.0
20+
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4
21+
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.4.1
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
2525
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0
26-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.11
27-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1
28-
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.1
29-
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0
26+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1
27+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.1
28+
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.3
29+
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.7.0
3030
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
3131
* Firefox ESR 78
3232
* Chromium 86.0
33-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.19.27
33+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.20.6
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)