From 6f3a29a0fd71f9b87d4b2ae6acd328a313cfe888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:01:25 +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...v128.0.6562.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 7525177a5b26..791683b90638 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -335,7 +335,7 @@ def get_portability_package_data(): 'nbconvert>=6.2.0,<8', # headless chrome based integration tests 'needle>=0.5.0,<1', - 'chromedriver-binary>=100,<111', + 'chromedriver-binary>=128.0.6562.0.0,<129', # use a fixed major version of PIL for different python versions 'pillow>=7.1.1,<8', ],