This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
# Setup modules
10
- gevent == 21.8 .0
10
+ gevent == 21.12 .0
11
11
flask == 2.0.2
12
12
13
13
# default available packages for python3action
14
14
beautifulsoup4 == 4.10.0
15
15
httplib2 == 0.20.2
16
16
kafka_python == 2.0.2
17
- lxml == 4.6.4
17
+ lxml == 4.7.1
18
18
python-dateutil == 2.8.2
19
- requests == 2.26.0
19
+ requests == 2.27.1
20
20
scrapy == 2.5.1
21
21
simplejson == 3.17.6
22
- virtualenv == 20.10 .0
22
+ virtualenv == 20.13 .0
23
23
twisted == 21.7.0
24
24
PyJWT == 2.3.0
25
25
26
26
# packages for numerics
27
- numpy == 1.21.4
28
- scikit-learn == 1.0.1
29
- scipy == 1.7.2
30
- pandas == 1.3.4
27
+ numpy == 1.22.0
28
+ scikit-learn == 1.0.2
29
+ scipy == 1.7.3
30
+ pandas == 1.3.5
31
31
32
32
# packages for image processing
33
- Pillow == 8.4 .0
33
+ Pillow == 9.0 .0
34
34
35
35
# IBM specific python modules
36
- ibm_db == 3.1.0
37
- ibmcloudant == 0.0.40
36
+ ibm_db == 3.1.1
37
+ ibmcloudant == 0.0.41
38
38
ibm-watson == 5.3.0
39
39
ibm-cos-sdk == 2.10.0
40
- ibmcloudsql == 0.5.0
40
+ ibmcloudsql == 0.5.2
41
41
42
42
# Compose Libs
43
- psycopg2 == 2.9.2
44
- pymongo == 3.12 .1
45
- redis == 4.0.1
43
+ psycopg2 == 2.9.3
44
+ pymongo == 4.0 .1
45
+ redis == 4.1.0
46
46
pika == 1.2.0
47
- elasticsearch == 7.15.2
47
+ elasticsearch == 7.16.3
48
48
cassandra-driver == 3.25.0
49
49
etcd3 == 0.12.0
50
50
51
51
# Other required modules
52
- botocore == 1.23.8
53
- tornado == 6.1
52
+ botocore == 1.23.35
53
+ tornado == 6.1
You can’t perform that action at this time.
0 commit comments