Skip to content

Commit

Permalink
<>[]: <Bump dependencies>
Browse files Browse the repository at this point in the history
[
* PyutModel
* Ogl
* untanglepyut
]

[]
  • Loading branch information
Humberto Sanchez II committed Jan 26, 2023
1 parent 4666521 commit d59be71
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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 pyutmodel~=1.3.3
pip install ogl~=0.60.25
pip install untanglepyut==0.6.5
pip install pyutmodel~=1.3.4
pip install ogl~=0.60.30
pip install untanglepyut==0.6.6
- run:
name: run tests
command: |
Expand Down
1 change: 1 addition & 0 deletions oglio/toXmlV10/BaseToDom.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class IDFactory(Singleton):
"""
nextID: int = 1

# noinspection PyAttributeOutsideInit
def init(self):
"""
The singleton initialization method
Expand Down
2 changes: 1 addition & 1 deletion oglio/toXmlV10/PyutToDom.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def pyutActorToDom(self, pyutActor: PyutActor, xmlDoc: Document) -> Element:

def pyutSDInstanceToDom(self, pyutSDInstance: PyutSDInstance, xmlDoc: Document) -> Element:
"""
Exporting a PyutSDInstance to an minidom Element.
Exporting a PyutSDInstance to a minidom Element.
Args:
pyutSDInstance: Class to convert
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
wheel==0.38.4
setuptools==65.6.3
setuptools==66.1.1
twine==4.0.2
build==0.9.0
build==0.10.0
html-testRunner~=1.2.1

mypy==0.991
mypy-extensions~= 0.4.3
typing_extensions==4.4.0
types-setuptools==65.6.0.2
types-setuptools==65.7.0.3

wxpython~=4.2.0

pyutmodel~=1.3.3
ogl~=0.60.25
untanglepyut~=0.6.5
pyutmodel==1.3.4
ogl==0.60.30
untanglepyut==0.6.6
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.40",
version="0.5.50",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand All @@ -27,8 +27,8 @@
},
install_requires=[
'wxPython==4.2.0',
'pyutmodel~=1.3.3',
'ogl~=0.60.25',
'untanglepyut~=0.6.5',
'pyutmodel~=1.3.4',
'ogl~=0.60.30',
'untanglepyut~=0.6.6',
],
)

0 comments on commit d59be71

Please sign in to comment.