From 62e531a2eec8e05d82c54487b2be7fee7a025761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:11:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 8 updates Bumps the pip group with 8 updates in the /backend/inference-server directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.4` | | [gradio](https://github.com/gradio-app/gradio) | `4.8.0` | `4.37.1` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.5.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | Updates `aiohttp` from 3.9.3 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4) Updates `gradio` from 4.8.0 to 4.37.1 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.8.0...gradio@4.37.1) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `pillow` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `scikit-learn` from 1.4.1.post1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.5.0) Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: gradio dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/inference-server/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/inference-server/requirements.txt b/backend/inference-server/requirements.txt index 00da81d..9d81b0b 100644 --- a/backend/inference-server/requirements.txt +++ b/backend/inference-server/requirements.txt @@ -1,6 +1,6 @@ accelerate==0.28.0 aiofiles==23.2.1 -aiohttp==3.9.3 +aiohttp==3.9.4 aiosignal==1.3.1 altair==5.2.0 annotated-types==0.6.0 @@ -31,7 +31,7 @@ Flask==3.0.2 fonttools==4.50.0 frozenlist==1.4.1 fsspec==2024.2.0 -gradio==4.8.0 +gradio==4.37.1 gradio_client==0.7.1 h11==0.14.0 hjson==3.1.0 @@ -39,7 +39,7 @@ httpcore==1.0.4 httpx==0.27.0 huggingface-hub==0.21.4 humanfriendly==10.0 -idna==3.6 +idna==3.7 importlib_resources==6.3.1 itsdangerous==2.1.2 Jinja2==3.1.3 @@ -67,7 +67,7 @@ optimum==1.17.1 orjson==3.9.15 packaging==24.0 pandas==2.1.3 -pillow==10.2.0 +pillow==10.3.0 platformdirs==4.2.0 pooch==1.8.1 protobuf==5.26.0 @@ -89,13 +89,13 @@ pytz==2024.1 PyYAML==6.0.1 referencing==0.34.0 regex==2023.12.25 -requests==2.31.0 +requests==2.32.2 resampy==0.4.2 resemble-enhance==0.0.1 rich==13.7.0 rpds-py==0.18.0 safetensors==0.4.2 -scikit-learn==1.4.1.post1 +scikit-learn==1.5.0 scipy==1.11.4 semantic-version==2.10.0 sentencepiece==0.2.0 @@ -114,12 +114,12 @@ toolz==0.12.1 torch==2.1.1 torchaudio==2.1.1 torchvision==0.16.1 -tqdm==4.66.1 +tqdm==4.66.3 transformers==4.38.2 typer==0.9.0 typing_extensions==4.10.0 tzdata==2024.1 -urllib3==2.2.1 +urllib3==2.2.2 uvicorn==0.28.0 waitress==3.0.0 websockets==11.0.3