From 9ad71db3c2dc140fc5538a688954c0c627508cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:39:52 +0000 Subject: [PATCH] Bump oss2 from 2.18.4 to 2.19.1 Bumps [oss2](https://github.com/aliyun/aliyun-oss-python-sdk) from 2.18.4 to 2.19.1. - [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-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 fba64f2..793c2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] requires-python = ">=3.8" -dependencies = ["aiooss2>=0.2.11", "fsspec>=2023.9.2", "oss2==2.18.4"] +dependencies = ["aiooss2>=0.2.11", "fsspec>=2023.9.2", "oss2==2.19.1"] license = { text = "Apache-2.0" } dynamic = ["version"]