* Make sure Sopel continues to install smoothly on all of its supported Python versions after November 2020 changes in `urllib3` 1.26 * Updated a few spots in tests and documentation to keep our 7.0.x maintenance branch in tip-top shape
7.0.6
===============================
Core changes ------------
* Tweak `reddit` plugin's requirements to mitigate install problems on older versions of Python [[1919][]]
* Update `ip` plugin's requirements to prevent install problems on older versions of Python [[1909][]] * Also includes a tweak to one of DuckDuckGo's tests in the `search` plugin, and a backported update to the `ip` plugin's tests.
* Fix version comparison in `find_updates` plugin [[1832][]] * Suppress link when `xkcd` plugin is triggered by a URL [[1848][]] * Fix `reddit` grammar when post/comment only has 1 point [[1849][]] * Handle missing data when `safety` plugin uses VirusTotal [[1851][]] * Update `search` plugin for changed Bing SERPs [[1852][]] * Also fixes `xkcd` plugin's find-comic-by-keywords functionality
Core changes ------------
* Fixed that per-channel configuration didn't work as documented for some plugin types [[1840][]] * Show how to use channel key (password) in configuration examples [[1844][]] * Fixed URL callbacks bypassing user/channel restrictions [[1845][]] * Capped `urllib3` (transitive dependency from `requests`) version on Python