Skip to content

Commit 59a9fcd

Browse files
committed
Trigger Mend base scan with change to requirements.txt
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 104ee26 commit 59a9fcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5
19+
requests==2.32.4
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.5
11+
requests>=2.32.4
1212

1313
stomp-py>=8.1.1
1414

0 commit comments

Comments
 (0)