From faab6e8b7aa1ac8f66c897c5d9c3d4c12363f3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:12:51 +0000 Subject: [PATCH] Bump suds from 0.4 to 1.0.0 Bumps [suds](https://github.com/suds-community/suds) from 0.4 to 1.0.0. - [Release notes](https://github.com/suds-community/suds/releases) - [Changelog](https://github.com/suds-community/suds/blob/master/CHANGELOG.md) - [Commits](https://github.com/suds-community/suds/commits/v1.0.0) --- updated-dependencies: - dependency-name: suds dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f35963b..ed1dc7b 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ long_description=open('README.rst').read(), install_requires=[ 'PyYAML', - 'suds==0.4' + 'suds==1.0.0' ] )