From 252c00f2e0a3599778e88ba557308032d8a2bd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 04:51:32 +0000 Subject: [PATCH] Bump oss2 from 2.18.1 to 2.18.2 Bumps [oss2](https://github.com/aliyun/aliyun-oss-python-sdk) from 2.18.1 to 2.18.2. - [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/compare/2.18.1...2.18.2) --- 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 c8055d3..6500e60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ package_dir= packages = find: install_requires= fsspec>=2023.9.2 - oss2==2.18.1 + oss2==2.18.2 aiooss2==0.2.7 [options.extras_require]