Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies. #2757

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ttys0dev
Copy link
Contributor

Lets see if this helps, seems we have a ton of outdated dependencies.

@mlissner
Copy link
Member

Did you check all the release notes for these? I wouldn't want to do this without doing so.

@ttys0dev
Copy link
Contributor Author

Did you check all the release notes for these? I wouldn't want to do this without doing so.

Not in detail yet.

@ttys0dev ttys0dev force-pushed the update-all branch 2 times, most recently from 5038f89 to 7153dbd Compare May 23, 2023 23:16
@@ -58,7 +58,6 @@ def _create_browser() -> webdriver.Chrome:
if settings.SELENIUM_HEADLESS is True:
options.add_argument("headless")
options.add_argument("silent")
options.add_experimental_option("w3c", False)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option isn't supported in the latest selenium, not sure why it was needed but seems we can remove it now, the commit in 65013fd adding this flag just says:

Adds the w3c False flag, which solves some dumb Selenium thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants