From c6241906fee52b2d2d52a4ea362dfe769de11db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:11:17 +0000 Subject: [PATCH] Bump apache-beam[gcp] from 2.54.0 to 2.59.0 Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.54.0 to 2.59.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.59.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..40ee158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apache-beam[gcp]==2.54.0 +apache-beam[gcp]==2.59.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..ec388e8 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.59.0", "google-cloud-firestore==2.14.0"], package_data={"schema": ["*.json"]}, )