Skip to content

Commit

Permalink
Update arabic-reshaper (#659)
Browse files Browse the repository at this point in the history
Upgrade to 3.0.0 to remove the vulnerable 'future' dependency
  • Loading branch information
timobrembeck committed Jan 18, 2023
1 parent cabe0fb commit 7f5cfd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arabic-reshaper>=2.1.0
arabic-reshaper>=3.0.0
coverage>=5.3
html5lib>=1.1
Pillow>=8.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
keywords="PDF, HTML, XHTML, XML, CSS",
install_requires=["html5lib>=1.0.1", "PyPDF3>=1.0.5", "Pillow>=8.1.1",
"reportlab>=3.5.53", "svglib>=1.2.1",
"python-bidi>=0.4.2", "arabic-reshaper>=2.1.0",
"python-bidi>=0.4.2", "arabic-reshaper>=3.0.0",
"pyHanko>=0.12.1",
"pyhanko-certvalidator>=0.19.5"],
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands =
coverage run -m unittest discover tests
coverage run -a testrender/testrender.py --nofail --only-errors
deps =
arabic-reshaper>=2.1.0
arabic-reshaper>=3.0.0
coverage>=5.3
html5lib>=1.1
Pillow>=8.1.1
Expand Down

0 comments on commit 7f5cfd3

Please sign in to comment.