From 7f4d3b73180ee088a69d8dda7adecb8f8bda292f Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 30 Jan 2023 09:48:27 -0500 Subject: [PATCH] build(deps): bump dependency versions --- Makefile | 6 +++--- requirements/base.txt | 2 +- requirements/dev.txt | 31 +++++++++++++++---------------- requirements/test.txt | 4 ++-- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 4d6d9557..cea2b31c 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,13 @@ install-dev: ## pip-compile: compiles all base/dev/test requirements .PHONY: pip-compile pip-compile: - pip-compile -o requirements/base.txt + pip-compile --upgrade -o requirements/base.txt # NOTE(robinson) - We want the dependencies for detectron2 in the requirements.txt, but not # the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of # operations issue related to the torch library causes the install to fail sed 's/^detectron2 @/# detectron2 @/g' requirements/base.txt - pip-compile requirements/dev.in - pip-compile requirements/test.in + pip-compile --upgrade requirements/dev.in + pip-compile --upgrade requirements/test.in ########## # Docker # diff --git a/requirements/base.txt b/requirements/base.txt index d56a0262..9c47938c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ fonttools==4.38.0 # via matplotlib h11==0.14.0 # via uvicorn -huggingface-hub==0.11.1 +huggingface-hub==0.12.0 # via # timm # unstructured-inference (setup.py) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0a68ebff..955df12c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -37,14 +37,12 @@ click==8.1.3 # via pip-tools comm==0.1.2 # via ipykernel -debugpy==1.6.5 +debugpy==1.6.6 # via ipykernel decorator==5.1.1 # via ipython defusedxml==0.7.1 # via nbconvert -entrypoints==0.4 - # via jupyter-client executing==1.2.0 # via stack-data fastjsonschema==2.16.2 @@ -56,10 +54,12 @@ idna==3.4 # anyio # jsonschema importlib-metadata==6.0.0 - # via nbconvert + # via + # jupyter-client + # nbconvert importlib-resources==5.10.2 # via jsonschema -ipykernel==6.20.2 +ipykernel==6.21.0 # via # ipywidgets # jupyter @@ -67,7 +67,7 @@ ipykernel==6.20.2 # nbclassic # notebook # qtconsole -ipython==8.8.0 +ipython==8.9.0 # via # -r requirements/dev.in # ipykernel @@ -98,7 +98,7 @@ jsonschema[format-nongpl]==4.17.3 # nbformat jupyter==1.0.0 # via -r requirements/dev.in -jupyter-client==7.4.9 +jupyter-client==8.0.2 # via # ipykernel # jupyter-console @@ -109,8 +109,9 @@ jupyter-client==7.4.9 # qtconsole jupyter-console==6.4.4 # via jupyter -jupyter-core==5.1.3 +jupyter-core==5.2.0 # via + # ipykernel # jupyter-client # jupyter-server # nbclassic @@ -141,11 +142,11 @@ matplotlib-inline==0.1.6 # ipython mistune==2.0.4 # via nbconvert -nbclassic==0.4.8 +nbclassic==0.5.1 # via notebook nbclient==0.7.2 # via nbconvert -nbconvert==7.2.8 +nbconvert==7.2.9 # via # jupyter # jupyter-server @@ -160,8 +161,6 @@ nbformat==5.7.3 # notebook nest-asyncio==1.5.6 # via - # ipykernel - # jupyter-client # nbclassic # notebook notebook==6.5.2 @@ -189,7 +188,7 @@ pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.6.2 # via jupyter-core -prometheus-client==0.15.0 +prometheus-client==0.16.0 # via # jupyter-server # nbclassic @@ -283,7 +282,7 @@ tornado==6.2 # nbclassic # notebook # terminado -traitlets==5.8.1 +traitlets==5.9.0 # via # comm # ipykernel @@ -310,13 +309,13 @@ webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.4.2 +websocket-client==1.5.0 # via jupyter-server wheel==0.38.4 # via pip-tools widgetsnbextension==4.0.5 # via ipywidgets -zipp==3.11.0 +zipp==3.12.0 # via # importlib-metadata # importlib-resources diff --git a/requirements/test.txt b/requirements/test.txt index 1e31fbc7..fab3639d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -21,7 +21,7 @@ click==8.1.3 # via # -r requirements/test.in # black -coverage[toml]==7.0.5 +coverage[toml]==7.1.0 # via # -r requirements/test.in # pytest-cov @@ -59,7 +59,7 @@ mypy-extensions==0.4.3 # mypy packaging==23.0 # via pytest -pathspec==0.10.3 +pathspec==0.11.0 # via black platformdirs==2.6.2 # via black