Skip to content

Commit 76b9ebd

Browse files
authored
Merge pull request #78 from Syncurity/77/urllib3-vuln
update urllib3, >=1.24.2, <1.25 (next major release)
2 parents 3e4205a + 5c5687e commit 76b9ebd

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

irflow_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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'

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ six==1.11.0
3232
sphinxcontrib-napoleon==0.6.1
3333
tqdm==4.28.1
3434
twine==1.12.1
35-
urllib3==1.24
35+
urllib3>=1.24.2,<1.25
3636
webencodings==0.5.1
3737
wheel==0.32.2
3838

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ certifi>=2018.10.15
33
chardet==3.0.4
44
idna==2.7
55
requests>=2.20.0,<3.0
6-
urllib3<=1.24
6+
urllib3>=1.24.2,<1.25
77

88
# bump version

0 commit comments

Comments
 (0)