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

Commit 5e35feb

Browse files
Bump apache-beam[gcp] from 2.54.0 to 2.55.1
Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.54.0 to 2.55.1. - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](apache/beam@v2.54.0...v2.55.1) --- 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 d047906 commit 5e35feb

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,4 +1,4 @@
1-
apache-beam[gcp]==2.54.0
1+
apache-beam[gcp]==2.55.1
22
google-cloud-firestore==2.14.0
33
black==24.3.0
44
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.54.0", "google-cloud-firestore==2.14.0"],
7+
install_requires=["apache-beam[gcp]==2.55.1", "google-cloud-firestore==2.14.0"],
88
package_data={"schema": ["*.json"]},
99
)

0 commit comments

Comments
 (0)