Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pip-tools from 6.4.0 to 6.12.3 in /requirements #50

Open
wants to merge 1 commit into
base: 3.0.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ attrs==21.4.0
# via pytest
babel==2.9.1
# via sphinx
build==0.10.0
# via pip-tools
certifi==2021.10.8
# via requests
cfgv==3.3.1
Expand Down Expand Up @@ -39,31 +41,30 @@ jinja2==3.0.3
markupsafe==2.0.1
# via jinja2
mypy==0.931
# via -r requirements/typing.in
# via -r typing.in
mypy-extensions==0.4.3
# via mypy
nodeenv==1.6.0
# via pre-commit
packaging==21.3
# via
# build
# pallets-sphinx-themes
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.0.2
# via -r requirements/docs.in
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/dev.in
# via -r docs.in
pip-tools==6.12.3
# via -r dev.in
platformdirs==2.4.1
# via virtualenv
pluggy==1.0.0
# via
# pytest
# tox
pre-commit==2.16.0
# via -r requirements/dev.in
# via -r dev.in
py==1.11.0
# via
# pytest
Expand All @@ -72,8 +73,10 @@ pygments==2.11.2
# via sphinx
pyparsing==3.0.6
# via packaging
pyproject-hooks==1.0.0
# via build
pytest==6.2.5
# via -r requirements/tests.in
# via -r tests.in
pytz==2021.3
# via babel
pyyaml==6.0
Expand All @@ -88,12 +91,12 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.2
# via
# -r requirements/docs.in
# -r docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinxcontrib-log-cabinet
sphinx-issues==3.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -103,7 +106,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
Expand All @@ -114,11 +117,9 @@ toml==0.10.2
# pytest
# tox
tomli==2.0.0
# via
# mypy
# pep517
# via mypy
tox==3.24.5
# via -r requirements/dev.in
# via -r dev.in
typing-extensions==4.0.1
# via mypy
urllib3==1.26.8
Expand Down