File tree Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ install-dev:
4242# # pip-compile: compiles all base/dev/test requirements
4343.PHONY : pip-compile
4444pip-compile :
45- pip-compile -o requirements/base.txt
45+ pip-compile --upgrade - o requirements/base.txt
4646 # NOTE(robinson) - We want the dependencies for detectron2 in the requirements.txt, but not
4747 # the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of
4848 # operations issue related to the torch library causes the install to fail
4949 sed ' s/^detectron2 @/# detectron2 @/g' requirements/base.txt
50- pip-compile requirements/dev.in
51- pip-compile requirements/test.in
50+ pip-compile --upgrade requirements/dev.in
51+ pip-compile --upgrade requirements/test.in
5252
5353# #########
5454# Docker #
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fonttools==4.38.0
3434 # via matplotlib
3535h11==0.14.0
3636 # via uvicorn
37- huggingface-hub==0.11.1
37+ huggingface-hub==0.12.0
3838 # via
3939 # timm
4040 # unstructured-inference (setup.py)
Original file line number Diff line number Diff line change @@ -37,14 +37,12 @@ click==8.1.3
3737 # via pip-tools
3838comm==0.1.2
3939 # via ipykernel
40- debugpy==1.6.5
40+ debugpy==1.6.6
4141 # via ipykernel
4242decorator==5.1.1
4343 # via ipython
4444defusedxml==0.7.1
4545 # via nbconvert
46- entrypoints==0.4
47- # via jupyter-client
4846executing==1.2.0
4947 # via stack-data
5048fastjsonschema==2.16.2
@@ -56,18 +54,20 @@ idna==3.4
5654 # anyio
5755 # jsonschema
5856importlib-metadata==6.0.0
59- # via nbconvert
57+ # via
58+ # jupyter-client
59+ # nbconvert
6060importlib-resources==5.10.2
6161 # via jsonschema
62- ipykernel==6.20.2
62+ ipykernel==6.21.0
6363 # via
6464 # ipywidgets
6565 # jupyter
6666 # jupyter-console
6767 # nbclassic
6868 # notebook
6969 # qtconsole
70- ipython==8.8 .0
70+ ipython==8.9 .0
7171 # via
7272 # -r requirements/dev.in
7373 # ipykernel
@@ -98,7 +98,7 @@ jsonschema[format-nongpl]==4.17.3
9898 # nbformat
9999jupyter==1.0.0
100100 # via -r requirements/dev.in
101- jupyter-client==7.4.9
101+ jupyter-client==8.0.2
102102 # via
103103 # ipykernel
104104 # jupyter-console
@@ -109,8 +109,9 @@ jupyter-client==7.4.9
109109 # qtconsole
110110jupyter-console==6.4.4
111111 # via jupyter
112- jupyter-core==5.1.3
112+ jupyter-core==5.2.0
113113 # via
114+ # ipykernel
114115 # jupyter-client
115116 # jupyter-server
116117 # nbclassic
@@ -141,11 +142,11 @@ matplotlib-inline==0.1.6
141142 # ipython
142143mistune==2.0.4
143144 # via nbconvert
144- nbclassic==0.4.8
145+ nbclassic==0.5.1
145146 # via notebook
146147nbclient==0.7.2
147148 # via nbconvert
148- nbconvert==7.2.8
149+ nbconvert==7.2.9
149150 # via
150151 # jupyter
151152 # jupyter-server
@@ -160,8 +161,6 @@ nbformat==5.7.3
160161 # notebook
161162nest-asyncio==1.5.6
162163 # via
163- # ipykernel
164- # jupyter-client
165164 # nbclassic
166165 # notebook
167166notebook==6.5.2
@@ -189,7 +188,7 @@ pkgutil-resolve-name==1.3.10
189188 # via jsonschema
190189platformdirs==2.6.2
191190 # via jupyter-core
192- prometheus-client==0.15 .0
191+ prometheus-client==0.16 .0
193192 # via
194193 # jupyter-server
195194 # nbclassic
@@ -283,7 +282,7 @@ tornado==6.2
283282 # nbclassic
284283 # notebook
285284 # terminado
286- traitlets==5.8.1
285+ traitlets==5.9.0
287286 # via
288287 # comm
289288 # ipykernel
@@ -310,13 +309,13 @@ webencodings==0.5.1
310309 # via
311310 # bleach
312311 # tinycss2
313- websocket-client==1.4.2
312+ websocket-client==1.5.0
314313 # via jupyter-server
315314wheel==0.38.4
316315 # via pip-tools
317316widgetsnbextension==4.0.5
318317 # via ipywidgets
319- zipp==3.11 .0
318+ zipp==3.12 .0
320319 # via
321320 # importlib-metadata
322321 # importlib-resources
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ click==8.1.3
2121 # via
2222 # -r requirements/test.in
2323 # black
24- coverage[toml]==7.0.5
24+ coverage[toml]==7.1.0
2525 # via
2626 # -r requirements/test.in
2727 # pytest-cov
@@ -59,7 +59,7 @@ mypy-extensions==0.4.3
5959 # mypy
6060packaging==23.0
6161 # via pytest
62- pathspec==0.10.3
62+ pathspec==0.11.0
6363 # via black
6464platformdirs==2.6.2
6565 # via black
You can’t perform that action at this time.
0 commit comments