File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
9
9
cachecontrol >= 0.12.14
10
10
google-api-core [grpc ] >= 1.22.1 , < 3.0.0dev ; platform.python_implementation != 'PyPy'
11
11
google-api-python-client >= 1.7.8
12
- google-cloud-firestore >= 2.9.1 ; platform.python_implementation != 'PyPy'
12
+ google-cloud-firestore >= 2.19.0 ; platform.python_implementation != 'PyPy'
13
13
google-cloud-storage >= 1.37.1
14
14
pyjwt [crypto ] >= 2.5.0
Original file line number Diff line number Diff line change 40
40
'cachecontrol>=0.12.14' ,
41
41
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"' ,
42
42
'google-api-python-client >= 1.7.8' ,
43
- 'google-cloud-firestore>=2.9.1 ; platform.python_implementation != "PyPy"' ,
43
+ 'google-cloud-firestore>=2.19.0 ; platform.python_implementation != "PyPy"' ,
44
44
'google-cloud-storage>=1.37.1' ,
45
45
'pyjwt[crypto] >= 2.5.0' ,
46
46
]
You can’t perform that action at this time.
0 commit comments