Skip to content

Commit 104ee26

Browse files
committed
Test Mend scanning 2
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent a77bf20 commit 104ee26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.whitesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scanSettings": {
44
"includes": [
55
"**/*requirements*.txt",
6-
"*minimum-constraints*.txt"
6+
"**/*minimum-constraints*.txt"
77
]
88
}
99
}

minimum-constraints-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wheel==0.46.2
1616

1717
# Direct dependencies for install (must be consistent with requirements.txt)
1818

19-
requests==2.32.4
19+
requests==2.32.5
2020
stomp-py==8.1.1
2121
immutabledict==4.2.0
2222
nocasedict==1.0.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# requests 2.25.0 tolerates urllib3 1.26.5 which is needed on Python 3.10 to
1010
# remove ImportWarning in six
11-
requests>=2.32.4
11+
requests>=2.32.5
1212

1313
stomp-py>=8.1.1
1414

0 commit comments

Comments
 (0)