From bbf6c2fb5c607606c1d58c2486d77fbd6b599861 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Tue, 21 Feb 2023 19:18:00 -0700 Subject: [PATCH] <>[]: [] [] --- .circleci/config.yml | 4 ++-- requirements.txt | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be0646c..58a0268 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 pyutmodel~=1.4.0 - pip install ogl~=0.70.0 - pip install untanglepyut==0.6.25 + pip install ogl~=0.70.10 + pip install untanglepyut==0.6.30 - run: name: run tests command: | diff --git a/requirements.txt b/requirements.txt index 24333f7..4beb37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ types-setuptools==67.2.0.1 wxpython~=4.2.0 pyutmodel==1.4.0 -ogl==0.70.0 -untanglepyut==0.6.25 \ No newline at end of file +ogl==0.70.10 +untanglepyut==0.6.30 \ No newline at end of file diff --git a/setup.py b/setup.py index 833f3d9..86ee3e9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires=[ 'wxPython==4.2.0', 'pyutmodel~=1.4.0', - 'ogl~=0.70.0', - 'untanglepyut~=0.6.25', + 'ogl~=0.70.10', + 'untanglepyut~=0.6.30', ], )