$ pip install --upgrade pip
$ brew tap homebrew/cask
$ pip install selenium -U
$ brew cask reinstall chromedriver
Solved with. It seems that chromedriver updates occur every time there is a major version upgrade of Chrome, so it seems good to automate it (when there is time)
reference: How to install and update ChromeDriver for Selenium environment Selenium operation that automatically updates Chrome Web Driver with Python