From 952a82a8e8308cb6d74954e4842dc3ac35c47adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:11:20 +0000 Subject: [PATCH] Bump google-cloud-firestore from 2.14.0 to 2.18.0 Bumps [google-cloud-firestore](https://github.com/googleapis/python-firestore) from 2.14.0 to 2.18.0. - [Release notes](https://github.com/googleapis/python-firestore/releases) - [Changelog](https://github.com/googleapis/python-firestore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-firestore/compare/v2.14.0...v2.18.0) --- updated-dependencies: - dependency-name: google-cloud-firestore 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..b259c31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ apache-beam[gcp]==2.54.0 -google-cloud-firestore==2.14.0 +google-cloud-firestore==2.18.0 black==24.3.0 coverage>=6.4.4 diff --git a/setup.py b/setup.py index 6038a65..5477883 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.54.0", "google-cloud-firestore==2.18.0"], package_data={"schema": ["*.json"]}, )