Skip to content

Commit

Permalink
chore: update requirements-dev.txt with pip-compile
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
  • Loading branch information
SpotlightKid committed Jul 26, 2023
1 parent 87b76ad commit 1b19289
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url --resolver=backtracking requirements-dev.in
# pip-compile --no-emit-index-url requirements-dev.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -12,28 +12,28 @@ build==0.10.0
# via pip-tools
cachetools==5.3.1
# via tox
certifi==2023.5.7
certifi==2023.7.22
# via requests
chardet==5.1.0
# via tox
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via pip-tools
colorama==0.4.6
# via tox
coverage==7.2.7
# via -r requirements-dev.in
cython==0.29.35
cython==3.0.0
# via -r requirements-dev.in
distlib==0.3.6
distlib==0.3.7
# via virtualenv
docutils==0.18.1
# via
# myst-parser
# sphinx
# sphinx-rtd-theme
filelock==3.12.1
filelock==3.12.2
# via
# tox
# virtualenv
Expand All @@ -49,19 +49,19 @@ jinja2==3.1.2
# via
# myst-parser
# sphinx
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via flake8
mdit-py-plugins==0.3.5
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==1.0.0
myst-parser==2.0.0
# via -r requirements-dev.in
packaging==23.1
# via
Expand All @@ -70,13 +70,13 @@ packaging==23.1
# pytest
# sphinx
# tox
pip-tools==6.13.0
pip-tools==7.1.0
# via -r requirements-dev.in
platformdirs==3.5.3
platformdirs==3.9.1
# via
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# pytest
# tox
Expand All @@ -88,13 +88,13 @@ pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via sphinx
pyproject-api==1.5.1
pyproject-api==1.5.3
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.3.2
pytest==7.4.0
# via -r requirements-dev.in
pyyaml==6.0
pyyaml==6.0.1
# via myst-parser
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -124,13 +124,13 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tox==4.6.0
tox==4.6.4
# via -r requirements-dev.in
urllib3==2.0.3
urllib3==2.0.4
# via requests
virtualenv==20.23.0
virtualenv==20.24.2
# via tox
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 1b19289

Please sign in to comment.