This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/pip/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/transformers-4.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6a066d96940e7f9551263430bdc673a9d53b1cfc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 15 16:01:24 2023 +0000
Bump transformers
Bumps [transformers](https://github.com/huggingface/transformers) from
4.21.1 to 4.30.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
-
[Commits](https://github.com/huggingface/transformers/compare/v4.21.1...v4.30.0)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.../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 19d2ecc4a02..15a68228c66 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.21.1",
+ "transformers==4.30.0",
"torch==1.13.1",
"pandas==1.3.5",
"yagmail==0.15.283",