From 047a60217a788d1e1913d9ccf3c78aac91dd3e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:18:58 +0000 Subject: [PATCH] chore(deps): bump python-bidi from 0.4.2 to 0.6.3 Bumps [python-bidi](https://github.com/MeirKriheli/python-bidi) from 0.4.2 to 0.6.3. - [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.4.2...v0.6.3) --- updated-dependencies: - dependency-name: python-bidi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79c6597..118a4bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ httpx==0.27.0; python_version >= "3.7" idna==3.7; python_version >= "3.7" and python_full_version >= "3.6.2" pillow==10.4.0; python_version >= "3.7" pydub==0.25.1 -python-bidi==0.4.2; python_version >= "3.6" +python-bidi==0.6.3; python_version >= "3.6" ratelimiter==1.2.0.post0 rfc3986==1.5.0; python_version >= "3.7" six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"