File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
2- [ ![ PyPI3] ( https://img.shields.io/badge/pypi-1.5.8 -blue.svg )] ( https://pypi.org/project/irflow-client/ )
2+ [ ![ PyPI3] ( https://img.shields.io/badge/pypi-1.5.9 -blue.svg )] ( https://pypi.org/project/irflow-client/ )
33[ ![ Documentation Status] ( https://readthedocs.com/projects/syncurity-irflow-sdk-python/badge/?version=latest )] ( https://syncurity-irflow-sdk-python.readthedocs-hosted.com/en/latest/?badge=latest )
44![ PyPI1] ( https://img.shields.io/badge/python-2.7+-brightgreen.svg )
55![ PyPI2] ( https://img.shields.io/badge/python-3.6+-brightgreen.svg )
Original file line number Diff line number Diff line change @@ -38,3 +38,5 @@ irflow-sdk-python changelog
3838 * Update requests==2.20.0 to patch CVE-2018 -18074
3939* v1.5.7 Update .gitignore, bump requirements.txt
4040* v1.5.8 Fix python_requires for pip 18.0+
41+ * v1.5.9 Update URLLib for https://nvd.nist.gov/vuln/detail/CVE-2019-11324
42+
Original file line number Diff line number Diff line change 33__title__ = 'irflow_client'
44__description__ = 'A python client for Syncurity IR-Flow'
55__url__ = 'https://syncurity.net'
6- __version__ = '1.5.8 '
6+ __version__ = '1.5.9 '
77__build__ = ''
88__author__ = 'Syncurity'
99__author_email__ = 'support@syncurity.net'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ six==1.11.0
3232sphinxcontrib-napoleon == 0.6.1
3333tqdm == 4.28.1
3434twine == 1.12.1
35- urllib3 == 1.24
35+ urllib3 >= 1.24.2 , < 1.25
3636webencodings == 0.5.1
3737wheel == 0.32.2
3838
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ certifi>=2018.10.15
33chardet == 3.0.4
44idna == 2.7
55requests >= 2.20.0 ,< 3.0
6- urllib3 < =1.24
6+ urllib3 > =1.24.2 , < 1.25
77
88# bump version
You can’t perform that action at this time.
0 commit comments