Skip to content

Commit

Permalink
chore(deps): update dependency apache-beam to v2.28.0 (#5395)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [apache-beam](https://beam.apache.org) | `==2.27.0` -> `==2.28.0` | [![age](https://badges.renovateapi.com/packages/pypi/apache-beam/2.28.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/apache-beam/2.28.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/apache-beam/2.28.0/compatibility-slim/2.27.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/apache-beam/2.28.0/confidence-slim/2.27.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
  • Loading branch information
renovate-bot committed Mar 1, 2021
1 parent 0a996c5 commit d5f227e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dataflow/encryption-keys/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache-beam[gcp]==2.27.0
apache-beam[gcp]==2.28.0
2 changes: 1 addition & 1 deletion dataflow/flex-templates/streaming_beam/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache-beam[gcp]==2.27.0
apache-beam[gcp]==2.28.0
2 changes: 1 addition & 1 deletion dataflow/gpu-workers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==8.0.1
apache-beam[gcp]==2.27.0 # Make sure the version matches the apache/beam_python* image tag referenced in the Dockerfile.
apache-beam[gcp]==2.28.0 # Make sure the version matches the apache/beam_python* image tag referenced in the Dockerfile.
rasterio==1.2.0
tensorflow==2.4.0 # Make sure this matches the Dockerfile base image TensorFlow version.
2 changes: 1 addition & 1 deletion pubsub/streaming-analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache-beam[gcp,test]==2.27.0
apache-beam[gcp,test]==2.28.0

0 comments on commit d5f227e

Please sign in to comment.