Skip to content

Commit 9477456

Browse files
committed
<Update>[Infrastructure]: <Get latest OGL>
[Was not published] [#85]
1 parent 516f740 commit 9477456

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install codeallybasic==1.9.0
3737
pip install codeallyadvanced==1.3.3
3838
pip install pyutmodelv2==2.2.3
39-
pip install ogl==3.6.5
39+
pip install ogl==3.6.7
4040
pip install untangle==1.2.1
4141
- run:
4242
name: run tests

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- pip install codeallyadvanced==1.3.3
3636
- pip install pyutmodelv2==2.2.3
3737
- pip install untangle==1.2.1
38-
- pip install ogl==3.6.5
38+
- pip install ogl==3.6.7
3939

4040
# command to run tests
4141
script:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
'codeallybasic>=1.9.0',
2626
'codeallyadvanced>=1.3.3',
2727
'pyutmodelv2>=2.2.3',
28-
'ogl>=3.6.5',
28+
'ogl>=3.6.7',
2929
]
3030

3131
[project.optional-dependencies]

0 commit comments

Comments
 (0)