bazel: update deps
* don't use repo name * Bump abseil-cpp to 20250512.0 * Bump Protobuf to 31.0 * Bump benchmark to 1.9.2 * Bump googletest to 1.17.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# OR-Tools code dependencies
|
||||
absl-py==2.1.0
|
||||
immutabledict==3.0.0
|
||||
absl-py==2.2.2
|
||||
immutabledict==4.2.1
|
||||
numpy==2.2.0
|
||||
protobuf==6.30.2
|
||||
protobuf==6.31.0
|
||||
requests==2.32.3
|
||||
scipy==1.14.1
|
||||
typing-extensions==4.13.1
|
||||
@@ -21,10 +21,10 @@ svgwrite==1.4.3
|
||||
plotly==5.15.0
|
||||
|
||||
# Notebook
|
||||
jupyterlab==4.4.1
|
||||
notebook==7.4.1
|
||||
jupyter-server==2.15.0
|
||||
tornado==6.4.2
|
||||
Pygments==2.15.0
|
||||
jsonschema==4.19.0
|
||||
jupyterlab==4.4.2
|
||||
notebook==7.4.2
|
||||
jupyter-server==2.16.0
|
||||
tornado==6.5.0
|
||||
Pygments==2.19.1
|
||||
jsonschema==4.23.0
|
||||
jinja2==3.1.6
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# bazel run //bazel:notebook_requirements.update
|
||||
#
|
||||
absl-py==2.1.0
|
||||
absl-py==2.2.2
|
||||
# via -r bazel/notebook_requirements.in
|
||||
anyio==4.0.0
|
||||
# via
|
||||
@@ -75,7 +75,7 @@ idna==3.7
|
||||
# httpx
|
||||
# jsonschema
|
||||
# requests
|
||||
immutabledict==3.0.0
|
||||
immutabledict==4.2.1
|
||||
# via -r bazel/notebook_requirements.in
|
||||
ipykernel==6.25.2
|
||||
# via jupyterlab
|
||||
@@ -96,7 +96,7 @@ json5==0.9.14
|
||||
# via jupyterlab-server
|
||||
jsonpointer==2.4
|
||||
# via jsonschema
|
||||
jsonschema[format-nongpl]==4.19.0
|
||||
jsonschema[format-nongpl]==4.23.0
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# jupyter-events
|
||||
@@ -122,7 +122,7 @@ jupyter-events==0.12.0
|
||||
# via jupyter-server
|
||||
jupyter-lsp==2.2.2
|
||||
# via jupyterlab
|
||||
jupyter-server==2.15.0
|
||||
jupyter-server==2.16.0
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# jupyter-lsp
|
||||
@@ -132,7 +132,7 @@ jupyter-server==2.15.0
|
||||
# notebook-shim
|
||||
jupyter-server-terminals==0.4.4
|
||||
# via jupyter-server
|
||||
jupyterlab==4.4.1
|
||||
jupyterlab==4.4.2
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# notebook
|
||||
@@ -171,7 +171,7 @@ nbformat==5.9.2
|
||||
# nbconvert
|
||||
nest-asyncio==1.5.7
|
||||
# via ipykernel
|
||||
notebook==7.4.1
|
||||
notebook==7.4.2
|
||||
# via -r bazel/notebook_requirements.in
|
||||
notebook-shim==0.2.3
|
||||
# via
|
||||
@@ -217,7 +217,7 @@ prometheus-client==0.17.1
|
||||
# via jupyter-server
|
||||
prompt-toolkit==3.0.39
|
||||
# via ipython
|
||||
protobuf==6.30.2
|
||||
protobuf==6.31.0
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# mypy-protobuf
|
||||
@@ -231,7 +231,7 @@ pure-eval==0.2.2
|
||||
# via stack-data
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pygments==2.15.0
|
||||
pygments==2.19.1
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# ipython
|
||||
@@ -301,7 +301,7 @@ terminado==0.17.1
|
||||
# jupyter-server-terminals
|
||||
tinycss2==1.2.1
|
||||
# via nbconvert
|
||||
tornado==6.4.2
|
||||
tornado==6.5
|
||||
# via
|
||||
# -r bazel/notebook_requirements.in
|
||||
# ipykernel
|
||||
@@ -340,7 +340,7 @@ virtualenv==20.28.1
|
||||
# via -r bazel/notebook_requirements.in
|
||||
wcwidth==0.2.6
|
||||
# via prompt-toolkit
|
||||
webcolors==1.13
|
||||
webcolors==24.11.1
|
||||
# via jsonschema
|
||||
webencodings==0.5.1
|
||||
# via
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# OR-Tools code dependencies
|
||||
absl-py==2.1.0
|
||||
immutabledict==3.0.0
|
||||
absl-py==2.2.2
|
||||
immutabledict==4.2.1
|
||||
numpy==2.2.0
|
||||
protobuf==6.30.2
|
||||
protobuf==6.31.0
|
||||
requests==2.32.3
|
||||
scipy==1.14.1
|
||||
typing-extensions==4.13.1
|
||||
@@ -15,4 +15,6 @@ black==24.8.0
|
||||
|
||||
# Example dependencies
|
||||
pandas==2.2.3
|
||||
|
||||
# Visualization dependencies
|
||||
svgwrite==1.4.3
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# bazel run //bazel:ortools_requirements.update
|
||||
#
|
||||
absl-py==2.1.0
|
||||
absl-py==2.2.2
|
||||
# via -r bazel/ortools_requirements.in
|
||||
black==24.8.0
|
||||
# via -r bazel/ortools_requirements.in
|
||||
@@ -20,7 +20,7 @@ filelock==3.12.2
|
||||
# via virtualenv
|
||||
idna==3.7
|
||||
# via requests
|
||||
immutabledict==3.0.0
|
||||
immutabledict==4.2.1
|
||||
# via -r bazel/ortools_requirements.in
|
||||
mypy==1.6.1
|
||||
# via -r bazel/ortools_requirements.in
|
||||
@@ -45,7 +45,7 @@ platformdirs==3.10.0
|
||||
# via
|
||||
# black
|
||||
# virtualenv
|
||||
protobuf==6.30.2
|
||||
protobuf==6.31.0
|
||||
# via
|
||||
# -r bazel/ortools_requirements.in
|
||||
# mypy-protobuf
|
||||
|
||||
Reference in New Issue
Block a user