Skip to content

Commit b5bb4f7

Browse files
committed
fixes for LOC-6720
1 parent e89bb01 commit b5bb4f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
container:
2929
# A Docker image with Semgrep installed. Do not change this.
30-
image: returntocorp/semgrep
30+
image: returntocorp/semgrep@sha256:9349edbadf90c3f3c0c3f55867625354e89680e6fa10d9034042af52fdb0e0d0
3131

3232
# Skip any PR created by dependabot to avoid permission issues:
3333
if: (github.actor != 'dependabot[bot]')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
keywords = ['BrowserStack', 'Local', 'selenium', 'testing'],
1717
classifiers = [],
1818
install_requires=[
19-
'psutil',
19+
'psutil>=5.6.6,<7',
2020
],
2121
)
2222

0 commit comments

Comments
 (0)