From da1f0e2ea9bc64e4410a869a2a58ee4f700bf6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:54:13 +0000 Subject: [PATCH 01/10] chore(deps): bump jinja2 from 3.1.2 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 408452d..7c9f07b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile # ---extra-index-url https://packagecloud.io/github/git-lfs/pypi/simple - anyio==3.7.1 # via # fastapi @@ -38,7 +36,7 @@ idna==3.4 # via # anyio # requests -jinja2==3.1.2 +jinja2==3.1.3 # via torch markupsafe==2.1.3 # via jinja2 From f41191eb9e9670980d81170c2b47c3f79afcf376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:25:40 +0000 Subject: [PATCH 02/10] chore(deps): bump fastapi from 0.104.1 to 0.109.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements.in b/requirements.in index b8a6710..511c054 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.109.1 pydantic==1.10.9 torch==2.1.0 transformers==4.35.0 diff --git a/requirements.txt b/requirements.txt index 7c9f07b..07e9c13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,16 +5,14 @@ # pip-compile # anyio==3.7.1 - # via - # fastapi - # starlette + # via starlette certifi==2023.7.22 # via requests charset-normalizer==3.3.2 # via requests click==8.1.7 # via uvicorn -fastapi==0.104.1 +fastapi==0.109.1 # via -r requirements.in filelock==3.13.1 # via @@ -99,7 +97,7 @@ safetensors==0.4.0 # via transformers sniffio==1.3.0 # via anyio -starlette==0.27.0 +starlette==0.35.1 # via fastapi sympy==1.12 # via torch From 096a148038915308b876837e6f25e08b5cf9be13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:28:57 +0000 Subject: [PATCH 03/10] chore(deps): bump idna from 3.4 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c9f07b..3689630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ huggingface-hub==0.17.3 # via # tokenizers # transformers -idna==3.4 +idna==3.7 # via # anyio # requests From 4fc29455dfdc5f42cd989f309c920acf7af22122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:50:24 +0000 Subject: [PATCH 04/10] chore(deps): bump tqdm from 4.66.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/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) --- updated-dependencies: - dependency-name: tqdm dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c9f07b..e56d380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,7 +107,7 @@ tokenizers==0.14.1 # via transformers torch==2.1.0 # via -r requirements.in -tqdm==4.66.1 +tqdm==4.66.3 # via # huggingface-hub # transformers From 58845b76dac5d40c80f667078a9507108b9996b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:52:52 +0000 Subject: [PATCH 05/10] chore(deps): bump torch from 2.1.0 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 511c054..ef28e7f 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ fastapi==0.109.1 pydantic==1.10.9 -torch==2.1.0 +torch==2.2.0 transformers==4.35.0 uvicorn==0.24.0.post1 diff --git a/requirements.txt b/requirements.txt index 316c39b..d1c9070 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ nvidia-cusparse-cu12==12.1.0.106 # via # nvidia-cusolver-cu12 # torch -nvidia-nccl-cu12==2.18.1 +nvidia-nccl-cu12==2.19.3 # via torch nvidia-nvjitlink-cu12==12.3.52 # via @@ -103,7 +103,7 @@ sympy==1.12 # via torch tokenizers==0.14.1 # via transformers -torch==2.1.0 +torch==2.2.0 # via -r requirements.in tqdm==4.66.1 # via @@ -111,7 +111,7 @@ tqdm==4.66.1 # transformers transformers==4.35.0 # via -r requirements.in -triton==2.1.0 +triton==2.2.0 # via torch typing-extensions==4.8.0 # via From 8dd307cb6fb30b732b94ca7d2d14e6993b47a09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:53:02 +0000 Subject: [PATCH 06/10] chore(deps): bump certifi from 2023.7.22 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 316c39b..20a5ff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # anyio==3.7.1 # via starlette -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests From a499238e6d50fbfd11f22e16eea91689b06dbf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:53:05 +0000 Subject: [PATCH 07/10] chore(deps): bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 316c39b..711e16b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ idna==3.7 # via # anyio # requests -jinja2==3.1.3 +jinja2==3.1.4 # via torch markupsafe==2.1.3 # via jinja2 From 946f448d138f894221bb11d2120afa767dc8f387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:53:07 +0000 Subject: [PATCH 08/10] chore(deps): bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/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) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 316c39b..5bbfe89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,7 +89,7 @@ pyyaml==6.0.1 # transformers regex==2023.10.3 # via transformers -requests==2.31.0 +requests==2.32.2 # via # huggingface-hub # transformers From 1a778d2e60af50c9599519ce49593f72a682d5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:53:08 +0000 Subject: [PATCH 09/10] chore(deps): bump urllib3 from 2.0.7 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 316c39b..98a0378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -119,7 +119,7 @@ typing-extensions==4.8.0 # huggingface-hub # pydantic # torch -urllib3==2.0.7 +urllib3==2.2.2 # via requests uvicorn==0.24.0.post1 # via -r requirements.in From fd56e6d8791b5c4c7c58d842c4176718f52a24db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:55:37 +0000 Subject: [PATCH 10/10] chore(deps): bump pydantic from 1.10.9 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ef28e7f..a6dbc80 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ fastapi==0.109.1 -pydantic==1.10.9 +pydantic==1.10.13 torch==2.2.0 transformers==4.35.0 uvicorn==0.24.0.post1 diff --git a/requirements.txt b/requirements.txt index 8ba71db..c6e62ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,7 +79,7 @@ packaging==23.2 # via # huggingface-hub # transformers -pydantic==1.10.9 +pydantic==1.10.13 # via # -r requirements.in # fastapi