Skip to content

Commit bd11af0

Browse files
authored
Merge pull request #50 from robots-from-jupyter/seleniumlibrary-4.0.0
Pin robotframework-seleniumlibrary >= 4.0.0,<5
2 parents 058ab38 + d5e6ba4 commit bd11af0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

anaconda-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ env_specs:
7070
- python-libarchive-c
7171
- ripgrep
7272
- robotframework
73-
- robotframework-seleniumlibrary >=3.3.0,<4
73+
- robotframework-seleniumlibrary >=4.0.0,<5
7474

7575
_lab:
7676
packages:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
- python-libarchive-c
1717
- ripgrep
1818
- robotframework
19-
- robotframework-seleniumlibrary >=3.3.0,<4
19+
- robotframework-seleniumlibrary >=4.0.0,<5

recipes/robotframework-jupyterlibrary/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requirements:
2121
- pillow
2222
- python
2323
- robotframework >=3.1
24-
- robotframework-seleniumlibrary >=3.3.0,<4
24+
- robotframework-seleniumlibrary >=4.0.0,<5
2525
- six
2626

2727
test:

0 commit comments

Comments
 (0)