diff --git a/.circleci/config.yml b/.circleci/config.yml index 102f043..3bfcedd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,11 +33,11 @@ jobs: pip install html-testRunner~=1.2.1 pip install attrdict3~=2.0.2 pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython - pip install codeallybasic==1.1.0 - pip install codeallyadvanced==1.1.0 + pip install codeallybasic==1.3.0 + pip install codeallyadvanced==1.3.1 pip install pyutmodelv2>=2.1.5 - pip install ogl>=2.1.17 - pip install untanglepyut>=2.1.6 + pip install ogl>=2.1.20 + pip install untanglepyut>=2.1.7 pip install buildlackey~=1.6.3 - run: name: run tests diff --git a/pyproject.toml b/pyproject.toml index 46f3b82..7cbed84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ keywords = ['pyut', 'python', 'xml'] dependencies = [ 'wxPython==4.2.1', - 'codeallybasic>=1.1.0', - 'codeallyadvanced>=1.1.0', + 'codeallybasic>=1.3.0', + 'codeallyadvanced>=1.3.1', 'pyutmodelv2>=2.1.5', - 'ogl>=2.1.17', - 'untanglepyut>=2.1.6', + 'ogl>=2.1.20', + 'untanglepyut>=2.1.7', ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 073bfa2..b25b1bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ wheel==0.42.0 -setuptools==69.0.3 -twine==4.0.2 -build==1.0.3 +setuptools==69.1.1 +twine==5.0.0 +build==1.1.1 html-testRunner~=1.2.1 buildlackey==1.6.3 -mypy==1.8.0 +mypy==1.9.0 mypy-extensions==1.0.0 -typing_extensions==4.9.0 -types-setuptools==69.0.0.20240125 +typing_extensions==4.10.0 +types-setuptools==69.1.0.20240310 wxPython~=4.2.1 -codeallybasic==1.1.0 -codeallyadvanced==1.1.0 +codeallybasic==1.3.0 +codeallyadvanced==1.3.1 pyutmodelv2>=2.1.5 -ogl>=2.1.17 -untanglepyut>=2.1.6 \ No newline at end of file +ogl>=2.1.20 +untanglepyut>=2.1.7 diff --git a/src/oglio/_version.py b/src/oglio/_version.py index eba3d51..a6de849 100644 --- a/src/oglio/_version.py +++ b/src/oglio/_version.py @@ -1 +1 @@ -__version__: str = '2.1.6' +__version__: str = '2.1.7'