Skip to content

Commit c886dfa

Browse files
authored
chore(deps): update dependency google-cloud-firestore to v2.7.1 (GoogleCloudPlatform#506)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-firestore](https://togithub.com/googleapis/python-firestore) | `==2.7.0` -> `==2.7.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-firestore/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-firestore/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-firestore/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-firestore/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTMuMiIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4yIn0=-->
1 parent bad2030 commit c886dfa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

background/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-firestore==2.7.0
1+
google-cloud-firestore==2.7.1
22
google-cloud-pubsub==2.13.7
33
flask==2.2.2

background/function/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-translate==3.8.3
2-
google-cloud-firestore==2.7.0
2+
google-cloud-firestore==2.7.1

bookshelf/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.2.2
2-
google-cloud-firestore==2.7.0
2+
google-cloud-firestore==2.7.1
33
google-cloud-storage==2.5.0
44
google-cloud-error-reporting==1.6.2
55
google-cloud-logging==3.2.4

sessions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-firestore==2.7.0
1+
google-cloud-firestore==2.7.1
22
flask==2.2.2

0 commit comments

Comments
 (0)