From 6271bda5f3594be94d09cd3e88b963da75c22b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:14:28 +0000 Subject: [PATCH] chore(deps): bump python3-saml from 1.15.0 to 1.16.0 Bumps [python3-saml](https://github.com/SAML-Toolkits/python3-saml) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/SAML-Toolkits/python3-saml/releases) - [Changelog](https://github.com/SAML-Toolkits/python3-saml/blob/master/changelog.md) - [Commits](https://github.com/SAML-Toolkits/python3-saml/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: python3-saml dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f57832ad..67f613f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ 'termcolor==2.3.0', 'html2text==2020.1.16', 'pyzipper==0.3.6', - 'python3-saml==1.15.0', + 'python3-saml==1.16.0', 'websocket-client==1.6.1', 'pyjwkest==1.4.2', 'jsonfield2==4.0.0.post0',