Skip to content

Commit 9c93f7e

Browse files
Merge branch 'main' into fix/wmi_platform_dep
2 parents 28fab36 + f138e8b commit 9c93f7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/98.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: bump safety from 3.2.3 to 3.2.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ dependencies = [
3737
doc = [
3838
"ansys-sphinx-theme[autoapi]==0.16.6",
3939
"numpydoc==1.7.0",
40-
"Sphinx==7.3.7",
40+
"Sphinx==7.4.6",
4141
"sphinx-autodoc-typehints==2.2.0",
4242
"sphinx-copybutton==0.5.2",
4343
]
4444
vulnerabilities = [
4545
"bandit==1.7.8",
46-
"safety==3.2.3",
46+
"safety==3.2.4",
4747
]
4848
tests = [
4949
"pytest==8.2.2",

0 commit comments

Comments
 (0)