Skip to content

Commit b30d620

Browse files
authored
Update setup.py
1 parent 4615832 commit b30d620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='DefectDojo',
7-
version='1.5.2',
7+
version='1.5.3',
88
author='Greg Anderson',
99
description="Tool for managing vulnerability engagements",
1010
install_requires=[
@@ -61,7 +61,7 @@
6161
'pbr',
6262
'django-slack',
6363
'asteval',
64-
'Markdown>=2.6.11',
64+
'Markdown==2.6.11',
6565
'pandas>=0.22.0',
6666
'django-dbbackup>=3.2.0',
6767
'django-markdownx>=2.0.23',

0 commit comments

Comments
 (0)