Skip to content

Commit d44806b

Browse files
build: bump numpy from 2.2.1 to 2.2.2 in the doc group (#601)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9e9419 commit d44806b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all = [
3434
"grpcio",
3535
"protobuf",
3636
"jupyter-rfb==0.5.1",
37-
"numpy==2.2.1",
37+
"numpy==2.2.2",
3838
"Pillow==11.1.0",
3939
"simplejpeg==1.7.6",
4040
"sidecar==0.7.0"
@@ -49,7 +49,7 @@ tests = [
4949
"pytz==2024.2",
5050
"parameterized==0.9.0",
5151
"pandas==2.2.3",
52-
"numpy==2.2.1"
52+
"numpy==2.2.2"
5353
]
5454
doc = [
5555
"ansys-sphinx-theme==1.2.6",
@@ -71,7 +71,7 @@ doc = [
7171
]
7272
visualization = [
7373
"jupyter-rfb==0.5.1",
74-
"numpy==2.2.1",
74+
"numpy==2.2.2",
7575
"Pillow==11.1.0",
7676
"simplejpeg==1.7.6",
7777
"sidecar==0.7.0"

0 commit comments

Comments
 (0)