From bf4f74a61ce79fc283a198f23d2cf68a22a0f382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:18:24 +0000 Subject: [PATCH 1/3] Bump transformers in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [transformers](https://github.com/huggingface/transformers). Updates `transformers` from 4.38.0 to 4.42.4 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.42.4) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed291ed3..64ef4fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ "presidio-analyzer==2.2.351", "presidio-anonymizer==2.2.351", "torch>=2.1.2", - "transformers==4.38.0", + "transformers==4.42.4", "jinja2>=3.1.3", "tqdm", "xhtml2pdf==0.2.15", From 74cc01aaf428fdfd8945a3f4bb39461b0106e9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:00:22 +0000 Subject: [PATCH 2/3] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi_release.yml | 2 +- .github/workflows/test_pypi_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index aaf7bdd3..9c6f17f2 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -58,7 +58,7 @@ jobs: needs: build steps: - name: Download all the dists - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.7 with: name: pebblo-package-distributions path: dist/ diff --git a/.github/workflows/test_pypi_release.yml b/.github/workflows/test_pypi_release.yml index 149db503..6a9352fc 100644 --- a/.github/workflows/test_pypi_release.yml +++ b/.github/workflows/test_pypi_release.yml @@ -40,7 +40,7 @@ jobs: needs: build steps: - name: Download all the dists - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.7 with: name: pebblo-package-distributions path: dist/ From 914e7f7f8485188e4bd4b54a54de490598ae77c3 Mon Sep 17 00:00:00 2001 From: Rajendra Kadam Date: Mon, 9 Sep 2024 18:21:45 +0530 Subject: [PATCH 3/3] Revert "Bump transformers from 4.38.0 to 4.42.4 in the pip group across 1 directory" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09102239..5630c43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ dependencies = [ "presidio-analyzer==2.2.351", "presidio-anonymizer==2.2.351", "torch>=2.1.2", - "transformers==4.42.4", + "transformers==4.38.0", "jinja2>=3.1.3", "tqdm", "xhtml2pdf==0.2.15",