From 6beea48ff822d1b4c7ef34427628543d52891c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:13:08 +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 b28f5ff..dd233fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ requests==2.26.0 simplejson==3.17.5 sphinx-rtd-theme==0.5.1 spyne==2.13.16 -suds==0.4 +suds==1.0.0 wsgiref==0.1.2 xlrd==1.2.0