From bfb133f3ab28149d5a02f5862c972dbbbeda6768 Mon Sep 17 00:00:00 2001 From: Andriy Kornatskyy Date: Thu, 14 Jan 2021 20:31:37 +0200 Subject: [PATCH] Updated package dependencies. --- requirements/dev.txt | 45 +++++++++++++++++--------- requirements/docs.txt | 75 ++++++++++++++++++++++++++++--------------- 2 files changed, 80 insertions(+), 40 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 35e79b0..7e421d3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,21 +4,36 @@ # # pip-compile --output-file=requirements/dev.txt requirements/dev.in # -atomicwrites==1.4.0 # via pytest -attrs==20.3.0 # via pytest -click==7.1.2 # via pip-tools -colorama==0.4.4 # via pytest -coverage==5.3 # via pytest-cov -iniconfig==1.1.1 # via pytest -packaging==20.8 # via pytest -pip-tools==5.4.0 # via -r requirements/dev.in -pluggy==0.13.1 # via pytest -py==1.10.0 # via pytest -pyparsing==2.4.7 # via packaging -pytest-cov==2.10.1 # via -r requirements/dev.in -pytest==6.1.2 # via -r requirements/dev.in, pytest-cov -six==1.15.0 # via pip-tools -toml==0.10.2 # via pytest +atomicwrites==1.4.0 + # via pytest +attrs==20.3.0 + # via pytest +click==7.1.2 + # via pip-tools +colorama==0.4.4 + # via pytest +coverage==5.4 + # via pytest-cov +iniconfig==1.1.1 + # via pytest +packaging==20.8 + # via pytest +pip-tools==5.5.0 + # via -r requirements/dev.in +pluggy==0.13.1 + # via pytest +py==1.10.0 + # via pytest +pyparsing==2.4.7 + # via packaging +pytest-cov==2.11.1 + # via -r requirements/dev.in +pytest==6.2.2 + # via + # -r requirements/dev.in + # pytest-cov +toml==0.10.2 + # via pytest # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/docs.txt b/requirements/docs.txt index db8f774..e2ae71f 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -4,31 +4,56 @@ # # pip-compile --output-file=requirements/docs.txt requirements/docs.in # -alabaster==0.7.12 # via sphinx -babel==2.9.0 # via sphinx -certifi==2020.12.5 # via requests -chardet==3.0.4 # via requests -colorama==0.4.4 # via sphinx -docutils==0.16 # via sphinx -idna==2.10 # via requests -imagesize==1.2.0 # via sphinx -jinja2==2.11.2 # via sphinx -markupsafe==1.1.1 # via jinja2 -packaging==20.8 # via sphinx -pygments==2.7.3 # via sphinx -pyparsing==2.4.7 # via packaging -pytz==2020.4 # via babel -requests==2.25.0 # via sphinx -snowballstemmer==2.0.0 # via sphinx -sphinx-rtd-theme==0.5.0 # via -r requirements/docs.in -sphinx==3.3.1 # via sphinx-rtd-theme -sphinxcontrib-applehelp==1.0.2 # via sphinx -sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==1.0.3 # via sphinx -sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==1.1.4 # via sphinx -urllib3==1.26.2 # via requests +alabaster==0.7.12 + # via sphinx +babel==2.9.0 + # via sphinx +certifi==2020.12.5 + # via requests +chardet==4.0.0 + # via requests +colorama==0.4.4 + # via sphinx +docutils==0.16 + # via sphinx +idna==2.10 + # via requests +imagesize==1.2.0 + # via sphinx +jinja2==2.11.2 + # via sphinx +markupsafe==1.1.1 + # via jinja2 +packaging==20.8 + # via sphinx +pygments==2.7.4 + # via sphinx +pyparsing==2.4.7 + # via packaging +pytz==2020.5 + # via babel +requests==2.25.1 + # via sphinx +snowballstemmer==2.1.0 + # via sphinx +sphinx-rtd-theme==0.5.1 + # via -r requirements/docs.in +sphinx==3.4.3 + # via sphinx-rtd-theme +sphinxcontrib-applehelp==1.0.2 + # via sphinx +sphinxcontrib-devhelp==1.0.2 + # via sphinx +sphinxcontrib-htmlhelp==1.0.3 + # via sphinx +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.3 + # via sphinx +sphinxcontrib-serializinghtml==1.1.4 + # via sphinx +urllib3==1.26.3 + # via requests # The following packages are considered to be unsafe in a requirements file: # setuptools