I wrote some code using read_text() and a few other functions from importlib and was surprised that Pylint complained they are deprecated. There's no mention of that in the documentation. Eventually I ...
Checking deprecated dependencies... Found deprecated packages: • django-cors-headers==3.14.0 → django-cors-headers>=4.0.0 • requests==2.28.0 → httpx>=0.24.0 (recommended) Safe packages: • ...