Skip to content

Commit

Permalink
<Update>[Dependencies]: <Update Dependencies ⬆️>
Browse files Browse the repository at this point in the history
[
Build with python 3.12.4
]

[#57]
  • Loading branch information
hasii2011 committed Oct 25, 2024
1 parent faa1703 commit 57558ea
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ build/
dist/
oglio.egg-info
/pyenv-3.11.5/
/pyenv-3.12.4/
.envrc
.python-version
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@g
keywords = ['pyut', 'python', 'xml']

dependencies = [
'wxPython==4.2.1',
'codeallybasic>=1.3.2',
'codeallyadvanced>=1.3.1',
'pyutmodelv2>=2.1.6',
'ogl>=3.0.0',
'untanglepyut>=2.3.0',
'wxPython==4.2.2',
'codeallybasic>=1.7.0',
'codeallyadvanced>=1.3.2',
'pyutmodelv2>=2.2.0',
'ogl>=3.1.0',
'untanglepyut>=2.4.0',
]

[project.urls]
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
wheel==0.43.0
setuptools==70.2.0
wheel==0.44.0
setuptools==75.2.0
twine==5.1.1
build==1.2.1
build==1.2.2.post1
html-testRunner~=1.2.1
buildlackey==1.6.3
buildlackey==1.7.0

mypy==1.10.1
mypy-extensions==1.0.0
typing_extensions==4.12.2
types-setuptools==70.1.0.20240627
mypy==1.13.0
# mypy-extensions==1.0.0
# typing_extensions==4.12.2
# types-setuptools==70.1.0.20240627

wxPython~=4.2.1

codeallybasic==1.3.2
codeallyadvanced==1.3.1
pyutmodelv2==2.1.6
ogl>=3.0.0
untanglepyut>=2.3.0
codeallybasic==1.7.0
codeallyadvanced==1.3.2
pyutmodelv2==2.2.0
ogl>=3.1.0
untanglepyut>=2.4.0
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.3.0'
__version__: str = '2.3.1'

0 comments on commit 57558ea

Please sign in to comment.