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

Commit ec65efe

Browse files
Bump google-cloud-firestore from 2.14.0 to 2.15.0
Bumps [google-cloud-firestore](https://github.com/googleapis/python-firestore) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/googleapis/python-firestore/releases) - [Changelog](https://github.com/googleapis/python-firestore/blob/main/CHANGELOG.md) - [Commits](googleapis/python-firestore@v2.14.0...v2.15.0) --- updated-dependencies: - dependency-name: google-cloud-firestore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d047906 commit ec65efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apache-beam[gcp]==2.54.0
2-
google-cloud-firestore==2.14.0
2+
google-cloud-firestore==2.15.0
33
black==24.3.0
44
coverage>=6.4.4

setup.py

+1-1
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.54.0", "google-cloud-firestore==2.15.0"],
88
package_data={"schema": ["*.json"]},
99
)

0 commit comments

Comments
 (0)