Skip to content

Commit

Permalink
[client] Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jun 3, 2020
1 parent f022aae commit 85cc620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
requests==2.23.0
PyYAML==5.3.1
setuptools==46.1.3
setuptools==47.1.1
python-dateutil==2.8.1
datefinder==0.7.0
datefinder==0.7.1
stix2==1.4.0
pytz==2020.1
pika==1.1.0
stix2-validator==1.1.2
black==19.10b0
python-magic==0.4.15; sys_platform == 'linux' or sys_platform == 'darwin'
python-magic-bin==0.4.14; sys_platform == 'win32'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ def run(self):
"requests==2.23.0",
"PyYAML==5.3.1",
"python-dateutil==2.8.1",
"datefinder==0.7.0",
"datefinder==0.7.1",
"stix2==1.4.0",
"stix2-validator==1.1.2",
"pytz==2020.1",
"pika==1.1.0",
"python-magic==0.4.15;sys.platform=='linux' or sys.platform=='darwin'",
Expand Down

0 comments on commit 85cc620

Please sign in to comment.