From 4159f7bf2ae9c6ce0d17390ea25542583c8dfc12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:33:40 +0000 Subject: [PATCH] Bump xmlschema from 1.0.7 to 1.0.14 Bumps [xmlschema](https://github.com/brunato/xmlschema) from 1.0.7 to 1.0.14. - [Release notes](https://github.com/brunato/xmlschema/releases) - [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/brunato/xmlschema/compare/v1.0.7...v1.0.14) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index ba701aaf..2e972371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ packageurl_python==0.8.1 requests==2.20.1 -xmlschema==1.0.7 +xmlschema==1.0.14 setuptools==18.5 requirements_parser==0.1.0 packaging==19.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 3b821fb1..f4a3011d --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires=[ 'requirements_parser==0.1.0', 'packageurl_python==0.8.1', - 'xmlschema==1.0.7', + 'xmlschema==1.0.14', 'requests==2.20.1', 'packaging==19.0', ],