Skip to content

Commit 7fe3cf6

Browse files
committed
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconverter-xml2py into fix/command_issues
2 parents 6d20cba + c84ddc7 commit 7fe3cf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_package/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ doc = [
3838
"build>= 0.10.0",
3939
"jupyter_sphinx==0.5.3",
4040
"linuxdoc==20240924",
41-
"numpy==2.2.0",
41+
"numpy==2.2.1",
4242
"numpydoc==1.8.0",
4343
"pandas==2.2.3",
4444
"parse==1.20.2",
45-
"pydata_sphinx_theme==0.16.0",
45+
"pydata_sphinx_theme==0.16.1",
4646
"pypandoc==1.14",
4747
"pytest-sphinx==0.6.3",
4848
"pyyaml==6.0.2",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
[project.optional-dependencies]
4343
tests = [
4444
"black>=24.2.0",
45-
"click==8.1.7",
45+
"click==8.1.8",
4646
"inflect==7.4.0",
4747
"pygithub==2.5.0",
4848
"lxml==5.3.0",
@@ -56,7 +56,7 @@ tests = [
5656
]
5757
doc = [
5858
"Sphinx==8.1.3",
59-
"ansys-sphinx-theme[autoapi]==1.2.3",
59+
"ansys-sphinx-theme[autoapi]==1.2.4",
6060
"build>= 0.10.0",
6161
"flit>=3.8.0",
6262
"inflect==7.4.0",

0 commit comments

Comments
 (0)