Skip to content

Commit dad6fa5

Browse files
build(deps): bump the pip group across 1 directory with 2 updates
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](pytorch/pytorch@v2.2.1...v2.6.0) Updates `gunicorn` to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@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] <support@github.com>
1 parent e7c2c97 commit dad6fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jieba = "^0.42.1"
2727
diskcache = "^5.6.3"
2828
pillow = "^10.2.0"
2929
filetype = "^1.2.0"
30-
torch = "2.2.1"
30+
torch = "2.6.0"
3131
sentence-transformers = "^2.2.2"
3232
openai = "^1.13.3"
3333
tiktoken = "^0.7.0"
@@ -49,7 +49,7 @@ httpx-sse = "^0.4.0"
4949
websockets = "^13.0"
5050
openpyxl = "^3.1.2"
5151
xlrd = "^2.0.1"
52-
gunicorn = "^22.0.0"
52+
gunicorn = "^23.0.0"
5353
python-daemon = "3.0.1"
5454
boto3 = "^1.34.160"
5555
tencentcloud-sdk-python = "^3.0.1209"

0 commit comments

Comments
 (0)