Skip to content

Commit

Permalink
Update chromedriver-binary requirement in /sdks/python
Browse files Browse the repository at this point in the history
Updates the requirements on [chromedriver-binary](https://github.com/danielkaiser/python-chromedriver-binary) to permit the latest version.
- [Commits](danielkaiser/python-chromedriver-binary@v100.0.4896.20.0...v119.0.6042.0.0)

---
updated-dependencies:
- dependency-name: chromedriver-binary
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 23e59af commit c698bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,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,<120',
# use a fixed major version of PIL for different python versions
'pillow>=7.1.1,<8',
],
Expand Down

0 comments on commit c698bdb

Please sign in to comment.