Skip to content

Commit 1432e54

Browse files
authored
Update for robotframework 5, selenium 4.5 (#60)
1 parent b75db98 commit 1432e54

File tree

89 files changed

+2997
-3864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2997
-3864
lines changed

.binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# we already know which python and lab we want
4-
export RFJL_LOCKDIR=test/linux-64/py3.9/lab3
4+
export RFJL_LOCKDIR=test/linux-64/py3.10/lab3
55

66
# some things we just don't need to do on binder
77
export IN_BINDER=1

.github/env_specs/_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pip
88
- pyyaml
99
# really nothing for it
10-
- nodejs >=10,!=11.*,!=13.*,!=15.*,!=17.*
10+
- nodejs >=16,!=17.*,!=19.*
1111
# hard deps
1212
- robotframework >=3.2
1313
- robotframework-seleniumlibrary >=4.5

.github/env_specs/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
2+
- docutils >=0.18
23
- ipykernel
34
- myst-nb
4-
- port-for =0.3.1
5-
- pydata-sphinx-theme
6-
- sphinx
5+
- port-for
6+
- pydata-sphinx-theme >=0.10,<0.11
7+
- sphinx >=5.1
78
- sphinx-autobuild
8-
# TODO: https://github.com/conda-forge/jupyter-cache-feedstock/pull/5
9-
- sqlalchemy <1.4
9+
- sphinx-copybutton

.github/env_specs/lab3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ dependencies:
77
- jupyterlab >=3.0.0,<4.0.0a0
88
- jupyterlab_server >=2.0.0,<3.0.0a0
99
# next roadmap item
10-
- ipywidgets >=7.6,<8.0.0a0 # ...with whatever version of...
11-
- voila >=0.3.0,<0.4.0
10+
- ipywidgets >=8,<9 # ...with whatever version of...
1211
# ... jupyterlab_widgets # it brings along
1312
# incubator: for installability issues, demo purposes)
1413
- retrolab >=0.3.0,<0.4.0a0

.github/env_specs/meta.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ channels:
33
- nodefaults
44

55
dependencies:
6-
- boa >=0.8.1,<9
7-
- conda >=4.11,<4.12
8-
- conda-build >=3.21,<3.22
9-
- conda-lock
6+
- boa >=0.12,<0.13
7+
- conda-lock >=1.1.3,<2
108
- conda-verify
119
- doit
12-
- mamba >=0.18
13-
- pip >=0.34
10+
- mamba >=0.27,<0.28
11+
- pip
1412
- ripgrep
1513
- twine

.github/env_specs/py3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
2-
- python >=3.8,<3.9
2+
- python >=3.10,<3.11
33
- robotframework-seleniumlibrary >=6,<7
44
- ipython >=8,<9

.github/env_specs/py3.9.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/env_specs/test-py3.7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# use firefox LTS
1+
# use latest firefox LTS
22
dependencies:
3-
- firefox =91
3+
- firefox =102

.github/locks/docs/linux-64/conda.lock

Lines changed: 105 additions & 116 deletions
Large diffs are not rendered by default.

.github/locks/docs/osx-64/conda.lock

Lines changed: 102 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)