Commit 9efe7e9 1 parent b1f8704 commit 9efe7e9 Copy full SHA for 9efe7e9
File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 61
61
"Cuckoo-processing>=0.1.1" ,
62
62
"Cuckoo-machineries>=0.1.0" ,
63
63
"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 "
67
67
]
68
68
)
Original file line number Diff line number Diff line change 47
47
install_requires = [
48
48
"Cuckoo-common>=0.1.0" ,
49
49
"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 "
52
52
],
53
53
)
Original file line number Diff line number Diff line change 36
36
include_package_data = True ,
37
37
install_requires = [
38
38
"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 " ,
41
41
"httpreplay>=1.0, <1.1" ,
42
- "pefile>=2022.5.30, < 2024.0.0 " ,
42
+ "pefile== 2024.8.26 " ,
43
43
"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" ,
48
48
"suricatactl==0.0.1.dev3" ,
49
49
"dpkt>=1.9.7.2, <1.10"
50
50
],
Original file line number Diff line number Diff line change 40
40
"django-rest-framework" ,
41
41
"django-ipware" ,
42
42
"ipaddress" ,
43
- "tabulate>=0.8, <0.9 "
43
+ "tabulate>=0.8, <0.10 "
44
44
],
45
45
)
You can’t perform that action at this time.
0 commit comments