Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 85cc620

Browse files
author
Samuel Hassine
committed
[client] Bump dependencies
1 parent f022aae commit 85cc620

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
requests==2.23.0
22
PyYAML==5.3.1
3-
setuptools==46.1.3
3+
setuptools==47.1.1
44
python-dateutil==2.8.1
5-
datefinder==0.7.0
5+
datefinder==0.7.1
66
stix2==1.4.0
77
pytz==2020.1
88
pika==1.1.0
9-
stix2-validator==1.1.2
109
black==19.10b0
1110
python-magic==0.4.15; sys_platform == 'linux' or sys_platform == 'darwin'
1211
python-magic-bin==0.4.14; sys_platform == 'win32'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ def run(self):
5353
"requests==2.23.0",
5454
"PyYAML==5.3.1",
5555
"python-dateutil==2.8.1",
56-
"datefinder==0.7.0",
56+
"datefinder==0.7.1",
5757
"stix2==1.4.0",
58-
"stix2-validator==1.1.2",
5958
"pytz==2020.1",
6059
"pika==1.1.0",
6160
"python-magic==0.4.15;sys.platform=='linux' or sys.platform=='darwin'",

0 commit comments

Comments
 (0)