Commit fb5c0e8
authored
Unblock python kernel update work (#35)
### Description
A few changes needed to unblock hex-inc/hex#39005 so it can land.
* Approve `pypi/chardet` as a one-off for LGPL-2.1-or-later use, as it
is present only in the root uv.lock as a development tool; it's not in
any of the packages.
* Allow two `filelock` security vulnerabilities that can't be patched in
older python kernel versions. Note that these don't apply to newer
python kernels and only ones that we have already stated that we do not
maintain from a security perspective.
GHSA-w853-jp5j-5j7f
GHSA-qmgc-5h2g-mvrw
* Replace `%2540` with `@` now that upstream fixed the bug.
### Testing
Untested.1 parent e7a45e6 commit fb5c0e8
1 file changed
+26
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
105 | 117 | | |
106 | 118 | | |
0 commit comments