Skip to content

Commit

Permalink
Merge pull request #784 from nsano-rururu/jinja2_303to311
Browse files Browse the repository at this point in the history
Jinja2 3.0.3 to 3.1.1
  • Loading branch information
jertel authored Mar 28, 2022
2 parents e53ec62 + e5ba9c2 commit 08d8e14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Kubernetes] Add support for automatic SMTP mail server credential management - [#780](https://github.com/jertel/elastalert2/pull/780) - @lusson-luo
- Upgrade sphinx 4.4.0 to 4.5.0 - [#782](https://github.com/jertel/elastalert2/pull/782) - @nsano-rururu
- Upgrade pylint 2.12.2 to 2.13.2 - [#783](https://github.com/jertel/elastalert2/pull/783) - @nsano-rururu
- Upgrade jinja2 3.0.3 to 3.1.1 - [#784](https://github.com/jertel/elastalert2/pull/784) - @nsano-rururu

# 2.4.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ croniter>=1.2.0
elasticsearch==7.10.1
envparse>=0.2.0
exotel>=0.1.5
Jinja2==3.0.3
Jinja2==3.1.1
jira>=3.1.1
jsonschema>=4.4.0
prison>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'envparse>=0.2.0',
'exotel>=0.1.5',
'jira>=3.1.1',
'Jinja2==3.0.3',
'Jinja2==3.1.1',
'jsonschema>=4.4.0',
'prison>=0.2.1',
'prometheus_client>=0.13.1',
Expand Down

0 comments on commit 08d8e14

Please sign in to comment.