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

{Packaging} Bump Jinja2 to 3.0.3 #22602

Merged
merged 1 commit into from
May 25, 2022
Merged
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
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ BSD-2-Clause AND BSD-3-Clause

---------------------------------------------------------

Jinja2 2.11.3 - BSD-2-Clause AND BSD-3-Clause
Jinja2 3.0.3 - BSD-2-Clause AND BSD-3-Clause


Copyright 2007 Pallets
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/homebrew/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
homebrew-pypi-poet~=0.10.0
jinja2>=2.11.3,<3.0.0
jinja2==3.0.3
requests>=2.20.0
applicationinsights >=0.11.1,<0.11.8
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ idna==2.8
invoke==1.2.0
isodate==0.6.0
javaproperties==0.5.1
Jinja2==2.11.3
Jinja2==3.0.3
jmespath==0.9.5
jsondiff==2.0.0
knack==0.9.0
MarkupSafe==1.1.1
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal==1.18.0b1
msrest==0.6.21
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ idna==2.8
invoke==1.2.0
isodate==0.6.0
javaproperties==0.5.1
Jinja2==2.11.3
Jinja2==3.0.3
jmespath==0.9.5
jsondiff==2.0.0
knack==0.9.0
MarkupSafe==1.1.1
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal==1.18.0b1
msrest==0.6.21
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ idna==2.8
invoke==1.2.0
isodate==0.6.0
javaproperties==0.5.1
Jinja2==2.11.3
Jinja2==3.0.3
jmespath==0.9.5
jsondiff==2.0.0
knack==0.9.0
MarkupSafe==1.1.1
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal==1.18.0b1
msrest==0.6.21
Expand Down