tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

Replace deprecated argument for BeautifulSoup4 #197

Closed FriedrichFroebel closed 1 year ago

FriedrichFroebel commented 2 years ago

Replaces the deprecated text= argument for BeautifulSoup4 with the recommended replacement string=. An update of BeautifulSoup4 is not required for this change, as the parameter has been introduced in version 4.4.0, while we require at least version 4.9.

Fixes #189.

FriedrichFroebel commented 1 year ago

No worries.