Skip to content

Commit 4166566

Browse files
author
Bryan Worrell
committed
Updated python-cybox dependency to 2.1.0.2
1 parent ee17d7a commit 4166566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_version():
2222
description="An API for parsing and generating STIX content.",
2323
url="http://stix.mitre.org",
2424
packages=find_packages(),
25-
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.1.0.1,<2.1.1.0'],
25+
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.1.0.2,<2.1.1.0'],
2626
classifiers=[
2727
"Programming Language :: Python",
2828
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)