Skip to content

Commit

Permalink
build(deps): bump dependency versions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson authored Jan 30, 2023
1 parent fc3a653 commit 5d84859
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
31 changes: 15 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,18 +54,20 @@ 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
# jupyter-console
# nbclassic
# notebook
# qtconsole
ipython==8.8.0
ipython==8.9.0
# via
# -r requirements/dev.in
# ipykernel
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -160,8 +161,6 @@ nbformat==5.7.3
# notebook
nest-asyncio==1.5.6
# via
# ipykernel
# jupyter-client
# nbclassic
# notebook
notebook==6.5.2
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -283,7 +282,7 @@ tornado==6.2
# nbclassic
# notebook
# terminado
traitlets==5.8.1
traitlets==5.9.0
# via
# comm
# ipykernel
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d84859

Please sign in to comment.