GNews icon indicating copy to clipboard operation
GNews copied to clipboard

Loosen constraints on requests and bs4 versions

Open cbowdon opened this issue 4 months ago • 1 comments

Thanks for writing this package! It's been helpful.

This PR relaxes the constraints on requests and bs4, as these conflict with other packages and it doesn't seem that there are any breaking changes that would affect this project:

  • https://requests.readthedocs.io/en/latest/community/updates/#release-history
  • https://git.launchpad.net/beautifulsoup/tree/CHANGELOG

The test workflow still passes with the relaxed constraints. N.B. I removed the bs4==0.0.1 dep because it's just a dummy for beautifulsoup4.

cbowdon avatar Feb 27 '24 13:02 cbowdon