Skip to content

Commit d6e38a9

Browse files
committed
python: Bump dependencies
1 parent 8bd7599 commit d6e38a9

5 files changed

+26
-26
lines changed

bazel/notebook_requirements.in

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# OR-Tools code dependencies
2-
absl-py==1.4.0
3-
numpy==1.25.2
2+
absl-py==2.0.0
3+
numpy==1.26.1
44
protobuf==4.24.4
5-
scipy==1.11.1
5+
scipy==1.11.3
66

77
# OR-Tools build dependencies
88
mypy==1.6.1
99
mypy-protobuf==3.5.0
10-
virtualenv==20.24.2
11-
black==23.7.0
10+
virtualenv==20.24.6
11+
black==23.10.1
1212

1313
# Example dependencies
14-
pandas==2.0.3
14+
pandas==2.1.2
1515

1616
# Visualization dependencies
1717
svgwrite==1.4.3

bazel/notebook_requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# bazel run //bazel:notebook_requirements.update
66
#
7-
absl-py==1.4.0
7+
absl-py==2.0.0
88
# via -r bazel/notebook_requirements.in
99
anyio==4.0.0
1010
# via jupyter-server
@@ -28,7 +28,7 @@ backcall==0.2.0
2828
# via ipython
2929
beautifulsoup4==4.12.2
3030
# via nbconvert
31-
black==23.7.0
31+
black==23.10.1
3232
# via -r bazel/notebook_requirements.in
3333
bleach==6.0.0
3434
# via nbconvert
@@ -185,7 +185,7 @@ notebook-shim==0.2.3
185185
# via
186186
# jupyterlab
187187
# notebook
188-
numpy==1.25.2
188+
numpy==1.26.1
189189
# via
190190
# -r bazel/notebook_requirements.in
191191
# pandas
@@ -203,7 +203,7 @@ packaging==23.1
203203
# plotly
204204
# qtconsole
205205
# qtpy
206-
pandas==2.0.3
206+
pandas==2.1.2
207207
# via -r bazel/notebook_requirements.in
208208
pandocfilters==1.5.0
209209
# via nbconvert
@@ -290,7 +290,7 @@ rpds-py==0.10.2
290290
# via
291291
# jsonschema
292292
# referencing
293-
scipy==1.11.1
293+
scipy==1.11.3
294294
# via -r bazel/notebook_requirements.in
295295
send2trash==1.8.2
296296
# via jupyter-server
@@ -352,7 +352,7 @@ uri-template==1.3.0
352352
# via jsonschema
353353
urllib3==2.0.4
354354
# via requests
355-
virtualenv==20.24.2
355+
virtualenv==20.24.6
356356
# via -r bazel/notebook_requirements.in
357357
wcwidth==0.2.6
358358
# via prompt-toolkit

bazel/ortools_requirements.in

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# OR-Tools code dependencies
2-
absl-py==1.4.0
3-
numpy==1.25.2
2+
absl-py==2.0.0
3+
numpy==1.26.1
44
protobuf==4.24.4
5-
scipy==1.11.1
5+
scipy==1.11.3
66

77
# OR-Tools build dependencies
88
mypy==1.6.1
99
mypy-protobuf==3.5.0
10-
virtualenv==20.24.2
11-
black==23.7.0
10+
virtualenv==20.24.6
11+
black==23.10.1
1212

1313
# Example dependencies
14-
pandas==2.0.3
14+
pandas==2.1.2

bazel/ortools_requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# bazel run //bazel:ortools_requirements.update
66
#
7-
absl-py==1.4.0
7+
absl-py==2.0.0
88
# via -r bazel/ortools_requirements.in
9-
black==23.7.0
9+
black==23.10.1
1010
# via -r bazel/ortools_requirements.in
1111
click==8.1.3
1212
# via black
@@ -22,14 +22,14 @@ mypy-extensions==1.0.0
2222
# mypy
2323
mypy-protobuf==3.5.0
2424
# via -r bazel/ortools_requirements.in
25-
numpy==1.25.2
25+
numpy==1.26.1
2626
# via
2727
# -r bazel/ortools_requirements.in
2828
# pandas
2929
# scipy
3030
packaging==23.1
3131
# via black
32-
pandas==2.0.3
32+
pandas==2.1.2
3333
# via -r bazel/ortools_requirements.in
3434
pathspec==0.11.1
3535
# via black
@@ -45,7 +45,7 @@ python-dateutil==2.8.2
4545
# via pandas
4646
pytz==2022.7.1
4747
# via pandas
48-
scipy==1.11.1
48+
scipy==1.11.3
4949
# via -r bazel/ortools_requirements.in
5050
six==1.16.0
5151
# via python-dateutil
@@ -55,5 +55,5 @@ typing-extensions==4.8.0
5555
# via mypy
5656
tzdata==2023.3
5757
# via pandas
58-
virtualenv==20.24.2
58+
virtualenv==20.24.6
5959
# via -r bazel/ortools_requirements.in

ortools/python/setup.py.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ setup(
4343
packages=find_packages(),
4444
python_requires='>= 3.8',
4545
install_requires=[
46-
'absl-py >= 0.13',
46+
'absl-py >= 2.0.0',
4747
'numpy >= 1.13.3',
48-
'pandas >= 1.5.2',
48+
'pandas >= 2.0.0',
4949
'protobuf >= 4.24.4',
5050
],
5151
package_data={

0 commit comments

Comments
 (0)