Skip to content

Commit 46f05aa

Browse files
authored
Jinja bugfix and security update (#1473)
1 parent afc1eaf commit 46f05aa

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

requirements-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ipython==8.10.0
180180
# via -r requirements.in
181181
jedi==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

requirements-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ipython==8.10.0
180180
# via -r requirements.in
181181
jedi==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

requirements.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3939
jwcrypto==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
4546
jsonpickle==3.3.0

0 commit comments

Comments
 (0)