Skip to content

Commit

Permalink
Bump jinja2 from 2.11.2 to 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Mar 20, 2021
1 parent d4b110b commit d54d8c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements.in
@@ -1,2 +1,3 @@
casbin
flask>=0.12.2,~=1.1.2
flask~=1.1.2
PyJWT
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,9 +1,9 @@
casbin==0.8.4
click==7.1.2
flask>=0.12.2,~=1.1.2
flask==1.1.2
itsdangerous==1.1.0
jinja2==2.11.2
jinja2==2.11.3
markupsafe==1.1.1
pyjwt==2.0.1
simpleeval==0.9.10
werkzeug==1.0.1
PyJWT==2.0.1
1 change: 0 additions & 1 deletion setup.py
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
from codecs import open
from os import path

__version__ = "2.2.0"
Expand Down

0 comments on commit d54d8c7

Please sign in to comment.