From 53db94d81aae7ccea8db89190a4e02eb3a6c26b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:33:18 +0000 Subject: [PATCH] Update chromedriver-binary requirement in /sdks/python Updates the requirements on [chromedriver-binary](https://github.com/danielkaiser/python-chromedriver-binary) to permit the latest version. - [Commits](https://github.com/danielkaiser/python-chromedriver-binary/compare/v100.0.4896.20.0...v135.0.7000.0.0) --- updated-dependencies: - dependency-name: chromedriver-binary dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 8f9159dcbde1..5a4560f9a882 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -302,7 +302,7 @@ def get_portability_package_data(): 'nbconvert>=6.2.0,<7', # headless chrome based integration tests 'needle>=0.5.0,<1', - 'chromedriver-binary>=100,<101', + 'chromedriver-binary>=100,<136', # use a fixed major version of PIL for different python versions 'pillow>=7.1.1,<8', ],