Skip to content

Commit

Permalink
chore: update requirements-dev.txt with pip-compile (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid authored Oct 18, 2023
1 parent 4d26ba4 commit c19fa08
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
65 changes: 35 additions & 30 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c19fa08

Please sign in to comment.