Skip to content

Commit 42e0c88

Browse files
authored
Merge pull request #16 from iamjazzar/iamjazzar-patch-1
Upgrade Mako library to 1.2.3
2 parents fb6aef5 + 3200e72 commit 42e0c88

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django>=3.2
2-
Mako==1.2.2
2+
Mako==1.2.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
setup(
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",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python =
1919
[testenv:bandit]
2020
deps =
2121
bandit==1.7.4
22+
importlib-metadata==4.7.1
2223
commands =
2324
bandit -c bandit.yaml -r djangomako
2425

@@ -30,4 +31,4 @@ commands =
3031
[testenv:isort]
3132
deps = isort
3233
commands =
33-
isort --check-only --diff --profile=black .
34+
isort --check-only --diff --profile=black .

0 commit comments

Comments
 (0)