diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5919a664..e4b8d0f97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: reorder-python-imports args: ["--application-directories", "src"] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] diff --git a/requirements/dev.txt b/requirements/dev.txt index b212c8927..53f069cc5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile requirements/dev.in @@ -12,41 +12,41 @@ babel==2.9.1 # via sphinx backports.entry-points-selectable==1.1.0 # via virtualenv -certifi==2021.5.30 +certifi==2021.10.8 # via requests cfgv==3.3.1 # via pre-commit -charset-normalizer==2.0.6 +charset-normalizer==2.0.7 # via requests -click==8.0.1 +click==8.0.3 # via pip-tools distlib==0.3.3 # via virtualenv docutils==0.17.1 # via sphinx -filelock==3.3.0 +filelock==3.3.2 # via # tox # virtualenv -identify==2.3.0 +identify==2.3.3 # via pre-commit -idna==3.2 +idna==3.3 # via requests imagesize==1.2.0 # via sphinx iniconfig==1.1.1 # via pytest -jinja2==3.0.1 +jinja2==3.0.2 # via sphinx markupsafe==2.0.1 # via jinja2 -mypy-extensions==0.4.3 - # via mypy mypy==0.910 # via -r requirements/typing.in +mypy-extensions==0.4.3 + # via mypy nodeenv==1.6.0 # via pre-commit -packaging==21.0 +packaging==21.2 # via # pallets-sphinx-themes # pytest @@ -54,9 +54,9 @@ packaging==21.0 # tox pallets-sphinx-themes==2.0.1 # via -r requirements/docs.in -pep517==0.11.0 +pep517==0.12.0 # via pip-tools -pip-tools==6.3.0 +pip-tools==6.4.0 # via -r requirements/dev.in platformdirs==2.4.0 # via virtualenv @@ -78,7 +78,7 @@ pytest==6.2.5 # via -r requirements/tests.in pytz==2021.3 # via babel -pyyaml==5.4.1 +pyyaml==6.0 # via pre-commit requests==2.26.0 # via sphinx @@ -88,14 +88,14 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx-issues==1.2.0 - # via -r requirements/docs.in sphinx==4.2.0 # via # -r requirements/docs.in # pallets-sphinx-themes # sphinx-issues # sphinxcontrib-log-cabinet +sphinx-issues==1.2.0 + # via -r requirements/docs.in sphinxcontrib-applehelp==1.0.2 # via sphinx sphinxcontrib-devhelp==1.0.2 @@ -116,7 +116,7 @@ toml==0.10.2 # pre-commit # pytest # tox -tomli==1.2.1 +tomli==1.2.2 # via pep517 tox==3.24.4 # via -r requirements/dev.in @@ -124,7 +124,7 @@ typing-extensions==3.10.0.2 # via mypy urllib3==1.26.7 # via requests -virtualenv==20.8.1 +virtualenv==20.10.0 # via # pre-commit # tox diff --git a/requirements/docs.txt b/requirements/docs.txt index a35d34007..bd47a92d7 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile requirements/docs.in @@ -8,21 +8,21 @@ alabaster==0.7.12 # via sphinx babel==2.9.1 # via sphinx -certifi==2021.5.30 +certifi==2021.10.8 # via requests -charset-normalizer==2.0.6 +charset-normalizer==2.0.7 # via requests docutils==0.17.1 # via sphinx -idna==3.2 +idna==3.3 # via requests imagesize==1.2.0 # via sphinx -jinja2==3.0.1 +jinja2==3.0.2 # via sphinx markupsafe==2.0.1 # via jinja2 -packaging==21.0 +packaging==21.2 # via # pallets-sphinx-themes # sphinx @@ -38,14 +38,14 @@ requests==2.26.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx-issues==1.2.0 - # via -r requirements/docs.in sphinx==4.2.0 # via # -r requirements/docs.in # pallets-sphinx-themes # sphinx-issues # sphinxcontrib-log-cabinet +sphinx-issues==1.2.0 + # via -r requirements/docs.in sphinxcontrib-applehelp==1.0.2 # via sphinx sphinxcontrib-devhelp==1.0.2 diff --git a/requirements/tests.txt b/requirements/tests.txt index b89972937..eae3d8fc5 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile requirements/tests.in @@ -8,7 +8,7 @@ attrs==21.2.0 # via pytest iniconfig==1.1.1 # via pytest -packaging==21.0 +packaging==21.2 # via pytest pluggy==1.0.0 # via pytest diff --git a/requirements/typing.txt b/requirements/typing.txt index f5af819ed..7a3e61373 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,13 +1,13 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile requirements/typing.in # -mypy-extensions==0.4.3 - # via mypy mypy==0.910 # via -r requirements/typing.in +mypy-extensions==0.4.3 + # via mypy toml==0.10.2 # via mypy typing-extensions==3.10.0.2