Skip to content

Commit 023a470

Browse files
committed
Make dependabot happy for jinja2
Dependabot reports about security issue in old jinja2. Not like it is too relevant to us, we dont have externally supplied data in this templates, but better to upgrade. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent d9852db commit 023a470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"click==8.1.3",
2222
"cloudevents==1.9.0",
2323
"docker==7.1.0",
24-
"jinja2==3.1.5",
24+
"jinja2==3.1.6",
2525
"kubernetes==26.1.0",
2626
"paramiko==3.4.0",
2727
"pydantic==2.9.2",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bson==0.5.10
44
click==8.1.3
55
cloudevents==1.9.0
66
docker==7.1.0
7-
jinja2==3.1.5
7+
jinja2==3.1.6
88
kubernetes==26.1.0
99
paramiko==3.4.0
1010
pydantic==2.9.2

0 commit comments

Comments
 (0)