Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump jinja2 from 3.1.4 to 3.1.5 in /sdk/python/requirements #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
approvers:
- tmihalac
- redhatHameed
reviewers:
- tmihalac
- redhatHameed

options: {}
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# feast (setup.py)
# altair
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ idna==3.10
# requests
importlib-metadata==8.5.0
# via dask
jinja2==3.1.4
jinja2==3.1.5
# via feast (setup.py)
jsonschema==4.23.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# feast (setup.py)
# altair
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.11-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ idna==3.10
# requests
importlib-metadata==8.5.0
# via dask
jinja2==3.1.4
jinja2==3.1.5
# via feast (setup.py)
jsonschema==4.23.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# feast (setup.py)
# altair
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ importlib-metadata==8.5.0
# via
# dask
# typeguard
jinja2==3.1.4
jinja2==3.1.5
# via feast (setup.py)
jsonschema==4.23.0
# via feast (setup.py)
Expand Down
Loading