From c19fa089024632b85e94cec2dd23a7419e66b979 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 18 Oct 2023 14:07:54 +0200 Subject: [PATCH] chore: update requirements-dev.txt with pip-compile (#183) Signed-off-by: Christopher Arndt --- Makefile | 2 +- requirements-dev.txt | 65 ++++++++++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/Makefile b/Makefile index d6b41b24..85503d07 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ release_upload: release $(PYTHON) -m twine upload --skip-existing dist/*.tar.gz dist/*.whl requirements-dev.txt: requirements-dev.in - pip-compile --quiet --resolver=backtracking --no-emit-index-url "$<" > "$@" + pip-compile --quiet --resolver=backtracking --no-emit-index-url --strip-extras "$<" > "$@" requirements: requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e128c29..d52ec878 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,29 +2,29 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --no-emit-index-url requirements-dev.in +# pip-compile --no-emit-index-url --strip-extras requirements-dev.in # alabaster==0.7.13 # via sphinx -babel==2.12.1 +babel==2.13.0 # via sphinx -build==0.10.0 +build==1.0.3 # via pip-tools cachetools==5.3.1 # via tox certifi==2023.7.22 # via requests -chardet==5.1.0 +chardet==5.2.0 # via tox -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 # via requests -click==8.1.6 +click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -coverage==7.2.7 +coverage==7.3.2 # via -r requirements-dev.in -cython==3.0.0 +cython==3.0.4 # via -r requirements-dev.in distlib==0.3.7 # via virtualenv @@ -33,11 +33,11 @@ docutils==0.18.1 # myst-parser # sphinx # sphinx-rtd-theme -filelock==3.12.2 +filelock==3.12.4 # via # tox # virtualenv -flake8==6.0.0 +flake8==6.1.0 # via -r requirements-dev.in idna==3.4 # via requests @@ -63,36 +63,36 @@ mdurl==0.1.2 # via markdown-it-py myst-parser==2.0.0 # via -r requirements-dev.in -packaging==23.1 +packaging==23.2 # via # build # pyproject-api # pytest # sphinx # tox -pip-tools==7.1.0 +pip-tools==7.3.0 # via -r requirements-dev.in -platformdirs==3.9.1 +platformdirs==3.11.0 # via # tox # virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via # pytest # tox -pycodestyle==2.10.0 +pycodestyle==2.11.1 # via flake8 pydocstyle==6.3.0 # via -r requirements-dev.in -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 -pygments==2.15.1 +pygments==2.16.1 # via sphinx -pyproject-api==1.5.3 +pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build -pytest==7.4.0 +pytest==7.4.2 # via -r requirements-dev.in pyyaml==6.0.1 # via myst-parser @@ -102,35 +102,40 @@ snowballstemmer==2.2.0 # via # pydocstyle # sphinx -sphinx==6.2.1 +sphinx==7.2.6 # via # -r requirements-dev.in # myst-parser # sphinx-rtd-theme + # sphinxcontrib-applehelp + # sphinxcontrib-devhelp + # sphinxcontrib-htmlhelp # sphinxcontrib-jquery -sphinx-rtd-theme==1.2.2 + # sphinxcontrib-qthelp + # sphinxcontrib-serializinghtml +sphinx-rtd-theme==1.3.0 # via -r requirements-dev.in -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==1.0.7 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==1.0.5 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.0.4 # via sphinx sphinxcontrib-jquery==4.1 # via sphinx-rtd-theme sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==1.0.6 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==1.1.9 # via sphinx -tox==4.6.4 +tox==4.11.3 # via -r requirements-dev.in -urllib3==2.0.4 +urllib3==2.0.7 # via requests -virtualenv==20.24.2 +virtualenv==20.24.5 # via tox -wheel==0.41.0 +wheel==0.41.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: