Skip to content

Commit 39ff241

Browse files
committed
bazel: bump python requirements
. Bump immutabledict to 4.2.2 . Bump numpy to 2.3.5 . Bump typing-extensions to 4.15.0
1 parent 7d5fd0f commit 39ff241

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

bazel/notebook_requirements.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# OR-Tools code dependencies
22
absl-py==2.2.2
3-
immutabledict==4.2.1
4-
numpy==2.2.0
3+
immutabledict==4.2.2
4+
numpy==2.3.5
55
protobuf==6.32.0
66
requests==2.32.4
7-
scipy==1.14.1
8-
typing-extensions==4.13.1
7+
scipy==1.16.3
8+
typing-extensions==4.15.0
99

1010
# OR-Tools build dependencies
1111
mypy==1.6.1
@@ -14,7 +14,7 @@ virtualenv==20.28.1
1414
black==24.8.0
1515

1616
# Example dependencies
17-
pandas==2.2.3
17+
pandas==2.3.3
1818

1919
# Visualization dependencies
2020
svgwrite==1.4.3

bazel/notebook_requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ idna==3.10
7373
# httpx
7474
# jsonschema
7575
# requests
76-
immutabledict==4.2.1
76+
immutabledict==4.2.2
7777
# via -r bazel/notebook_requirements.in
7878
ipykernel==6.30.1
7979
# via jupyterlab
@@ -177,7 +177,7 @@ notebook-shim==0.2.4
177177
# via
178178
# jupyterlab
179179
# notebook
180-
numpy==2.2.0
180+
numpy==2.3.5
181181
# via
182182
# -r bazel/notebook_requirements.in
183183
# pandas
@@ -194,7 +194,7 @@ packaging==25.0
194194
# jupyterlab-server
195195
# nbconvert
196196
# plotly
197-
pandas==2.2.3
197+
pandas==2.3.3
198198
# via -r bazel/notebook_requirements.in
199199
pandocfilters==1.5.1
200200
# via nbconvert
@@ -272,7 +272,7 @@ rpds-py==0.26.0
272272
# via
273273
# jsonschema
274274
# referencing
275-
scipy==1.14.1
275+
scipy==1.16.3
276276
# via -r bazel/notebook_requirements.in
277277
send2trash==1.8.3
278278
# via jupyter-server
@@ -322,7 +322,7 @@ types-protobuf==6.30.2.20250703
322322
# via mypy-protobuf
323323
types-python-dateutil==2.9.0.20250708
324324
# via arrow
325-
typing-extensions==4.13.1
325+
typing-extensions==4.15.0
326326
# via
327327
# -r bazel/notebook_requirements.in
328328
# anyio

bazel/ortools_requirements.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# OR-Tools code dependencies
22
absl-py==2.2.2
3-
immutabledict==4.2.1
4-
numpy==2.2.0
3+
immutabledict==4.2.2
4+
numpy==2.3.5
55
protobuf==6.32.0
66
requests==2.32.4
7-
scipy==1.14.1
8-
typing-extensions==4.13.1
7+
scipy==1.16.3
8+
typing-extensions==4.15.0
99

1010
# OR-Tools build dependencies
1111
mypy==1.6.1
@@ -14,7 +14,7 @@ virtualenv==20.28.1
1414
black==24.8.0
1515

1616
# Example dependencies
17-
pandas==2.2.3
17+
pandas==2.3.3
1818

1919
# Visualization dependencies
2020
svgwrite==1.4.3

bazel/ortools_requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ absl-py==2.2.2
88
# via -r bazel/ortools_requirements.in
99
black==24.8.0
1010
# via -r bazel/ortools_requirements.in
11-
certifi==2025.8.3
11+
certifi==2025.11.12
1212
# via requests
13-
charset-normalizer==3.4.2
13+
charset-normalizer==3.4.4
1414
# via requests
15-
click==8.2.1
15+
click==8.3.1
1616
# via black
1717
distlib==0.4.0
1818
# via virtualenv
19-
filelock==3.18.0
19+
filelock==3.20.0
2020
# via virtualenv
21-
idna==3.10
21+
idna==3.11
2222
# via requests
23-
immutabledict==4.2.1
23+
immutabledict==4.2.2
2424
# via -r bazel/ortools_requirements.in
2525
mypy==1.6.1
2626
# via -r bazel/ortools_requirements.in
@@ -30,18 +30,18 @@ mypy-extensions==1.1.0
3030
# mypy
3131
mypy-protobuf==3.5.0
3232
# via -r bazel/ortools_requirements.in
33-
numpy==2.2.0
33+
numpy==2.3.5
3434
# via
3535
# -r bazel/ortools_requirements.in
3636
# pandas
3737
# scipy
3838
packaging==25.0
3939
# via black
40-
pandas==2.2.3
40+
pandas==2.3.3
4141
# via -r bazel/ortools_requirements.in
4242
pathspec==0.12.1
4343
# via black
44-
platformdirs==4.3.8
44+
platformdirs==4.5.0
4545
# via
4646
# black
4747
# virtualenv
@@ -55,15 +55,15 @@ pytz==2025.2
5555
# via pandas
5656
requests==2.32.4
5757
# via -r bazel/ortools_requirements.in
58-
scipy==1.14.1
58+
scipy==1.16.3
5959
# via -r bazel/ortools_requirements.in
6060
six==1.17.0
6161
# via python-dateutil
6262
svgwrite==1.4.3
6363
# via -r bazel/ortools_requirements.in
64-
types-protobuf==6.30.2.20250703
64+
types-protobuf==6.32.1.20251105
6565
# via mypy-protobuf
66-
typing-extensions==4.13.1
66+
typing-extensions==4.15.0
6767
# via
6868
# -r bazel/ortools_requirements.in
6969
# mypy

0 commit comments

Comments
 (0)