From 13ce966caada05dbfdc0b5123c0aefc9bbdafd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:02:31 +0800 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates (#2654) Updates the requirements on [torch](https://github.com/pytorch/pytorch) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `torch` to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.1...v2.6.0) Updates `gunicorn` to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39e02a839..b6b490f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ jieba = "^0.42.1" diskcache = "^5.6.3" pillow = "^10.2.0" filetype = "^1.2.0" -torch = "2.2.1" +torch = "2.6.0" sentence-transformers = "^2.2.2" openai = "^1.13.3" tiktoken = "^0.7.0" @@ -49,7 +49,7 @@ httpx-sse = "^0.4.0" websockets = "^13.0" openpyxl = "^3.1.2" xlrd = "^2.0.1" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" python-daemon = "3.0.1" boto3 = "^1.34.160" tencentcloud-sdk-python = "^3.0.1209"