Skip to content

Commit

Permalink
Bump jinja2 from 3.1.2 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 26a056c commit 589aba1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
19 changes: 12 additions & 7 deletions requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ filelock==3.12.2
# transformers
flatbuffers==1.12
# via tensorflow
flax==0.7.2
flax @ git+https://github.com/google/flax
# via
# clu
# paxml
Expand Down Expand Up @@ -232,7 +232,7 @@ jax[cuda,tpu] @ git+https://github.com/google/jax
# seqio-nightly
jax-bitempered-loss==0.0.2
# via praxis
jaxlib==0.4.14+cuda11.cudnn86
jaxlib==0.4.23+cuda11.cudnn86
# via
# chex
# clu
Expand All @@ -246,7 +246,7 @@ jaxtyping==0.2.21
# via praxis
jedi==0.19.0
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# jupyter-server
# jupyterlab
Expand Down Expand Up @@ -324,7 +324,7 @@ libclang==16.0.6
# via tensorflow
libcst==1.0.1
# via fiddle
libtpu-nightly==0.1.dev20230727
libtpu-nightly==0.1.dev20231213
# via jax
lingvo==0.12.7
# via
Expand Down Expand Up @@ -352,7 +352,9 @@ matplotlib-inline==0.1.6
mdurl==0.1.2
# via markdown-it-py
mesh-tensorflow[transformer]==0.1.21
# via t5
# via
# mesh-tensorflow
# t5
mistune==3.0.1
# via nbconvert
ml-collections==0.1.1
Expand Down Expand Up @@ -439,6 +441,7 @@ oauthlib==3.2.2
opt-einsum==3.3.0
# via
# jax
# praxis
# tensorflow
optax==0.1.7
# via
Expand Down Expand Up @@ -508,7 +511,7 @@ prompt-toolkit==3.0.39
# via
# ipython
# jupyter-console
protobuf==3.20.3
protobuf==3.19.6
# via
# googleapis-common-protos
# grpcio-reflection
Expand Down Expand Up @@ -792,7 +795,9 @@ traitlets==5.9.0
# nbformat
# qtconsole
transformers==4.32.0
# via t5
# via
# -r requirements.in
# t5
typeguard==4.1.2
# via
# jaxtyping
Expand Down
15 changes: 9 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ filelock==3.12.2
# transformers
flatbuffers==1.12
# via tensorflow
flax==0.7.2
flax @ git+https://github.com/google/flax
# via
# clu
# paxml
Expand Down Expand Up @@ -230,7 +230,7 @@ jax[tpu] @ git+https://github.com/google/jax
# seqio-nightly
jax-bitempered-loss==0.0.2
# via praxis
jaxlib==0.4.14
jaxlib==0.4.23
# via
# chex
# clu
Expand All @@ -244,7 +244,7 @@ jaxtyping==0.2.21
# via praxis
jedi==0.19.0
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# jupyter-server
# jupyterlab
Expand Down Expand Up @@ -322,7 +322,7 @@ libclang==16.0.6
# via tensorflow
libcst==1.0.1
# via fiddle
libtpu-nightly==0.1.dev20230727
libtpu-nightly==0.1.dev20231213
# via jax
lingvo==0.12.7
# via
Expand Down Expand Up @@ -350,7 +350,9 @@ matplotlib-inline==0.1.6
mdurl==0.1.2
# via markdown-it-py
mesh-tensorflow[transformer]==0.1.21
# via t5
# via
# mesh-tensorflow
# t5
mistune==3.0.1
# via nbconvert
ml-collections==0.1.1
Expand Down Expand Up @@ -437,6 +439,7 @@ oauthlib==3.2.2
opt-einsum==3.3.0
# via
# jax
# praxis
# tensorflow
optax==0.1.7
# via
Expand Down Expand Up @@ -506,7 +509,7 @@ prompt-toolkit==3.0.39
# via
# ipython
# jupyter-console
protobuf==3.20.3
protobuf==3.19.6
# via
# googleapis-common-protos
# grpcio-reflection
Expand Down

0 comments on commit 589aba1

Please sign in to comment.