Skip to content

Commit 7c0d291

Browse files
authored
Upgrade the Requests library to version 0.8.0 (#325)
Upgrade the Requests library to version 0.8.0
2 parents 700e87a + ad6a583 commit 7c0d291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV FTP_LIBRARY_VERSION 1.9
4141
ENV GECKO_DRIVER_VERSION v0.26.0
4242
ENV IMAP_LIBRARY_VERSION 0.3.8
4343
ENV PABOT_VERSION 1.10.0
44-
ENV REQUESTS_VERSION 0.7.2
44+
ENV REQUESTS_VERSION 0.8.0
4545
ENV ROBOT_FRAMEWORK_VERSION 3.2.2
4646
ENV SELENIUM_LIBRARY_VERSION 4.5.0
4747
ENV SSH_LIBRARY_VERSION 3.5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The versions used are:
2323
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
2424
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.8
2525
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.10.0
26-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.7.2
26+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.0
2727
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0
2828
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.5.1
2929
* Firefox ESR 78

0 commit comments

Comments
 (0)