Skip to content

Commit 9efe7e9

Browse files
Change dependency versions in core, node, processing and web
1 parent b1f8704 commit 9efe7e9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

core/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"Cuckoo-processing>=0.1.1",
6262
"Cuckoo-machineries>=0.1.0",
6363
"Cuckoo-web>=0.1.2",
64-
"sqlalchemy>=1.4, <1.5",
65-
"sflock>=1.0, <1.1",
66-
"tabulate>=0.8, <0.9"
64+
"sqlalchemy==2.0.37",
65+
"sflock>=1.1.0",
66+
"tabulate>=0.8, <0.10"
6767
]
6868
)

node/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
install_requires=[
4848
"Cuckoo-common>=0.1.0",
4949
"Cuckoo-machineries>=0.1.0",
50-
"aiohttp>=3.8.1, <3.9",
51-
"aiohttp-sse>=2.1.0, <2.2"
50+
"aiohttp>=3.10.2",
51+
"aiohttp-sse>=2.1.0, <2.3"
5252
],
5353
)

processing/setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
include_package_data=True,
3737
install_requires=[
3838
"Cuckoo-common>=0.1.0",
39-
"sflock>=1.0, <1.1",
40-
"protobuf>=3.20.1, <4.0.0",
39+
"sflock>=1.1.0",
40+
"protobuf==3.20.3",
4141
"httpreplay>=1.0, <1.1",
42-
"pefile>=2022.5.30, <2024.0.0",
42+
"pefile==2024.8.26",
4343
"oletools>=0.60.1, <0.61",
44-
"cryptography>=41.0.4, <42.0.0",
45-
"hyperscan>=0.2.0, <0.7",
46-
"yara-python>=4.2.0, <4.4",
47-
"roach>=1.0, <1.1",
44+
"cryptography>=43.0.1",
45+
"hyperscan>=0.2.0, <0.8",
46+
"yara-python>=4.2.0, <4.6",
47+
"roach>=1.1",
4848
"suricatactl==0.0.1.dev3",
4949
"dpkt>=1.9.7.2, <1.10"
5050
],

web/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"django-rest-framework",
4141
"django-ipware",
4242
"ipaddress",
43-
"tabulate>=0.8, <0.9"
43+
"tabulate>=0.8, <0.10"
4444
],
4545
)

0 commit comments

Comments
 (0)