Skip to content

Commit

Permalink
<Dependency>[]: <Bump ogl>
Browse files Browse the repository at this point in the history
[Bump ogl and pyutmodel]

[]
  • Loading branch information
Humberto Sanchez II committed Dec 31, 2022
1 parent 09165e0 commit f4f790b
Show file tree
Hide file tree
Showing 3 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 @@ -33,7 +33,7 @@ jobs:
pip install html-testRunner~=1.2.1
pip install attrdict3
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install ogl~=0.60.21
pip install ogl~=0.60.25
pip install untangle==1.2.1
- run:
name: run tests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Deprecated~=1.2.13
wxPython~=4.2.0

pyutmodel~=1.3.2
ogl~=0.60.21
ogl~=0.60.25
untangle==1.2.1

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="untanglepyut",
version="0.6.3",
version="0.6.4",
author_email='[email protected]',
description='XML to Ogl Object Model',
long_description=README,
Expand All @@ -23,5 +23,5 @@
'untanglepyut': ['py.typed'],
},

install_requires=['ogl==0.60.15', 'untangle==1.2.1'],
install_requires=['ogl==0.60.25', 'untangle==1.2.1'],
)

0 comments on commit f4f790b

Please sign in to comment.