This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- requests == 2.25.0
2- PyYAML == 5.3 .1
3- setuptools == 51 .0.0
1+ requests == 2.25.1
2+ PyYAML == 5.4 .1
3+ setuptools == 53 .0.0
44python-dateutil == 2.8.1
55datefinder == 0.7.1
66stix2 == 2.1.0
7- pytz == 2020.4
8- pika == 1.1 .0
7+ pytz == 2021.1
8+ pika == 1.2 .0
99sseclient == 0.0.27
1010black == 20.8b1
11- python-magic == 0.4.18 ; sys_platform == 'linux' or sys_platform == 'darwin'
11+ python-magic == 0.4.20 ; sys_platform == 'linux' or sys_platform == 'darwin'
1212python-magic-bin == 0.4.14 ; sys_platform == 'win32'
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ def run(self):
5050 ],
5151 include_package_data = True ,
5252 install_requires = [
53- "requests==2.25.0 " ,
54- "PyYAML==5.3 .1" ,
53+ "requests==2.25.1 " ,
54+ "PyYAML==5.4 .1" ,
5555 "python-dateutil==2.8.1" ,
5656 "datefinder==0.7.1" ,
5757 "stix2==2.1.0" ,
58- "pytz==2020.4 " ,
59- "pika==1.1 .0" ,
58+ "pytz==2021.1 " ,
59+ "pika==1.2 .0" ,
6060 "sseclient==0.0.27" ,
61- "python-magic==0.4.18 ;sys.platform=='linux' or sys.platform=='darwin'" ,
61+ "python-magic==0.4.20 ;sys.platform=='linux' or sys.platform=='darwin'" ,
6262 "python-magic-bin==0.4.14;sys.platform=='win32'" ,
6363 ],
6464 cmdclass = {"verify" : VerifyVersionCommand },
You can’t perform that action at this time.
0 commit comments