Skip to content

Commit

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

[#23]
  • Loading branch information
Humberto Sanchez II committed Feb 22, 2023
1 parent df69be7 commit accb33e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ 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 hasiicommon~=0.0.7
pip install pyutmodel~=1.4.0
pip install ogl~=0.70.10
pip install untanglepyut==0.6.30
pip install ogl~=0.70.20
pip install untanglepyut==0.6.40
- run:
name: run tests
command: |
Expand Down
2 changes: 1 addition & 1 deletion oglio/toXmlV10/BaseToDom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Dict
from typing import Union

from ogl.Singleton import Singleton
from hasiicommon.Singleton import Singleton


class IDFactory(Singleton):
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
wheel==0.38.4
setuptools==67.2.0
setuptools==67.4.0
twine==4.0.2
build==0.10.0
html-testRunner~=1.2.1

# mypy==0.991
mypy==1.0.0
mypy==1.0.1
mypy-extensions==1.0.0
typing_extensions==4.4.0
types-setuptools==67.2.0.1
typing_extensions==4.5.0
types-setuptools==67.4.0.1

wxpython~=4.2.0

hasiicommon~=0.0.7
pyutmodel==1.4.0
ogl==0.70.10
untanglepyut==0.6.30
ogl==0.70.20
untanglepyut==0.6.40
7 changes: 4 additions & 3 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.70",
version="0.5.80",
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,9 @@
},
install_requires=[
'wxPython==4.2.0',
'hasiicommon~=0.0.7',
'pyutmodel~=1.4.0',
'ogl~=0.70.10',
'untanglepyut~=0.6.30',
'ogl~=0.70.20',
'untanglepyut~=0.6.40',
],
)

0 comments on commit accb33e

Please sign in to comment.