Skip to content

Commit

Permalink
Merge pull request #776 from akrabat/update-dependencies
Browse files Browse the repository at this point in the history
Update urllib3 and Jinja2 dependencies to latest versions
  • Loading branch information
oz123 committed May 26, 2019
2 parents 6685e39 + 676a0a2 commit 6920ee2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,13 @@
* Allow specifying frame padding in stylesheets (Issue #753)
* Changed: migrated from svg2rlg to svglib, which is maintained and supports python 3 (Issue #745)


0.94.1 (2019-05-25)
-------------------

* Update urllib3 and Jinja2 dependencies in requirements.txt (Issue #775)
* Fix "reportlab is not defined" error when using ReportLab 3.5.20+ (Issue #774)

0.94 (2019-01-24)
-----------------

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
# pip-compile --upgrade-package urllib3 requirements.in
#
aafigure==0.6
alabaster==0.7.12 # via sphinx
Expand All @@ -16,7 +16,7 @@ docutils==0.14
html5lib==1.0.1 # via xhtml2pdf
idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
jinja2==2.10 # via sphinx
jinja2==2.10.1 # via sphinx
kiwisolver==1.0.1 # via matplotlib
lxml==4.3.1 # via svglib
markupsafe==1.1.0 # via jinja2
Expand All @@ -41,6 +41,6 @@ subprocess32==3.5.3 # via matplotlib
svglib==0.9.0
tinycss2==0.6.1 # via cssselect2, svglib
typing==3.6.6 # via sphinx
urllib3==1.24.1 # via requests
urllib3==1.24.3
webencodings==0.5.1 # via html5lib, tinycss2
xhtml2pdf==0.2.3

0 comments on commit 6920ee2

Please sign in to comment.