Skip to content

Commit

Permalink
chore(webdriver-manager): upgrade to v4 (#17643)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Sep 27, 2023
1 parent b118d4f commit ced6337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion posthog/tasks/exports/image_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from sentry_sdk import capture_exception, configure_scope, push_scope

from webdriver_manager.chrome import ChromeDriverManager
from webdriver_manager.core.utils import ChromeType
from webdriver_manager.core.os_manager import ChromeType

from posthog.caching.fetch_from_cache import synchronously_update_cache
from posthog.logging.timing import timed
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sqlparse==0.4.4
temporalio==1.1.0
token-bucket==0.3.0
toronado==0.1.0
webdriver_manager==3.8.5
webdriver_manager==4.0.1
whitenoise==6.5.0
mimesis==5.2.1
more-itertools==9.0.0
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,7 @@ token-bucket==0.3.0
toronado==0.1.0
# via -r requirements.in
tqdm==4.64.1
# via
# openai
# webdriver-manager
# via openai
trio==0.20.0
# via
# selenium
Expand Down Expand Up @@ -512,7 +510,7 @@ vine==1.3.0
# via
# amqp
# celery
webdriver-manager==3.8.5
webdriver-manager==4.0.1
# via -r requirements.in
whitenoise==6.5.0
# via -r requirements.in
Expand Down

0 comments on commit ced6337

Please sign in to comment.