GNews
GNews copied to clipboard
Loosen constraints on requests and bs4 versions
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.
This would resolve https://github.com/ranahaani/GNews/issues/85 and might help with https://github.com/ranahaani/GNews/issues/81.
Cant wait to have this merged