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

Commit bec4ba6

Browse files
Bump apache-beam[gcp] from 2.52.0 to 2.53.0
Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.52.0 to 2.53.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.53.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]>
1 parent 3689869 commit bec4ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
apache-beam[gcp]==2.52.0
1+
apache-beam[gcp]==2.53.0
22
black==23.11.0
33
coverage>=6.4.4

setup.py

+1-1
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.52.0"],
7+
install_requires=["apache-beam[gcp]==2.53.0"],
88
package_data={"schema": ["*.json"]},
99
)

0 commit comments

Comments
 (0)