Skip to content

Commit b67ebf3

Browse files
committed
Bump to v2.19.0
1 parent 97c6a4c commit b67ebf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
99
cachecontrol >= 0.12.14
1010
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
1111
google-api-python-client >= 1.7.8
12-
google-cloud-firestore >= 2.12.0; platform.python_implementation != 'PyPy'
12+
google-cloud-firestore >= 2.19.0; platform.python_implementation != 'PyPy'
1313
google-cloud-storage >= 1.37.1
1414
pyjwt[crypto] >= 2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'cachecontrol>=0.12.14',
4141
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"',
4242
'google-api-python-client >= 1.7.8',
43-
'google-cloud-firestore>=2.12.0; platform.python_implementation != "PyPy"',
43+
'google-cloud-firestore>=2.19.0; platform.python_implementation != "PyPy"',
4444
'google-cloud-storage>=1.37.1',
4545
'pyjwt[crypto] >= 2.5.0',
4646
]

0 commit comments

Comments
 (0)