Commit 8dbd871
Relax msgpack and tornado dependency caps
Raise the upper bounds on msgpack (<=1.1.2 -> <=1.2.1) and tornado
(<=6.5.5 -> <=6.5.7) so downstream consumers (citus regress tests) can
pick up security-relevant patch releases while still pinning mitmproxy
to a controlled range. Consistent with the fork's existing relaxations
of urwid and cryptography.
Verified: a real `pipenv lock` of the citus src/test/regress/Pipfile
with mitmproxy pointed at this change resolves msgpack==1.2.1 and
tornado==6.5.7 while preserving the cryptography==46.0.7 pin.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent df58795 commit 8dbd871
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | 57 | | |
58 | 58 | | |
| |||
0 commit comments