This is an automated email from the ASF dual-hosted git repository.

riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 05068ead3ea Bump transformers (#29844)
05068ead3ea is described below

commit 05068ead3eaca28d7eb50fdc3345fc4e4e478664
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 21 09:45:05 2023 -0500

    Bump transformers (#29844)
    
    Bumps [transformers](https://github.com/huggingface/transformers) from 
4.30.0 to 4.36.0.
    - [Release notes](https://github.com/huggingface/transformers/releases)
    - 
[Commits](https://github.com/huggingface/transformers/compare/v4.30.0...v4.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: transformers
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .../inference/anomaly_detection/anomaly_detection_pipeline/setup.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
 
b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
index 15a68228c66..72a65ab7281 100644
--- 
a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
+++ 
b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
@@ -32,7 +32,7 @@ REQUIREMENTS = [
     "apache-beam[gcp]==2.41.0",
     "hdbscan==0.8.28",
     "scikit-learn==1.0.2",
-    "transformers==4.30.0",
+    "transformers==4.36.0",
     "torch==1.13.1",
     "pandas==1.3.5",
     "yagmail==0.15.283",

Reply via email to