Commit 3a30ebf
committed
fix: restore security dep versions reverted by feat/conductor-clients-alias
The feat/conductor-clients-alias PR accidentally reverted security fixes
from fix/security-dependency-bumps: python >=3.9 (should be >=3.10),
requests >=2.31.0 (should be >=2.33.0), pytest ^8.4.1 (should be ^9.0.3),
and removed pygments >=2.20.0. This left filelock>=3.20.3 (Python >=3.10
only) in dev deps while the Python floor was 3.9, breaking poetry lock
and the Harness Worker Image build.
Restores all four security settings and regenerates poetry.lock.1 parent c322ec2 commit 3a30ebf
2 files changed
Lines changed: 63 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments