From 78cfbd64600c7f7059efbd1b2ab460c7d524f1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:21:48 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5713f8fb..2ccab03b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.*",