diff --git a/requirements-dev.txt b/requirements-dev.txt index efa51d1..0e153d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,19 +11,19 @@ argh==0.26.2 # via sphinx-autobuild, watchdog atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via black, pytest babel==2.7.0 # via sphinx -black==19.3b0 -bleach==3.1.0 # via readme-renderer -bumpversion==0.5.3 +black==19.10b0 # via -r requirements-dev.in +bleach==3.1.4 # via readme-renderer +bumpversion==0.5.3 # via -r requirements-dev.in certifi==2019.6.16 # via requests chardet==3.0.4 # via doc8, requests click==7.0 # via black -coverage==4.5.3 -doc8==0.8.0 +coverage==4.5.3 # via -r requirements-dev.in, pytest-cov +doc8==0.8.0 # via -r requirements-dev.in docutils==0.14 # via doc8, readme-renderer, restructuredtext-lint, sphinx entrypoints==0.3 # via flake8 execnet==1.6.0 # via pytest-cache filelock==3.0.12 # via tox -flake8==3.7.7 +flake8==3.7.7 # via -r requirements-dev.in idna==2.8 # via requests imagesize==1.1.0 # via sphinx importlib-metadata==0.18 # via pluggy, pytest @@ -33,6 +33,7 @@ markupsafe==1.1.1 # via jinja2 mccabe==0.6.1 # via flake8 more-itertools==7.0.0 # via pytest packaging==19.0 # via pytest, sphinx +pathspec==0.7.0 # via black pathtools==0.1.2 # via sphinx-autobuild, watchdog pbr==5.3.0 # via stevedore pep8==1.7.1 # via pytest-pep8 @@ -40,25 +41,26 @@ pkginfo==1.5.0.1 # via twine pluggy==0.12.0 # via pytest, tox port_for==0.3.1 # via sphinx-autobuild py==1.8.0 # via pytest, tox -pycodestyle==2.5.0 +pycodestyle==2.5.0 # via -r requirements-dev.in, flake8 pyflakes==2.1.1 # via flake8, pytest-flakes -pygments==2.4.2 +pygments==2.4.2 # via -r requirements-dev.in, readme-renderer, sphinx pyparsing==2.4.0 # via packaging pytest-cache==1.0 # via pytest-pep8 -pytest-cov==2.7.1 -pytest-flakes==4.0.0 -pytest-pep8==1.0.6 -pytest==4.6.3 +pytest-cov==2.7.1 # via -r requirements-dev.in +pytest-flakes==4.0.0 # via -r requirements-dev.in +pytest-pep8==1.0.6 # via -r requirements-dev.in +pytest==4.6.3 # via -r requirements-dev.in, pytest-cache, pytest-cov, pytest-flakes, pytest-pep8 pytz==2019.1 # via babel pyyaml==5.1.1 # via sphinx-autobuild, watchdog readme-renderer==24.0 # via twine +regex==2020.2.20 # via black requests-toolbelt==0.9.1 # via twine requests==2.22.0 # via requests-toolbelt, sphinx, twine restructuredtext-lint==1.3.0 # via doc8 six==1.12.0 # via bleach, doc8, livereload, packaging, pytest, readme-renderer, stevedore, tox snowballstemmer==1.2.1 # via sphinx -sphinx-autobuild==0.7.1 -sphinx==2.1.1 +sphinx-autobuild==0.7.1 # via -r requirements-dev.in +sphinx==2.1.1 # via -r requirements-dev.in sphinxcontrib-applehelp==1.0.1 # via sphinx sphinxcontrib-devhelp==1.0.1 # via sphinx sphinxcontrib-htmlhelp==1.0.2 # via sphinx @@ -68,16 +70,17 @@ sphinxcontrib-serializinghtml==1.1.3 # via sphinx stevedore==1.30.1 # via doc8 toml==0.10.0 # via black, tox tornado==6.0.2 # via livereload, sphinx-autobuild -tox==3.12.1 +tox==3.12.1 # via -r requirements-dev.in tqdm==4.32.1 # via twine -twine==1.13.0 +twine==1.13.0 # via -r requirements-dev.in +typed-ast==1.4.1 # via black urllib3==1.25.3 # via requests virtualenv==16.6.1 # via tox watchdog==0.9.0 # via sphinx-autobuild wcwidth==0.1.7 # via pytest webencodings==0.5.1 # via bleach -wheel==0.33.4 +wheel==0.33.4 # via -r requirements-dev.in zipp==0.5.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# setuptools==41.0.1 # via sphinx, tox, twine +# setuptools