Skip to content

Commit

Permalink
<>[]: <Update to matching dependency>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Sep 26, 2023
1 parent ba2869f commit 0124703
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
pip install attrdict3
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==0.5.2
pip install codeallyadvanced==0.5.1
pip install ogl==0.90.0
pip install codeallyadvanced==0.5.2
pip install ogl==0.90.2
pip install untangle==1.2.1
pip install buildlackey==1.3.3
- run:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ untangle==1.2.1
wxPython==4.2.1

codeallybasic==0.5.2
codeallyadvanced==0.5.1
codeallyadvanced==0.5.2

pyutmodel==1.5.0
ogl==0.90.0
ogl==0.90.2
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=['codeallybasic==0.5.2', 'codeallyadvanced==0.5.1', 'pyutmodel==1.5.0', 'ogl==0.90.0', 'untangle==1.2.1'],
install_requires=['codeallybasic==0.5.2', 'codeallyadvanced==0.5.2', 'pyutmodel==1.5.0', 'ogl==0.90.2', '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 = '1.2.9'
__version__: str = '1.2.10'

0 comments on commit 0124703

Please sign in to comment.