Skip to content

Commit

Permalink
<>[]: <Dependency Update>
Browse files Browse the repository at this point in the history
[]
[]
  • Loading branch information
Humberto Sanchez II committed Mar 11, 2024
1 parent 0b5fdf3 commit 4d625b7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
ogl>=2.1.20
untanglepyut>=2.1.7
2 changes: 1 addition & 1 deletion src/oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.1.6'
__version__: str = '2.1.7'

0 comments on commit 4d625b7

Please sign in to comment.