Skip to content

Commit 77f719d

Browse files
chore: Bump jinja2 from 3.1.3 to 3.1.4 in /sdk/python/requirements (#4179)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50e41ae commit 77f719d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ isoduration==20.11.0
338338
# via jsonschema
339339
jedi==0.19.1
340340
# via ipython
341-
jinja2==3.1.3
341+
jinja2==3.1.4
342342
# via
343343
# altair
344344
# feast (setup.py)

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ idna==3.7
5555
# requests
5656
importlib-metadata==7.1.0
5757
# via dask
58-
jinja2==3.1.3
58+
jinja2==3.1.4
5959
# via feast (setup.py)
6060
jsonschema==4.21.1
6161
# via feast (setup.py)

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ isoduration==20.11.0
358358
# via jsonschema
359359
jedi==0.19.1
360360
# via ipython
361-
jinja2==3.1.3
361+
jinja2==3.1.4
362362
# via
363363
# altair
364364
# feast (setup.py)

sdk/python/requirements/py3.11-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ importlib-metadata==7.1.0
6666
# via
6767
# dask
6868
# typeguard
69-
jinja2==3.1.3
69+
jinja2==3.1.4
7070
# via feast (setup.py)
7171
jsonschema==4.21.1
7272
# via feast (setup.py)

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ isoduration==20.11.0
347347
# via jsonschema
348348
jedi==0.19.1
349349
# via ipython
350-
jinja2==3.1.3
350+
jinja2==3.1.4
351351
# via
352352
# altair
353353
# feast (setup.py)

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ importlib-metadata==7.1.0
5757
# via
5858
# dask
5959
# typeguard
60-
jinja2==3.1.3
60+
jinja2==3.1.4
6161
# via feast (setup.py)
6262
jsonschema==4.21.1
6363
# via feast (setup.py)

0 commit comments

Comments
 (0)