Skip to content

Commit

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

[]
  • Loading branch information
Humberto Sanchez II committed Mar 10, 2024
1 parent 9b74184 commit e6c8d06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +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 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 ogl>=2.1.20
pip install untangle==1.2.1
pip install buildlackey==1.6.3
- run:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ keywords = ['pyut', 'graphical shapes', 'python', 'xml']

dependencies = [
'untangle==1.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',
'ogl>=2.1.20',
]

[project.urls]
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
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
types-Deprecated==1.2.9.20240106
types-setuptools==69.0.0.20240125
typing_extensions==4.9.0
types-setuptools==69.1.0.20240310
typing_extensions==4.10.0

Deprecated~=1.2.14

untangle==1.2.1
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
ogl>=2.1.20
2 changes: 1 addition & 1 deletion src/untanglepyut/_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 e6c8d06

Please sign in to comment.