This is an automated email from the ASF dual-hosted git repository.
yasithdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
The following commit(s) were added to refs/heads/main by this push:
new 231850f6f Bump urllib3 from 1.26.x to 2.6.3 in airavata-custos-portal
(#132)
231850f6f is described below
commit 231850f6f306b637182b90e3d07d5d715cd5e666
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Jun 8 12:43:49 2026 -0400
Bump urllib3 from 1.26.x to 2.6.3 in airavata-custos-portal (#132)
Addresses dependabot alert #78. Upgrades urllib3 from the 1.x line to
the latest 2.x release compatible with Python 3.9 (2.7.0 requires
Python >=3.10 and is not installable here). Also bumps requests from
2.28.2 to 2.32.3 (required: requests<2.30 pinned urllib3<1.27, which
blocks the 2.x upgrade) and certifi from 2022.12.7 to 2024.2.2 to
stay aligned with the updated TLS stack.
---
airavata-custos-portal/requirements.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/airavata-custos-portal/requirements.txt
b/airavata-custos-portal/requirements.txt
index c5369e02e..99211d1bb 100644
--- a/airavata-custos-portal/requirements.txt
+++ b/airavata-custos-portal/requirements.txt
@@ -3,7 +3,7 @@ asgiref==3.5.2
asttokens==2.1.0
backcall==0.2.0
black==22.10.0
-certifi==2022.12.7
+certifi==2024.2.2
charset-normalizer==3.0.1
click==8.1.3
decorator==5.1.1
@@ -29,12 +29,12 @@ pure-eval==0.2.2
Pygments==2.13.0
PyJWT==0.4.3
pytz==2022.6
-requests==2.28.2
+requests==2.32.3
six==1.16.0
sqlparse==0.5.4
stack-data==0.6.0
tomli==2.0.1
traitlets==5.5.0
typing_extensions==4.4.0
-urllib3==1.26.14
+urllib3==2.6.3
wcwidth==0.2.5