forked from CGM_Public/pretix_original
Update python-bidi requirement from ==0.5.* to ==0.6.* (#4357)
Updates the requirements on [python-bidi](https://github.com/MeirKriheli/python-bidi) to permit the latest version. - [Release notes](https://github.com/MeirKriheli/python-bidi/releases) - [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst) - [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: python-bidi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ dependencies = [
|
||||
"pycparser==2.22",
|
||||
"pycryptodome==3.20.*",
|
||||
"pypdf==4.3.*",
|
||||
"python-bidi==0.5.*", # Support for Arabic in reportlab
|
||||
"python-bidi==0.6.*", # Support for Arabic in reportlab
|
||||
"python-dateutil==2.9.*",
|
||||
"pytz",
|
||||
"pytz-deprecation-shim==0.1.*",
|
||||
|
||||
Reference in New Issue
Block a user