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 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloaf authored Mar 11, 2024
1 parent da00479 commit 45fe57f
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,4 +1,4 @@
apache-beam[gcp]==2.51.0
apache-beam[gcp]==2.54.0
google-cloud-firestore==2.14.0
black==24.2.0
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.51.0", "google-cloud-firestore==2.14.0"],
install_requires=["apache-beam[gcp]==2.54.0", "google-cloud-firestore==2.14.0"],
package_data={"schema": ["*.json"]},
)

0 comments on commit 45fe57f

Please sign in to comment.