Skip to content

Commit

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

[optional footer(s)]
  • Loading branch information
Humberto Sanchez II committed Feb 1, 2023
1 parent d59be71 commit 3e2df65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
sudo apt install libgtk-3-dev
sudo apt-get install -y libsdl2-dev
pip install --upgrade pip
pip install wheel==0.38.4
pip install setuptools==65.5.1
pip install wheel
pip install setuptools
pip install six==1.16.0
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.4
pip install ogl~=0.60.30
pip install untanglepyut==0.6.6
pip install ogl~=0.60.41
pip install untanglepyut==0.6.10
- run:
name: run tests
command: |
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wheel==0.38.4
setuptools==66.1.1
setuptools==67.0.0
twine==4.0.2
build==0.10.0
html-testRunner~=1.2.1
Expand All @@ -12,5 +12,5 @@ types-setuptools==65.7.0.3
wxpython~=4.2.0

pyutmodel==1.3.4
ogl==0.60.30
untanglepyut==0.6.6
ogl==0.60.41
untanglepyut==0.6.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.50",
version="0.5.51",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand Down

0 comments on commit 3e2df65

Please sign in to comment.