Skip to content

Commit

Permalink
Upgrade Jinja2 to version 3.1.4. Fixes #2378
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 8, 2024
1 parent 35b75f0 commit d9e4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,7 +3,7 @@ aiohttp>=3.8.6,<3.9; python_version == '3.7' # v3.8.6 is the last version to s
aiohttp>=3.9.3,<3.10; python_version > '3.7'
aiohttp-cors>=0.7.0,<0.8
aiofiles>=23.2.1,<23.3
Jinja2>=3.1.3,<3.2
Jinja2>=3.1.4,<3.2
sentry-sdk==1.40.6,<1.41
psutil==5.9.8
async-timeout>=4.0.3,<4.1
Expand Down

0 comments on commit d9e4ce5

Please sign in to comment.