yasithdev opened a new pull request, #132: URL: https://github.com/apache/airavata-portals/pull/132
Upgrades urllib3 from 1.26.14 to 2.6.3 (the latest 2.x release compatible with Python 3.9; urllib3 2.7.0 requires Python >=3.10) in `airavata-custos-portal/requirements.txt`. The 1.x -> 2.x transition is a breaking API change in urllib3 itself, but this project does not use urllib3 directly — it is a transitive dependency of `requests`. Two co-bumps are necessary: `requests` is updated from 2.28.2 to 2.32.3 because requests<2.30 carries a hard `urllib3<1.27` upper bound that blocks the 2.x upgrade; `certifi` is updated from 2022.12.7 to 2024.2.2 to align with the refreshed TLS stack. No boto/botocore dependencies are present, so there is no conflict with packages that pin `urllib3<2`. Verified by running `pip install -r requirements.txt` in a clean Python 3.9 venv (no dependency conflicts) and confirming `airavata_custos_portal.wsgi` imports successfully with urllib3 2.6.3 and requests 2.32.3. Closes dependabot PR #78. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
