Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- testrun /
2
1
output /
3
2
venv /
4
3
temp /
5
4
.rpa /
6
5
.idea /
7
6
.ipynb_checkpoints /
8
- .virtual_documents /
9
7
* /.ipynb_checkpoints /*
8
+ .virtual_documents /
9
+ * /.virtual_documents /*
10
10
.vscode
11
11
.DS_Store
12
12
* .pyc
13
13
* .zip
14
- * .png
14
+ * /work-items-out /*
15
+ testrun /*
16
+ .~lock *
17
+ * .pkl
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ channels:
2
2
- conda-forge
3
3
4
4
dependencies :
5
- - python=3.7.5
6
- - pip=20.1
5
+ - python=3.9.13 # https://pyreadiness.org/3.9/
6
+ - pip=22.3 # https://pip.pypa.io/en/stable/news/
7
7
- pip :
8
- - rpaframework==13 .0.0
8
+ - rpaframework==19 .0.0 # https://rpaframework.org/releasenotes.html
You can’t perform that action at this time.
0 commit comments