Skip to content

Commit

Permalink
Merge pull request #54 from questionlp/develop
Browse files Browse the repository at this point in the history
Bump jinja2 to 3.1.3
  • Loading branch information
questionlp authored Jan 16, 2024
2 parents 65f1632 + 7a325a8 commit af41891
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 2.7.2

### Component Changes

- Upgrade jinja2 from 3.1.2 to 3.1.3

## 2.7.1

### Component Changes
Expand Down
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, Dict

API_VERSION = "2.0"
APP_VERSION = "2.7.1"
APP_VERSION = "2.7.2"


def load_config(
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uvicorn[standard]==0.24.0.post1
gunicorn==21.2.0
httpx==0.25.2
aiofiles==23.2.1
jinja2==3.1.2
jinja2==3.1.3
email-validator==2.1.0.post1
requests==2.31.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uvicorn[standard]==0.24.0.post1
gunicorn==21.2.0
httpx==0.25.2
aiofiles==23.2.1
jinja2==3.1.2
jinja2==3.1.3
email-validator==2.1.0.post1
requests==2.31.0

Expand Down

0 comments on commit af41891

Please sign in to comment.