Skip to content

Commit ac0d0bf

Browse files
author
Naor Livne
committed
updated prereqs
1 parent 290399e commit ac0d0bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bleach==3.1.0
2-
certifi==2018.11.29
2+
certifi==2019.3.9
33
chardet==3.0.4
44
docutils==0.14
55
idna==2.8
@@ -11,5 +11,5 @@ requests-toolbelt==0.9.1
1111
six==1.12.0
1212
tqdm==4.31.1
1313
twine==1.13.0
14-
urllib3==1.24.1
14+
urllib3==1.24.2
1515
webencodings==0.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Naor Livne'
44
__author_email__ = 'naorlivne@gmail.com'
5-
__version__ = '2.5.0'
5+
__version__ = '2.5.1'
66

77
with open('README.md') as f:
88
long_description = f.read()

0 commit comments

Comments
 (0)