From 9234c30157f4b299c6372fd090ee744fd07166eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:10:56 +0000 Subject: [PATCH] Build(deps): Bump oss2 from 2.18.5 to 2.18.6 Bumps [oss2](https://github.com/aliyun/aliyun-oss-python-sdk) from 2.18.5 to 2.18.6. - [Release notes](https://github.com/aliyun/aliyun-oss-python-sdk/releases) - [Changelog](https://github.com/aliyun/aliyun-oss-python-sdk/blob/master/CHANGELOG.rst) - [Commits](https://github.com/aliyun/aliyun-oss-python-sdk/commits) --- updated-dependencies: - dependency-name: oss2 dependency-type: direct:production 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 6b6aa22..c2309fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ package_dir= include_package_data = True install_requires = aiohttp>=3.9.1,<4 - oss2==2.18.5 + oss2==2.18.6 [options.extras_require] tests =