Skip to content

Commit 277b7ff

Browse files
authored
Merge pull request #442 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 14fb314 + 5c9af07 commit 277b7ff

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ENV ROBOT_UID 1000
2929
ENV ROBOT_GID 1000
3030

3131
# Dependency versions
32-
ENV ALPINE_GLIBC 2.35-r0
3332
ENV AWS_CLI_VERSION 1.27.157
3433
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3534
ENV BROWSER_LIBRARY_VERSION 16.2.0

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) 6.0.2
19-
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 14.0.0
18+
* [Robot Framework](https://github.com/robotframework/robotframework) 6.1
19+
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 16.2.0
2020
* [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.6.0
21+
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.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
25-
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.5
26-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.15.0
27-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.3
25+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6
26+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.16.0
27+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.5
2828
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.1.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 104.0
32-
* Chromium 103.0
33-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.25.81
31+
* Firefox 114.0
32+
* Chromium 114.0
33+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.27.157
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)