File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
pip install codeallybasic==1.9.0
37
37
pip install codeallyadvanced==1.3.3
38
38
pip install pyutmodelv2==2.2.3
39
- pip install ogl==3.6.5
39
+ pip install ogl==3.6.7
40
40
pip install untangle==1.2.1
41
41
- run :
42
42
name : run tests
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install:
35
35
- pip install codeallyadvanced==1.3.3
36
36
- pip install pyutmodelv2==2.2.3
37
37
- pip install untangle==1.2.1
38
- - pip install ogl==3.6.5
38
+ - pip install ogl==3.6.7
39
39
40
40
# command to run tests
41
41
script :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies = [
25
25
' codeallybasic>=1.9.0' ,
26
26
' codeallyadvanced>=1.3.3' ,
27
27
' pyutmodelv2>=2.2.3' ,
28
- ' ogl>=3.6.5 ' ,
28
+ ' ogl>=3.6.7 ' ,
29
29
]
30
30
31
31
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments