Skip to content

Commit

Permalink
bump jinja2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 9, 2024
1 parent f064702 commit 279f079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jupyter-server==2.14.2
tornado==6.4.1
Pygments==2.15.0
jsonschema==4.19.0
jinja2==3.1.4
11 changes: 6 additions & 5 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# bazel run //bazel:notebook_requirements.update
#
absl-py==2.0.0
absl-py==2.1.0
# via -r bazel/notebook_requirements.in
anyio==4.0.0
# via
Expand Down Expand Up @@ -85,8 +85,9 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.0
# via ipython
jinja2==3.1.3
jinja2==3.1.4
# via
# -r bazel/notebook_requirements.in
# jupyter-server
# jupyterlab
# jupyterlab-server
Expand Down Expand Up @@ -176,7 +177,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==2.1.0
numpy==2.1.1
# via
# -r bazel/notebook_requirements.in
# pandas
Expand Down Expand Up @@ -215,7 +216,7 @@ prometheus-client==0.17.1
# via jupyter-server
prompt-toolkit==3.0.39
# via ipython
protobuf==5.27.3
protobuf==5.27.5
# via
# -r bazel/notebook_requirements.in
# mypy-protobuf
Expand Down

0 comments on commit 279f079

Please sign in to comment.