Skip to content

Commit

Permalink
<>[]: <Bump Ogl Dependency ⬆️>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed May 16, 2023
1 parent bc54ac9 commit 3d95072
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install hasiihelper~=0.2.0
pip install hasiicommon~=0.2.2
pip install ogl~=0.70.30
pip install ogl~=0.70.40
pip install untangle==1.2.1
pip install buildlackey~=0.8.1
- run:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ wxPython~=4.2.0
hasiihelper~=0.2.0
hasiicommon==0.2.2
pyutmodel==1.4.3
ogl==0.70.30
ogl==0.70.40
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
'untanglepyut': ['py.typed'],
},

install_requires=['hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.30', 'untangle==1.2.1'],
install_requires=['hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.40', 'untangle==1.2.1'],
)
2 changes: 1 addition & 1 deletion untanglepyut/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '0.6.61'
__version__: str = '0.6.62'

0 comments on commit 3d95072

Please sign in to comment.