File tree Expand file tree Collapse file tree 6 files changed +20
-7
lines changed
Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ alabaster==0.7.12
88 # via sphinx
99babel == 2.10.3
1010 # via sphinx
11- certifi == 2022.9.24
12- # via requests
11+ certifi == 2022.12.7
12+ # via
13+ # -r requirements/build.in
14+ # requests
1315charset-normalizer == 2.1.1
1416 # via requests
1517docutils == 0.17.1
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ argilla==1.1.1
88 # via unstructured (setup.py)
99backoff==2.2.1
1010 # via argilla
11- certifi==2022.9.24
12- # via httpx
11+ certifi==2022.12.7
12+ # via
13+ # httpx
14+ # unstructured (setup.py)
1315click==8.1.3
1416 # via nltk
1517deprecated==1.2.13
Original file line number Diff line number Diff line change 11sphinx
22sphinx_rtd_theme
3+
4+ # NOTE(robinson) - The following dependencies are pinned to address security scans
5+ certifi>=2022.12.07
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ alabaster==0.7.12
88 # via sphinx
99babel==2.10.3
1010 # via sphinx
11- certifi==2022.9.24
12- # via requests
11+ certifi==2022.12.7
12+ # via
13+ # -r requirements/build.in
14+ # requests
1315charset-normalizer==2.1.1
1416 # via requests
1517docutils==0.17.1
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ argilla==1.1.1
88 # via unstructured (setup.py)
99backoff==2.2.1
1010 # via argilla
11- certifi==2022.9.24
11+ certifi==2022.12.7
1212 # via
1313 # httpx
1414 # requests
15+ # unstructured (setup.py)
1516charset-normalizer==2.1.1
1617 # via requests
1718click==8.1.3
Original file line number Diff line number Diff line change 5151 "lxml" ,
5252 "nltk" ,
5353 "argilla" ,
54+ # NOTE(robinson) - The following dependencies are pinned
55+ # to address security scans
56+ "certifi>=2022.12.07" ,
5457 ],
5558 extras_require = {
5659 "huggingface" : [
You can’t perform that action at this time.
0 commit comments