From 2531751e602c086920050565e9e7eb7279238ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 18:32:13 +0000 Subject: [PATCH 1/2] Bump bleach from 3.0.2 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v3.0.2...v3.1.1) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f0dac45..a5535bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 From 6baeff8b32d2b7baa0ea4b41c851123df474abf9 Mon Sep 17 00:00:00 2001 From: JP Bourget Date: Sat, 29 Feb 2020 23:35:23 -0500 Subject: [PATCH 2/2] bump to v1.6.1 --- changelog.md | 3 ++- irflow_client/__version__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2c1307b..fe9f42e 100644 --- a/changelog.md +++ b/changelog.md @@ -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) \ No newline at end of file + * 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 \ No newline at end of file diff --git a/irflow_client/__version__.py b/irflow_client/__version__.py index fffcca6..40c4721 100644 --- a/irflow_client/__version__.py +++ b/irflow_client/__version__.py @@ -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'