Skip to content

Commit 15fd9f2

Browse files
committed
<>[]: <Trust is a must>
[] [#84]
1 parent 9a194c4 commit 15fd9f2

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
pip install six==1.16.0
3434
pip install attrdict3
3535
pip install wxPython
36-
pip install codeallybasic>=1.7.0
37-
pip install codeallyadvanced>=1.3.2
38-
pip install pyutmodelv2>=2.2.0
36+
pip install codeallybasic>=1.8.0
37+
pip install codeallyadvanced>=1.3.3
38+
pip install pyutmodelv2>=2.2.2
3939
pip install ogl>=3.5.0
4040
pip install untangle==1.2.1
4141
pip install buildlackey==1.7.0

.mypi.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[mypy]
3-
python_version = 3.11
3+
python_version = 3.12
44
pretty = True
55
implicit_optional = True
66
warn_unused_ignores = True

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ keywords = ['pyut', 'graphical shapes', 'python', 'xml']
1414

1515
dependencies = [
1616
'untangle==1.2.1',
17-
'codeallybasic>=1.7.0',
18-
'codeallyadvanced>=1.3.2',
19-
'pyutmodelv2>=2.2.0',
20-
'ogl>=3.6.0',
17+
'codeallybasic>=1.8.0',
18+
'codeallyadvanced>=1.3.3',
19+
'pyutmodelv2>=2.2.2',
20+
'ogl>=3.6.1',
2121
]
2222

2323
[project.urls]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ html-testRunner~=1.2.1
66

77
buildlackey==1.7.0
88

9-
mypy==1.13.0
9+
mypy==1.14.0
1010
mypy-extensions>=1.0.0
1111
typing_extensions==4.12.2
1212

1313
untangle==1.2.1
1414
# Brought in by ogl
1515
# wxPython==4.2.2
1616

17-
codeallybasic>=1.7.0
18-
codeallyadvanced>=1.3.2
17+
codeallybasic>=1.8.0
18+
codeallyadvanced>=1.3.3
1919

20-
pyutmodelv2==2.2.0
21-
ogl>=3.6.0
20+
pyutmodelv2==2.2.2
21+
ogl>=3.6.1

src/untanglepyut/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = '2.6.1'
1+
__version__: str = '2.6.2'

0 commit comments

Comments
 (0)