File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11Django >= 3.2
2- Mako == 1.2.2
2+ Mako == 1.2.3
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "djangomako" ,
11- version = "1.3.1 " ,
11+ version = "1.3.2 " ,
1212 packages = ["djangomako" ],
13- install_requires = ["Mako==1.2.2 " ],
13+ install_requires = ["Mako==1.2.3 " ],
1414 classifiers = [
1515 "Development Status :: 5 - Production/Stable" ,
1616 "Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ python =
1919[testenv:bandit]
2020deps =
2121 bandit ==1.7.4
22+ importlib-metadata ==4.7.1
2223commands =
2324 bandit -c bandit.yaml -r djangomako
2425
@@ -30,4 +31,4 @@ commands =
3031[testenv:isort]
3132deps = isort
3233commands =
33- isort --check-only --diff --profile =black .
34+ isort --check-only --diff --profile =black .
You can’t perform that action at this time.
0 commit comments