Skip to content

Commit

Permalink
Updated package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Apr 2, 2021
1 parent 3719cdb commit 04dae8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ click==7.1.2
# via pip-tools
colorama==0.4.4
# via pytest
coverage==5.4
coverage==5.5
# via pytest-cov
iniconfig==1.1.1
# via pytest
packaging==20.8
packaging==20.9
# via pytest
pip-tools==5.5.0
pep517==0.10.0
# via pip-tools
pip-tools==6.0.1
# via -r requirements/dev.in
pluggy==0.13.1
# via pytest
Expand All @@ -39,7 +41,9 @@ python-memcached==1.59
six==1.15.0
# via python-memcached
toml==0.10.2
# via pytest
# via
# pep517
# pytest

# The following packages are considered to be unsafe in a requirements file:
# pip
12 changes: 6 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.2
jinja2==2.11.3
# via sphinx
markupsafe==1.1.1
# via jinja2
packaging==20.8
packaging==20.9
# via sphinx
pygments==2.7.4
pygments==2.8.1
# via sphinx
pyparsing==2.4.7
# via packaging
pytz==2020.5
pytz==2021.1
# 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
sphinx==3.5.3
# via sphinx-rtd-theme
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -52,7 +52,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
urllib3==1.26.3
urllib3==1.26.4
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 04dae8a

Please sign in to comment.