Skip to content

Commit d97c2bb

Browse files
committed
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconverter-xml2py into fix/command_issues
2 parents 1534a61 + d94f8b6 commit d97c2bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ doc = [
3838
"build>= 0.10.0",
3939
"jupyter_sphinx==0.5.3",
4040
"linuxdoc==20240924",
41-
"numpy==2.1.3",
41+
"numpy==2.2.0",
4242
"numpydoc==1.8.0",
4343
"pandas==2.2.3",
4444
"parse==1.20.2",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests = [
4646
"inflect==7.4.0",
4747
"pygithub==2.5.0",
4848
"lxml==5.3.0",
49-
"numpy==2.1.3",
49+
"numpy==2.2.0",
5050
"parse==1.20.2",
5151
"pytest==8.3.4",
5252
"pytest-cov==6.0.0",
@@ -61,7 +61,7 @@ doc = [
6161
"flit>=3.8.0",
6262
"inflect==7.4.0",
6363
"jupyter_sphinx==0.5.3",
64-
"numpy==2.1.3",
64+
"numpy==2.2.0",
6565
"numpydoc==1.8.0",
6666
"pandas==2.2.3",
6767
"parse==1.20.2",

0 commit comments

Comments
 (0)