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

Commit 2a7db32

Browse files
author
Samuel Hassine
committed
[client] Update libs
1 parent 05f8015 commit 2a7db32

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
44
python-dateutil==2.8.1
55
datefinder==0.7.1
66
stix2==2.1.0
7-
pytz==2020.4
8-
pika==1.1.0
7+
pytz==2021.1
8+
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.20; sys_platform == 'linux' or sys_platform == 'darwin'
1212
python-magic-bin==0.4.14; sys_platform == 'win32'

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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},

0 commit comments

Comments
 (0)