File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies = [
2525 ' grpcio~=1.66.2' ,
2626 ' ipython~=8.10.0' ,
2727 ' jwcrypto~=1.5.6' ,
28- ' jinja2~=3.1.3 ' ,
28+ ' jinja2~=3.1.5 ' ,
2929 ' langchain~=0.3.10' ,
3030 ' langchain-ollama~=0.2.1' ,
3131 ' launchdarkly-server-sdk~=8.3.0' ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ ipython==8.10.0
180180 # via -r requirements.in
181181jedi==0.19.1
182182 # via ipython
183- jinja2==3.1.4
183+ jinja2==3.1.5
184184 # via
185185 # -r requirements.in
186186 # ansible-core
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ ipython==8.10.0
180180 # via -r requirements.in
181181jedi==0.19.1
182182 # via ipython
183- jinja2==3.1.4
183+ jinja2==3.1.5
184184 # via
185185 # -r requirements.in
186186 # ansible-core
Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ ipython==8.10.0
3737# remove this once django-oauth-toolkit is updated to properly
3838# pull a version of jwcrypto >= 1.5.6.
3939jwcrypto==1.5.6
40- # pin jinja2 on 3.1.4 to address GHSA-h75v-3vvj-5mfj
40+ # pin jinja2 on 3.1.5 to address GHSA-h75v-3vvj-5mfj,
41+ # CVE-2024-56326, CVE-2024-56201
4142# remove this once ansible-core or torch are updated
42- jinja2==3.1.4
43+ jinja2==3.1.5
4344# pin jsonpickle on 3.3.0 to address SNYK-PYTHON-JSONPICKLE-8136229
4445# remove this once ansible-risk-insight is updated
4546jsonpickle==3.3.0
You can’t perform that action at this time.
0 commit comments