Skip to content

Commit 82cf379

Browse files
Fix Sca Vulnerability urllib3 ,Change from 1.26.30 to 2.5.0 (AST-0000) (#1202)
* Fix Sca Vulnerability urllib3 ,Change from 1.26.30 to 2.5.0 * Fix Sca Vulnerability requests,Change from 1.25.1 to 2.32.4 --------- Co-authored-by: cx-Margarita-LevitM <cx-margarita-levitm>
1 parent 48cfd0c commit 82cf379

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/commands/data/manifests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Django>=3.0,<4.0
5959

6060
# Less than or equal
6161

62-
requests<=2.25.1
62+
requests<=2.32.4
6363

6464
# Compatible release (PEP 440)
6565

66-
urllib3\~=1.26.0
66+
urllib3\~=2.5.0
6767

6868
# Not equal
6969

test/integration/data/manifests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Django>=3.0,<4.0
5959

6060
# Less than or equal
6161

62-
requests<=2.25.1
62+
requests<=2.32.4
6363

6464
# Compatible release (PEP 440)
6565

66-
urllib3\~=1.26.0
66+
urllib3\~=2.5.0
6767

6868
# Not equal
6969

0 commit comments

Comments
 (0)