Merge pull request #4232 from pallets/update-requirements

Update requirements
This commit is contained in:
David Lord 2021-08-10 06:59:35 -07:00 committed by GitHub
commit 4820737188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 85 additions and 58 deletions

View File

@ -2,19 +2,19 @@ ci:
autoupdate_schedule: monthly autoupdate_schedule: monthly
repos: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.15.0 rev: v2.23.3
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py36-plus"] args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0 rev: v2.6.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
name: Reorder Python imports (src, tests) name: Reorder Python imports (src, tests)
files: "^(?!examples/)" files: "^(?!examples/)"
args: ["--application-directories", "src"] args: ["--application-directories", "src"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.5b1 rev: 21.7b0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
@ -25,7 +25,7 @@ repos:
- flake8-bugbear - flake8-bugbear
- flake8-implicit-str-concat - flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 rev: v4.0.1
hooks: hooks:
- id: fix-byte-order-marker - id: fix-byte-order-marker
- id: trailing-whitespace - id: trailing-whitespace

View File

@ -1,30 +1,34 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile requirements/dev.in # pip-compile requirements/dev.in
# #
alabaster==0.7.12 alabaster==0.7.12
# via sphinx # via sphinx
appdirs==1.4.4 asgiref==3.4.1
# via virtualenv
asgiref==3.3.4
# via -r requirements/tests.in # via -r requirements/tests.in
attrs==21.2.0 attrs==21.2.0
# via pytest # via pytest
babel==2.9.1 babel==2.9.1
# via sphinx # via sphinx
backports.entry-points-selectable==1.1.0
# via virtualenv
blinker==1.4 blinker==1.4
# via -r requirements/tests.in # via -r requirements/tests.in
certifi==2020.12.5 certifi==2021.5.30
# via requests # via requests
cffi==1.14.6
# via cryptography
cfgv==3.3.0 cfgv==3.3.0
# via pre-commit # via pre-commit
chardet==4.0.0 charset-normalizer==2.0.4
# via requests # via requests
click==8.0.1 click==8.0.1
# via pip-tools # via pip-tools
distlib==0.3.1 cryptography==3.4.7
# via -r requirements/typing.in
distlib==0.3.2
# via virtualenv # via virtualenv
docutils==0.16 docutils==0.16
# via # via
@ -34,11 +38,11 @@ filelock==3.0.12
# via # via
# tox # tox
# virtualenv # virtualenv
greenlet==1.1.0 greenlet==1.1.1
# via -r requirements/tests.in # via -r requirements/tests.in
identify==2.2.4 identify==2.2.13
# via pre-commit # via pre-commit
idna==2.10 idna==3.2
# via requests # via requests
imagesize==1.2.0 imagesize==1.2.0
# via sphinx # via sphinx
@ -48,13 +52,13 @@ jinja2==3.0.1
# via sphinx # via sphinx
markupsafe==2.0.1 markupsafe==2.0.1
# via jinja2 # via jinja2
mypy==0.910
# via -r requirements/typing.in
mypy-extensions==0.4.3 mypy-extensions==0.4.3
# via mypy # via mypy
mypy==0.812
# via -r requirements/typing.in
nodeenv==1.6.0 nodeenv==1.6.0
# via pre-commit # via pre-commit
packaging==20.9 packaging==21.0
# via # via
# pallets-sphinx-themes # pallets-sphinx-themes
# pytest # pytest
@ -62,20 +66,24 @@ packaging==20.9
# tox # tox
pallets-sphinx-themes==2.0.1 pallets-sphinx-themes==2.0.1
# via -r requirements/docs.in # via -r requirements/docs.in
pep517==0.10.0 pep517==0.11.0
# via pip-tools # via pip-tools
pip-tools==6.1.0 pip-tools==6.2.0
# via -r requirements/dev.in # via -r requirements/dev.in
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1 pluggy==0.13.1
# via # via
# pytest # pytest
# tox # tox
pre-commit==2.12.1 pre-commit==2.14.0
# via -r requirements/dev.in # via -r requirements/dev.in
py==1.10.0 py==1.10.0
# via # via
# pytest # pytest
# tox # tox
pycparser==2.20
# via cffi
pygments==2.9.0 pygments==2.9.0
# via # via
# sphinx # sphinx
@ -84,13 +92,13 @@ pyparsing==2.4.7
# via packaging # via packaging
pytest==6.2.4 pytest==6.2.4
# via -r requirements/tests.in # via -r requirements/tests.in
python-dotenv==0.17.1 python-dotenv==0.19.0
# via -r requirements/tests.in # via -r requirements/tests.in
pytz==2021.1 pytz==2021.1
# via babel # via babel
pyyaml==5.4.1 pyyaml==5.4.1
# via pre-commit # via pre-commit
requests==2.25.1 requests==2.26.0
# via sphinx # via sphinx
six==1.16.0 six==1.16.0
# via # via
@ -98,22 +106,22 @@ six==1.16.0
# virtualenv # virtualenv
snowballstemmer==2.1.0 snowballstemmer==2.1.0
# via sphinx # via sphinx
sphinx-issues==1.2.0 sphinx==4.1.2
# via -r requirements/docs.in
sphinx-tabs==3.0.0
# via -r requirements/docs.in
sphinx==4.0.2
# via # via
# -r requirements/docs.in # -r requirements/docs.in
# pallets-sphinx-themes # pallets-sphinx-themes
# sphinx-issues # sphinx-issues
# sphinx-tabs # sphinx-tabs
# sphinxcontrib-log-cabinet # sphinxcontrib-log-cabinet
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx-tabs==3.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2 sphinxcontrib-applehelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==1.0.3 sphinxcontrib-htmlhelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
# via sphinx # via sphinx
@ -121,26 +129,32 @@ sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in # via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==1.0.3
# via sphinx # via sphinx
sphinxcontrib-serializinghtml==1.1.4 sphinxcontrib-serializinghtml==1.1.5
# via sphinx # via sphinx
toml==0.10.2 toml==0.10.2
# via # via
# pep517 # mypy
# pre-commit # pre-commit
# pytest # pytest
# tox # tox
tox==3.23.1 tomli==1.2.1
# via pep517
tox==3.24.1
# via -r requirements/dev.in # via -r requirements/dev.in
typed-ast==1.4.3 types-dataclasses==0.1.7
# via mypy # via -r requirements/typing.in
types-setuptools==57.0.2
# via -r requirements/typing.in
typing-extensions==3.10.0.0 typing-extensions==3.10.0.0
# via mypy # via mypy
urllib3==1.26.4 urllib3==1.26.6
# via requests # via requests
virtualenv==20.4.6 virtualenv==20.7.1
# via # via
# pre-commit # pre-commit
# tox # tox
wheel==0.37.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip

View File

@ -1,5 +1,5 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile requirements/docs.in # pip-compile requirements/docs.in
@ -8,15 +8,15 @@ alabaster==0.7.12
# via sphinx # via sphinx
babel==2.9.1 babel==2.9.1
# via sphinx # via sphinx
certifi==2020.12.5 certifi==2021.5.30
# via requests # via requests
chardet==4.0.0 charset-normalizer==2.0.4
# via requests # via requests
docutils==0.16 docutils==0.16
# via # via
# sphinx # sphinx
# sphinx-tabs # sphinx-tabs
idna==2.10 idna==3.2
# via requests # via requests
imagesize==1.2.0 imagesize==1.2.0
# via sphinx # via sphinx
@ -24,7 +24,7 @@ jinja2==3.0.1
# via sphinx # via sphinx
markupsafe==2.0.1 markupsafe==2.0.1
# via jinja2 # via jinja2
packaging==20.9 packaging==21.0
# via # via
# pallets-sphinx-themes # pallets-sphinx-themes
# sphinx # sphinx
@ -38,26 +38,26 @@ pyparsing==2.4.7
# via packaging # via packaging
pytz==2021.1 pytz==2021.1
# via babel # via babel
requests==2.25.1 requests==2.26.0
# via sphinx # via sphinx
snowballstemmer==2.1.0 snowballstemmer==2.1.0
# via sphinx # via sphinx
sphinx-issues==1.2.0 sphinx==4.1.2
# via -r requirements/docs.in
sphinx-tabs==3.0.0
# via -r requirements/docs.in
sphinx==4.0.2
# via # via
# -r requirements/docs.in # -r requirements/docs.in
# pallets-sphinx-themes # pallets-sphinx-themes
# sphinx-issues # sphinx-issues
# sphinx-tabs # sphinx-tabs
# sphinxcontrib-log-cabinet # sphinxcontrib-log-cabinet
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx-tabs==3.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2 sphinxcontrib-applehelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==1.0.3 sphinxcontrib-htmlhelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
# via sphinx # via sphinx
@ -65,9 +65,9 @@ sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in # via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==1.0.3
# via sphinx # via sphinx
sphinxcontrib-serializinghtml==1.1.4 sphinxcontrib-serializinghtml==1.1.5
# via sphinx # via sphinx
urllib3==1.26.4 urllib3==1.26.6
# via requests # via requests
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:

View File

@ -1,20 +1,20 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile requirements/tests.in # pip-compile requirements/tests.in
# #
asgiref==3.3.4 asgiref==3.4.1
# via -r requirements/tests.in # via -r requirements/tests.in
attrs==21.2.0 attrs==21.2.0
# via pytest # via pytest
blinker==1.4 blinker==1.4
# via -r requirements/tests.in # via -r requirements/tests.in
greenlet==1.1.0 greenlet==1.1.1
# via -r requirements/tests.in # via -r requirements/tests.in
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
packaging==20.9 packaging==21.0
# via pytest # via pytest
pluggy==0.13.1 pluggy==0.13.1
# via pytest # via pytest
@ -24,7 +24,7 @@ pyparsing==2.4.7
# via packaging # via packaging
pytest==6.2.4 pytest==6.2.4
# via -r requirements/tests.in # via -r requirements/tests.in
python-dotenv==0.17.1 python-dotenv==0.19.0
# via -r requirements/tests.in # via -r requirements/tests.in
toml==0.10.2 toml==0.10.2
# via pytest # via pytest

View File

@ -1 +1,4 @@
mypy mypy
types-dataclasses
types-setuptools
cryptography

View File

@ -1,14 +1,24 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile requirements/typing.in # pip-compile requirements/typing.in
# #
cffi==1.14.6
# via cryptography
cryptography==3.4.7
# via -r requirements/typing.in
mypy==0.910
# via -r requirements/typing.in
mypy-extensions==0.4.3 mypy-extensions==0.4.3
# via mypy # via mypy
mypy==0.812 pycparser==2.20
# via -r requirements/typing.in # via cffi
typed-ast==1.4.3 toml==0.10.2
# via mypy # via mypy
types-dataclasses==0.1.7
# via -r requirements/typing.in
types-setuptools==57.0.2
# via -r requirements/typing.in
typing-extensions==3.10.0.0 typing-extensions==3.10.0.0
# via mypy # via mypy