Skip to content

Commit 7fc17af

Browse files
committed
Require bundled socketdev 3.4.2 release
1 parent b969d55 commit 7fc17af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
org API token is missing the `diff-scans:create`, `diff-scans:list` or
2121
`full-scans:list` scopes — or the new flow fails for any other reason — the
2222
CLI logs a warning and falls back to the legacy streaming comparison.
23-
- Requires `socketdev>=3.4.0`.
23+
- Requires `socketdev>=3.4.2`.
2424

2525
## 2.5.9
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
'GitPython',
1717
'packaging',
1818
'python-dotenv',
19-
"socketdev>=3.4.0,<4.0.0",
19+
"socketdev>=3.4.2,<4.0.0",
2020
"bs4>=0.0.2",
2121
"markdown>=3.10",
2222
"brotli>=1.0.9; platform_python_implementation == 'CPython'",

0 commit comments

Comments
 (0)