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

Commit 86b837f

Browse files
author
Samuel Hassine
committed
[client] Update requirements
1 parent e2ba045 commit 86b837f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
requests==2.25.1
22
PyYAML==5.4.1
3-
setuptools==53.0.0
3+
setuptools==54.2.0
44
python-dateutil==2.8.1
55
datefinder==0.7.1
66
stix2==2.1.0
77
pytz==2021.1
88
pika==1.2.0
99
sseclient==0.0.27
1010
black==20.8b1
11-
python-magic==0.4.18; sys_platform == 'linux' or sys_platform == 'darwin'
11+
python-magic==0.4.22; sys_platform == 'linux' or sys_platform == 'darwin'
1212
python-magic-bin==0.4.14; sys_platform == 'win32'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858
"pytz==2021.1",
5959
"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.22;sys.platform=='linux' or sys.platform=='darwin'",
6262
"python-magic-bin==0.4.14;sys.platform=='win32'",
6363
],
6464
cmdclass={"verify": VerifyVersionCommand},

0 commit comments

Comments
 (0)