From 9423222b1be6d1f69a28c2121a357c029a931d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:42:27 +0000 Subject: [PATCH] Bump apache-beam[gcp] from 2.54.0 to 2.61.0 Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.54.0 to 2.61.0. - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](https://github.com/apache/beam/compare/v2.54.0...v2.61.0) --- updated-dependencies: - dependency-name: apache-beam[gcp] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2caca5e..3676dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apache-beam[gcp]==2.54.0 +apache-beam[gcp]==2.61.0 google-cloud-firestore==2.14.0 black==24.3.0 coverage>=6.4.4 diff --git a/setup.py b/setup.py index 6038a65..e230507 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,6 @@ name="data-pipeline", version="0.0.1", packages=setuptools.find_packages(), - install_requires=["apache-beam[gcp]==2.54.0", "google-cloud-firestore==2.14.0"], + install_requires=["apache-beam[gcp]==2.61.0", "google-cloud-firestore==2.14.0"], package_data={"schema": ["*.json"]}, )