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 click from 8.0.1 to 8.0.4 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
114 changes: 111 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,38 @@
#
# pip-compile-multi
#
-r docs.txt
-r tests.txt
-r typing.txt
alabaster==0.7.12
# via sphinx
asgiref==3.5.2
# via -r requirements/tests.in
attrs==22.1.0
# via pytest
babel==2.10.3
# via sphinx
blinker==1.5
# via -r requirements/tests.in
build==0.8.0
# via pip-tools
certifi==2022.6.15
# via requests
cffi==1.15.1
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.1.0
# via requests
click==8.1.3
# via
# pip-compile-multi
# pip-tools
cryptography==37.0.4
# via -r requirements/typing.in
distlib==0.3.5
# via virtualenv
docutils==0.17.1
# via
# sphinx
# sphinx-tabs
filelock==3.7.1
# via
# tox
Expand All @@ -26,8 +45,31 @@ greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
identify==2.5.3
# via pre-commit
idna==3.3
# via requests
imagesize==1.4.1
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
mypy==0.971
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
nodeenv==1.7.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.13.0
# via build
pip-compile-multi==2.4.6
Expand All @@ -36,20 +78,86 @@ pip-tools==6.8.0
# via pip-compile-multi
platformdirs==2.5.2
# via virtualenv
pluggy==1.0.0
# via
# pytest
# tox
pre-commit==2.20.0
# via -r requirements/dev.in
py==1.11.0
# via
# pytest
# tox
pycparser==2.21
# via cffi
pygments==2.12.0
# via
# sphinx
# sphinx-tabs
pyparsing==3.0.9
# via packaging
pytest==7.1.2
# via -r requirements/tests.in
python-dotenv==0.20.0
# via -r requirements/tests.in
pytz==2022.1
# via babel
pyyaml==6.0
# via pre-commit
requests==2.28.1
# via sphinx
six==1.16.0
# via tox
snowballstemmer==2.2.0
# via sphinx
sphinx==4.5.0
# via
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-issues==3.0.1
# via -r requirements/docs.in
sphinx-tabs==3.3.1
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
toml==0.10.2
# via
# pre-commit
# tox
tomli==2.0.1
# via
# build
# mypy
# pytest
toposort==1.7
# via pip-compile-multi
tox==3.25.1
# via -r requirements/dev.in
types-contextvars==2.4.7
# via -r requirements/typing.in
types-dataclasses==0.6.6
# via -r requirements/typing.in
types-setuptools==63.2.3
# via -r requirements/typing.in
typing-extensions==4.3.0
# via mypy
urllib3==1.26.11
# via requests
virtualenv==20.16.2
# via
# pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests-pallets-min.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Werkzeug==2.0.0
Jinja2==3.0.0
MarkupSafe==2.0.0
itsdangerous==2.0.0
click==8.0.0
click==8.1.3
2 changes: 1 addition & 1 deletion requirements/tests-pallets-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# pip-compile-multi
#
click==8.0.0
click==8.1.3
# via -r requirements/tests-pallets-min.in
itsdangerous==2.0.0
# via -r requirements/tests-pallets-min.in
Expand Down