Skip to content

Commit

Permalink
Updated package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed May 15, 2021
1 parent 7fe846c commit b8b846b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
23 changes: 13 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,52 @@
#
atomicwrites==1.4.0
# via pytest
attrs==20.3.0
attrs==21.2.0
# via pytest
click==7.1.2
click==8.0.0
# via pip-tools
colorama==0.4.4
# via pytest
coverage==5.5
# via
# click
# pytest
coverage[toml]==5.5
# via pytest-cov
iniconfig==1.1.1
# via pytest
jinja2==2.11.3
jinja2==3.0.0
# via -r requirements/dev.in
mako==1.1.4
# via -r requirements/dev.in
markupsafe==1.1.1
markupsafe==2.0.0
# via
# jinja2
# mako
packaging==20.9
# via pytest
pep517==0.10.0
# via pip-tools
pip-tools==6.0.1
pip-tools==6.1.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
pytest-cov==2.12.0
# via -r requirements/dev.in
pytest==6.2.2
pytest==6.2.4
# via
# -r requirements/dev.in
# pytest-cov
tenjin==1.1.1
# via -r requirements/dev.in
toml==0.10.2
# via
# coverage
# pep517
# pytest
wheezy.template==3.0.3
wheezy.template==3.1.0
# via -r requirements/dev.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 10 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.12
# via sphinx
babel==2.9.0
babel==2.9.1
# via sphinx
certifi==2020.12.5
# via requests
Expand All @@ -15,18 +15,22 @@ chardet==4.0.0
colorama==0.4.4
# via sphinx
docutils==0.16
# via sphinx
# via
# sphinx
# sphinx-rtd-theme
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
# via sphinx
markupsafe==1.1.1
# via jinja2
# via
# jinja2
# sphinx
packaging==20.9
# via sphinx
pygments==2.8.1
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
Expand All @@ -36,9 +40,9 @@ requests==2.25.1
# via sphinx
snowballstemmer==2.1.0
# via sphinx
sphinx-rtd-theme==0.5.1
sphinx-rtd-theme==0.5.2
# via -r requirements/docs.in
sphinx==3.5.3
sphinx==4.0.1
# via sphinx-rtd-theme
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand Down

0 comments on commit b8b846b

Please sign in to comment.