From d7d946878c710b7384182db914c3e46dfaa99e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:09:57 +0100 Subject: [PATCH] Update phonenumberslite requirement from ==8.13.* to ==9.0.* (#4888) Updates the requirements on [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.0...v9.0.0) --- updated-dependencies: - dependency-name: phonenumberslite 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 84d5d3ae5..88e4863b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "paypalrestsdk==1.13.*", "paypal-checkout-serversdk==1.0.*", "PyJWT==2.10.*", - "phonenumberslite==8.13.*", + "phonenumberslite==9.0.*", "Pillow==11.1.*", "pretix-plugin-build", "protobuf==6.30.*",