From 1ab13b9ef17ab7b27270a31a977893ef9c096667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:12:58 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fa69de..7057660 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ coverage==3.5.2 nose==1.2.1 -suds==0.4 \ No newline at end of file +suds==1.0.0 \ No newline at end of file