File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ beautifulsoup4 == 4.6.0
22coverage == 4.4.1
33httmock == 1.2.6
44psutil == 5.2.2
5- pytest == 3.0.7
5+ pytest == 3.1.3
66pytest-cov == 2.5.1
77python-dateutil == 2.6.0
8- requests == 2.14.2
9- schedule == 0.4.2
10- pyOpenSSL == 17.0 .0
8+ requests == 2.18.1
9+ schedule == 0.4.3
10+ pyOpenSSL == 17.1 .0
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def run_tests(self):
4747
4848setup (
4949 name = 'http_request_randomizer' ,
50- version = '1.0.5 ' ,
50+ version = '1.0.6 ' ,
5151 url = 'http://pgaref.com/blog/python-proxy' ,
5252 license = 'MIT' ,
5353 author = 'Panagiotis Garefalakis' ,
@@ -65,8 +65,8 @@ def run_tests(self):
6565 'httmock >= 1.2.6' ,
6666 'psutil >= 5.2.2' ,
6767 'python-dateutil >= 2.6.0' ,
68- 'requests >= 2.14.2 ' ,
69- 'schedule >= 0.4.2 ' ,
68+ 'requests >= 2.18.1 ' ,
69+ 'schedule >= 0.4.3 ' ,
7070 ],
7171 setup_requires = ['pytest-runner' ],
7272 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments