Skip to content

Commit 2c2075a

Browse files
author
Madison Bahmer
authored
Merge pull request #185 from istresearch/update-reqs
Initial package updates
2 parents c38c13b + d346a3a commit 2c2075a

File tree

7 files changed

+112
-112
lines changed

7 files changed

+112
-112
lines changed

crawler/requirements.txt

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
attrs==17.2.0 # Updated from 16.3.0
2-
cffi==1.10.0 # Updated from 1.9.1
1+
attrs==18.1.0 # Updated from 17.2.0
2+
cffi==1.11.5 # Updated from 1.10.0
33
ConcurrentLogHandler==0.9.1
4-
cryptography==2.0.3 # Updated from 1.8.1
5-
cssselect==1.0.1
4+
cryptography==2.2.2 # Updated from 2.0.3
5+
cssselect==1.0.3 # Updated from 1.0.1
66
enum34==1.1.6
77
funcsigs==1.0.2
88
future==0.16.0
9-
idna==2.6 # Updated from 2.5
10-
ipaddress==1.0.18
11-
kafka-python==1.3.4 # Updated from 1.3.3
12-
kazoo==2.4.0 # Updated from 2.2.1
13-
lxml==3.8.0 # Updated from 3.7.3
9+
idna==2.6
10+
ipaddress==1.0.22 # Updated from 1.0.18
11+
kafka-python==1.4.3 # Updated from 1.3.4
12+
kazoo==2.4.0
13+
lxml==4.2.1 # Updated from 3.8.0
1414
mock==2.0.0
1515
nose==1.3.7
16-
parsel==1.2.0 # Updated from 1.1.0
17-
pbr==3.1.1 # Updated from 2.0.0
18-
pyasn1==0.3.2 # Updated from 0.2.3
19-
pyasn1-modules==0.0.11 # Updated from 0.0.8
20-
pycparser==2.18 # Updated from 2.17
16+
parsel==1.4.0 # Updated from 1.2.0
17+
pbr==4.0.3 # Updated from 3.1.1
18+
pyasn1==0.4.3 # Updated from 0.3.2
19+
pyasn1-modules==0.2.1 # Updated from 0.0.11
20+
pycparser==2.18
2121
PyDispatcher==2.0.5
22-
pyOpenSSL==17.2.0 # Updated from 16.2.0
23-
python-json-logger==0.1.8 # Updated from 0.1.7
22+
pyOpenSSL==18.0.0 # Updated from 17.2.0
23+
python-json-logger==0.1.8
2424
PyYAML==3.12
25-
queuelib==1.4.2
26-
redis==2.10.5
27-
requests==2.18.3 # Updated from 2.13.0
28-
requests-file==1.4.2 # Updated from 1.4.1
25+
queuelib==1.5.0 # Updated from 1.4.2
26+
redis==2.10.6 # Updated from 2.10.5
27+
requests==2.18.4 # Updated from 2.18.3
28+
requests-file==1.4.3 # Updated from 1.4.2
2929
retrying==1.3.3
30-
Scrapy==1.4.0 # Updated from 1.3.3
30+
Scrapy==1.5.0 # Updated from 1.4.0
3131
../utils # scutils==1.3.0dev0
32-
service-identity==17.0.0 # Updated from 16.0.0
33-
six==1.10.0
34-
testfixtures==5.1.1 # Updated from 4.13.5
35-
tldextract==2.1.0 # Updated from 2.0.2
36-
Twisted==17.5.0 # Updated from 17.1.0
32+
service-identity==17.0.0
33+
six==1.11.0 # Updated from 1.10.0
34+
testfixtures==6.0.2 # Updated from 5.1.1
35+
tldextract==2.2.0 # Updated from 2.1.0
36+
Twisted==18.4.0 # Updated from 17.5.0
3737
ujson==1.35
38-
w3lib==1.18.0 # Updated from 1.17.0
39-
zope.interface==4.4.2 # Updated from 4.3.3
40-
# Generated with piprot 0.9.7
38+
w3lib==1.19.0 # Updated from 1.18.0
39+
zope.interface==4.5.0 # Updated from 4.4.2
40+
# Generated with piprot 0.9.10

kafka-monitor/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
ConcurrentLogHandler==0.9.1
22
funcsigs==1.0.2
3-
future==0.16.0 # Updated from 0.15.2
4-
idna==2.5 # Updated from 2.1
5-
jsonschema==2.6.0 # Updated from 2.5.1
6-
kafka-python==1.3.3 # Updated from 1.3.2
7-
kazoo==2.2.1
3+
future==0.16.0
4+
idna==2.6 # Updated from 2.5
5+
jsonschema==2.6.0
6+
kafka-python==1.4.3 # Updated from 1.3.3
7+
kazoo==2.4.0 # Updated from 2.2.1
88
mock==2.0.0
99
nose==1.3.7
10-
pbr==2.0.0 # Updated from 1.10.0
11-
python-json-logger==0.1.7 # Updated from 0.1.5
12-
python-redis-lock==3.2.0 # Updated from 3.1.0
10+
pbr==4.0.3 # Updated from 2.0.0
11+
python-json-logger==0.1.8 # Updated from 0.1.7
12+
python-redis-lock==3.2.0
1313
PyYAML==3.12
14-
redis==2.10.5
15-
requests==2.13.0 # Updated from 2.11.1
16-
requests-file==1.4.1 # Updated from 1.4
14+
redis==2.10.6 # Updated from 2.10.5
15+
requests==2.18.4 # Updated from 2.13.0
16+
requests-file==1.4.3 # Updated from 1.4.1
1717
retrying==1.3.3
1818
../utils # scutils==1.3.0dev0
19-
six==1.10.0
20-
testfixtures==4.13.5 # Updated from 4.10.0
21-
tldextract==2.0.2 # Updated from 2.0.1
19+
six==1.11.0 # Updated from 1.10.0
20+
testfixtures==6.0.2 # Updated from 4.13.5
21+
tldextract==2.2.0 # Updated from 2.0.2
2222
ujson==1.35
23-
# Generated with piprot 0.9.7
23+
# Generated with piprot 0.9.10

redis-monitor/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
ConcurrentLogHandler==0.9.1
22
funcsigs==1.0.2
3-
future==0.16.0 # Updated from 0.15.2
4-
kafka-python==1.3.3 # Updated from 1.3.2
5-
kazoo==2.2.1
3+
future==0.16.0
4+
kafka-python==1.4.3 # Updated from 1.3.3
5+
kazoo==2.4.0 # Updated from 2.2.1
66
mock==2.0.0
77
nose==1.3.7
8-
pbr==2.0.0 # Updated from 1.10.0
9-
python-json-logger==0.1.7 # Updated from 0.1.5
10-
python-redis-lock==3.2.0 # Updated from 3.1.0
8+
pbr==4.0.3 # Updated from 2.0.0
9+
python-json-logger==0.1.8 # Updated from 0.1.7
10+
python-redis-lock==3.2.0
1111
PyYAML==3.12
12-
redis==2.10.5
12+
redis==2.10.6 # Updated from 2.10.5
1313
retrying==1.3.3
1414
../utils # scutils==1.3.0dev0
15-
six==1.10.0
16-
testfixtures==4.13.5 # Updated from 4.10.0
15+
six==1.11.0 # Updated from 1.10.0
16+
testfixtures==6.0.2 # Updated from 4.13.5
1717
ujson==1.35
18-
# Generated with piprot 0.9.7
18+
# Generated with piprot 0.9.10

requirements.txt

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
# this file is deprecated and will be removed
22

33
ConcurrentLogHandler==0.9.1
4-
Flask==0.12 # Updated from 0.11
5-
Jinja2==2.9.5 # Updated from 2.8
6-
MarkupSafe==1.0 # Updated from 0.23
4+
Flask==1.0.2 # Updated from 0.12
5+
Jinja2==2.10 # Updated from 2.9.5
6+
MarkupSafe==1.0
77
PyDispatcher==2.0.5
88
PyYAML==3.12
9-
Scrapy==1.4.0 # Updated from 1.3.3
10-
Twisted==17.5.0 # Updated from 17.1.0
11-
Werkzeug==0.12.1 # Updated from 0.11.11
12-
attrs==17.2.0 # Updated from 16.3.0
13-
cffi==1.10.0 # Updated from 1.9.1
9+
Scrapy==1.5.0 # Updated from 1.4.0
10+
Twisted==18.4.0 # Updated from 17.5.0
11+
Werkzeug==0.14.1 # Updated from 0.12.1
12+
attrs==18.1.0 # Updated from 17.2.0
13+
cffi==1.11.5 # Updated from 1.10.0
1414
characteristic==14.3.0
15-
click==6.7 # Updated from 6.6
16-
coverage==4.3.4 # Updated from 4.0.3
17-
cryptography==2.0.3 # Updated from 1.8.1
18-
cssselect==1.0.1 # Updated from 0.9.2
15+
click==6.7
16+
coverage==4.5.1 # Updated from 4.3.4
17+
cryptography==2.2.2 # Updated from 2.0.3
18+
cssselect==1.0.3 # Updated from 1.0.1
1919
enum34==1.1.6
2020
funcsigs==1.0.2
2121
future==0.16.0
22-
idna==2.6 # Updated from 2.5
23-
ipaddress==1.0.18
22+
idna==2.6
23+
ipaddress==1.0.22 # Updated from 1.0.18
2424
itsdangerous==0.24
25-
jsonschema==2.6.0 # Updated from 2.5.1
26-
kafka-python==1.3.4 # Updated from 1.3.3
27-
kazoo==2.4.0 # Updated from 2.2.1
28-
lxml==3.8.0 # Updated from 3.7.3
25+
jsonschema==2.6.0
26+
kafka-python==1.4.3 # Updated from 1.3.4
27+
kazoo==2.4.0
28+
lxml==4.2.1 # Updated from 3.8.0
2929
mock==2.0.0
3030
nose==1.3.7
31-
parsel==1.2.0 # Updated from 1.1.0
32-
pbr==3.1.1 # Updated from 2.0.0
33-
pyOpenSSL==17.2.0 # Updated from 16.2.0
34-
pyasn1==0.3.2 # Updated from 0.2.3
35-
pyasn1-modules==0.0.11 # Updated from 0.0.8
36-
pycparser==2.18 # Updated from 2.17
37-
python-json-logger==0.1.8 # Updated from 0.1.7
38-
python-redis-lock==3.2.0 # Updated from 3.1.0
39-
queuelib==1.4.2
40-
redis==2.10.5
41-
requests==2.18.3 # Updated from 2.13.0
42-
requests-file==1.4.2 # Updated from 1.4.1
31+
parsel==1.4.0 # Updated from 1.2.0
32+
pbr==4.0.3 # Updated from 3.1.1
33+
pyOpenSSL==18.0.0 # Updated from 17.2.0
34+
pyasn1==0.4.3 # Updated from 0.3.2
35+
pyasn1-modules==0.2.1 # Updated from 0.0.11
36+
pycparser==2.18
37+
python-json-logger==0.1.8
38+
python-redis-lock==3.2.0
39+
queuelib==1.5.0 # Updated from 1.4.2
40+
redis==2.10.6 # Updated from 2.10.5
41+
requests==2.18.4 # Updated from 2.18.3
42+
requests-file==1.4.3 # Updated from 1.4.2
4343
retrying==1.3.3
4444
./utils # scutils==1.3.0dev0
45-
service-identity==17.0.0 # Updated from 16.0.0
46-
six==1.10.0
47-
testfixtures==5.1.1 # Updated from 4.13.5
48-
tldextract==2.1.0 # Updated from 2.0.2
45+
service-identity==17.0.0
46+
six==1.11.0 # Updated from 1.10.0
47+
testfixtures==6.0.2 # Updated from 5.1.1
48+
tldextract==2.2.0 # Updated from 2.1.0
4949
ujson==1.35
50-
w3lib==1.18.0 # Updated from 1.17.0
51-
zope.interface==4.4.2 # Updated from 4.3.3
52-
# Generated with piprot 0.9.7
50+
w3lib==1.19.0 # Updated from 1.18.0
51+
zope.interface==4.5.0 # Updated from 4.4.2
52+
# Generated with piprot 0.9.10

rest/requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
click==6.7 # Updated from 6.6
1+
click==6.7
22
ConcurrentLogHandler==0.9.1
3-
Flask==0.12 # Updated from 0.11
3+
Flask==1.0.2 # Updated from 0.12
44
funcsigs==1.0.2
5-
future==0.16.0 # Updated from 0.15.2
5+
future==0.16.0
66
itsdangerous==0.24
7-
Jinja2==2.9.5 # Updated from 2.8
8-
jsonschema==2.6.0 # Updated from 2.5.1
9-
kafka-python==1.3.3 # Updated from 1.3.2
10-
kazoo==2.2.1
11-
MarkupSafe==1.0 # Updated from 0.23
7+
Jinja2==2.10 # Updated from 2.9.5
8+
jsonschema==2.6.0
9+
kafka-python==1.4.3 # Updated from 1.3.3
10+
kazoo==2.4.0 # Updated from 2.2.1
11+
MarkupSafe==1.0
1212
mock==2.0.0
1313
nose==1.3.7
14-
pbr==2.0.0 # Updated from 1.10.0
15-
python-json-logger==0.1.7 # Updated from 0.1.5
16-
redis==2.10.5
17-
requests==2.13.0 # Updated from 2.11.1
14+
pbr==4.0.3 # Updated from 2.0.0
15+
python-json-logger==0.1.8 # Updated from 0.1.7
16+
redis==2.10.6 # Updated from 2.10.5
17+
requests==2.18.4 # Updated from 2.13.0
1818
retrying==1.3.3
1919
../utils # scutils==1.3.0dev0
20-
six==1.10.0
21-
testfixtures==4.13.5 # Updated from 4.11.0
20+
six==1.11.0 # Updated from 1.10.0
21+
testfixtures==6.0.2 # Updated from 4.13.5
2222
ujson==1.35
23-
Werkzeug==0.12.1 # Updated from 0.11.11
24-
# Generated with piprot 0.9.7
23+
Werkzeug==0.14.1 # Updated from 0.12.1
24+
# Generated with piprot 0.9.10

utils/scutils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.3.0dev4'
1+
__version__ = '1.3.0dev5'
22
VERSION = tuple(int(x) for x in __version__.split('.'))

utils/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def readme():
1515
return f.read()
1616

1717
install_requires = [
18-
'python-json-logger==0.1.7',
18+
'python-json-logger==0.1.8', # Updated from 0.1.7
1919
'ConcurrentLogHandler>=0.9.1',
20-
'redis==2.10.5',
21-
'kazoo>=2.2.1',
20+
'redis==2.10.6', # Updated from 2.10.5
21+
'kazoo>=2.4.0', # Updated from 2.2.1
2222
'mock==2.0.0',
23-
'testfixtures==4.13.5',
23+
'testfixtures==6.0.2', # Updated from testfixtures==4.13.5
2424
'ujson==1.35',
2525
'future==0.16.0'
2626
]

0 commit comments

Comments
 (0)