From f4f790b40fdd07ed9207b9cc5fac6b739abf0dba Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Sat, 31 Dec 2022 12:17:34 -0700 Subject: [PATCH] []: [Bump ogl and pyutmodel] [] --- .circleci/config.yml | 2 +- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31986c3..c4e72d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index d6593b0..feb56b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index db49801..c8df9bf 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="untanglepyut", - version="0.6.3", + version="0.6.4", author_email='Humberto.A.Sanchez.II@gmail.com', description='XML to Ogl Object Model', long_description=README, @@ -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'], )