Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #96 from tubone24/dependabot/pip/sphinx-2.1.1
Browse files Browse the repository at this point in the history
Bump sphinx from 2.0.1 to 2.1.1
  • Loading branch information
tubone24 committed Jun 15, 2019
2 parents 461bfea + 385f68c commit 434ddbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sphinx-rtd-theme==0.4.3
Pillow>=5.3.0
PyPDF2==1.26.0
PyYAML>=4.2b1
Sphinx==2.0.1
Sphinx==2.1.1
sphinxcontrib-websupport==1.1.2
uvloop==0.12.*
uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli'
responder==1.3.1
marshmallow==2.19.2
sphinxcontrib-openapi==0.4.0
sphinxcontrib-openapi==0.4.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ develop =
coverage==4.5.3
codecov==2.0.15
docs =
Sphinx==2.0.1
Sphinx==2.1.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-openapi==0.4.0
sphinxcontrib-websupport==1.1.2
Expand Down

0 comments on commit 434ddbf

Please sign in to comment.