From 26d6ed7072445f02ce82aa430a3ebdcd554a2e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:13:12 +0000 Subject: [PATCH] Bump arabic-reshaper from 3.0.0 to 3.0.1 Bumps [arabic-reshaper](https://github.com/mpcabd/python-arabic-reshaper) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mpcabd/python-arabic-reshaper/releases) - [Commits](https://github.com/mpcabd/python-arabic-reshaper/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: arabic-reshaper dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e61d87194..eb87886c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "arabic-reshaper==3.0.0", # Support for Arabic in reportlab + "arabic-reshaper==3.0.1", # Support for Arabic in reportlab "babel", "BeautifulSoup4==4.14.*", "bleach==6.3.*",