Skip to content

Commit

Permalink
<>[]: <Update dependencies>
Browse files Browse the repository at this point in the history
[
* Don't need TestAll with new buildlackey
* Ensure Circle CI is updated also
* Bump dependencies
    - buildlackey
    - PyutModel
    - Ogl
    - oglio
    - untanglepyut
]

[]
  • Loading branch information
Humberto Sanchez II committed Nov 26, 2023
1 parent cb1e621 commit 55a3ee9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 185 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
pip install pyumldiagrams==3.1.0
pip install codeallybasic==0.5.2
pip install codeallyadvanced==0.5.2
pip install pyutmodel==1.5.0
pip install ogl==0.90.3
pip install untanglepyut==1.3.1
pip install oglio==1.2.1
pip install buildlackey~=1.5.0
pip install pyutmodel==1.5.1
pip install ogl==1.0.0
pip install untanglepyut==1.3.2
pip install oglio==1.2.2
pip install buildlackey~=1.6.0
- run:
name: run tests
command: |
runtests
unittests -s .
2 changes: 1 addition & 1 deletion pyutplugins/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '1.2.1'
__version__: str = '1.2.2'
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ twine==4.0.2
build==1.0.3
html-testRunner~=1.2.1

mypy==1.7.0
mypy==1.7.1
mypy-extensions==1.0.0
types-Deprecated==1.2.9.3
types-setuptools==68.2.0.1
types-setuptools==68.2.0.2
typing_extensions==4.8.0

# For IOPython
Expand All @@ -21,12 +21,12 @@ wxPython==4.2.1
codeallybasic==0.5.2
codeallyadvanced==0.5.2

pyutmodel==1.5.0
ogl==0.90.3
untanglepyut==1.3.1
oglio==1.2.1
pyutmodel==1.5.1
ogl==1.0.0
untanglepyut==1.3.2
oglio==1.2.2

buildlackey==1.5.0
buildlackey==1.6.0

# Pin networkx to match orthgonal
networkx==3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'pyutplugins.preferences',
'pyutplugins.toolplugins', 'pyutplugins.toolplugins.orthogonal', 'pyutplugins.toolplugins.sugiyama',
],
install_requires=['pyutmodel==1.5.0', 'ogl==0.90.3', 'untanglepyut==1.3.1', 'oglio==1.2.1', 'codeallybasic~=0.5.2', 'codeallyadvanced~=0.5.2', 'pyumldiagrams==3.1.0',
install_requires=['pyutmodel==1.5.1', 'ogl==1.0.0', 'untanglepyut==1.3.2', 'oglio==1.2.2', 'codeallybasic~=0.5.2', 'codeallyadvanced~=0.5.2', 'pyumldiagrams==3.1.0',
'wxPython~=4.2.1',
'antlr4-python3-runtime==4.11.1',
'networkx==3.0',
Expand Down
170 changes: 0 additions & 170 deletions tests/TestAll.py

This file was deleted.

0 comments on commit 55a3ee9

Please sign in to comment.