Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Bump apache-beam[gcp] from 2.52.0 to 2.54.0 (#242)
Browse files Browse the repository at this point in the history
Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.52.0 to 2.54.0.
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.52.0...v2.54.0)

---
updated-dependencies:
- dependency-name: apache-beam[gcp]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent b6c2735 commit 3311fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[gcp]==2.52.0
apache-beam[gcp]==2.54.0
black==23.12.1
coverage>=6.4.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
name="data-pipeline",
version="0.0.1",
packages=setuptools.find_packages(),
install_requires=["apache-beam[gcp]==2.52.0"],
install_requires=["apache-beam[gcp]==2.54.0"],
package_data={"schema": ["*.json"]},
)

0 comments on commit 3311fc3

Please sign in to comment.