Skip to content

Commit 5ebbef2

Browse files
committed
chore: specify min version of the chromedriver
1 parent 627c70d commit 5ebbef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
[tool.poetry.dependencies]
3232
python = "^3.11"
3333
beautifulsoup4 = "~4.12"
34-
chromedriver-binary = "*"
34+
chromedriver-binary = "~130"
3535
google-api-python-client = "~2.151"
3636
google-auth-httplib2 = "~0.2"
3737
google-auth-oauthlib = "~1.2.1"

0 commit comments

Comments
 (0)