From 90c1502bb61b2f02c0ed348822b4b896f8f4a745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:36:52 +0000 Subject: [PATCH] Bump aliyun-python-sdk-sts from 3.1.1 to 3.1.2 Bumps [aliyun-python-sdk-sts](http://develop.aliyun.com/sdk/python) from 3.1.1 to 3.1.2. --- updated-dependencies: - dependency-name: aliyun-python-sdk-sts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c8055d3..ff24969 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ tests = pylint-pytest==1.1.2 mypy==0.971 requests==2.31.0 - aliyun-python-sdk-sts==3.1.1 + aliyun-python-sdk-sts==3.1.2 dev = %(tests)s