Skip to content

Commit 9c24bd5

Browse files
author
pgaref
committed
Updating requirements and bumping up version
1 parent 84b9924 commit 9c24bd5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ beautifulsoup4 == 4.6.0
22
coverage == 4.4.1
33
httmock == 1.2.6
44
psutil == 5.2.2
5-
pytest == 3.0.7
5+
pytest == 3.1.3
66
pytest-cov == 2.5.1
77
python-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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_tests(self):
4747

4848
setup(
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,

0 commit comments

Comments
 (0)