Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ irflow-sdk-python changelog
* v1.6.0 Added the Assign User to Alert Endpoint
* Python2 support will be deprecated at the end of 2019
* Bump certifi to 2019.6.16
* Bump urllib3>=1.24.3 (CVE-2019-9740)
* Bump urllib3>=1.24.3 (CVE-2019-9740)
* v1.6.1 Bump bleach version to patch moderate severity XSS issues: https://github.com/Syncurity/irflow-sdk-python/pull/84
2 changes: 1 addition & 1 deletion irflow_client/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'irflow_client'
__description__ = 'A python client for Syncurity IR-Flow'
__url__ = 'https://syncurity.net'
__version__ = '1.6.0'
__version__ = '1.6.1'
__build__ = ''
__author__ = 'Syncurity'
__author_email__ = 'support@syncurity.net'
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -i https://pypi.org/simple
atomicwrites==1.2.1
attrs==18.2.0
bleach==3.0.2
bleach==3.1.1
certifi==2018.10.15
cffi==1.11.5
chardet==3.0.4
Expand Down