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

Commit dcf37ee

Browse files
Bump apache-beam[gcp] from 2.43.0 to 2.52.0 (#223)
Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.43.0 to 2.52.0. - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](apache/beam@v2.43.0...v2.52.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>
1 parent 007909a commit dcf37ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
apache-beam[gcp]==2.43.0
1+
apache-beam[gcp]==2.52.0
22
black==23.11.0
33
coverage>=6.4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
name="data-pipeline",
55
version="0.0.1",
66
packages=setuptools.find_packages(),
7-
install_requires=["apache-beam[gcp]==2.43.0"],
7+
install_requires=["apache-beam[gcp]==2.52.0"],
88
package_data={"schema": ["*.json"]},
99
)

0 commit comments

Comments
 (0)