From 5c9b514df8e69777a3cb000186e3fd9693497614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:14:04 +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 6a97ee1..57a8bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ chardet==3.0.4 idna==2.8 onvif==0.2.0 requests==2.22.0 -suds==0.4 +suds==1.0.0 suds-passworddigest==0.1.2 urllib3==1.25.6