From 8a08e3957a29f54a60ff18d9e38272bf45e3eba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 11:48:07 +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. - [Release notes](https://github.com/danielkaiser/python-chromedriver-binary/releases) - [Commits](https://github.com/danielkaiser/python-chromedriver-binary/compare/v100.0.4896.20.0...v103.0.5060.24.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 96afb23c5481..ef41a4fd2356 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,<104', # use a fixed major version of PIL for different python versions 'pillow>=7.1.1,<8', ],