Commit 8c9018c
Fix generated requirements files to ensure hashes are includes in all (#4378)
Because of the presence of find-index some of packages which are present
in both the indexes weren't getting hashes.
Removed the pytorch index and pinned universal version of torch.
The `requirements/translate.txt` is renamed to
`requirements/translate-cpu.txt` as a specific requirement file for
linux and cpu. The `requirements/translate.txt` contains the universal
install of translate dependencies.
This PR also upgrade python packages, by using `uv lock --upgrade`, and
remove the qrcodes as a direct dependency, it's a dependency of the
two-factor package
- Updated django v4.2.18 -> v4.2.19
- Updated boto3 v1.35.98 -> v1.35.99
- Updated botocore v1.35.98 -> v1.35.99
- Updated certifi v2024.12.14 -> v2025.1.31
- Removed django-appconf v1.0.6
- Updated factory-boy v3.3.1 -> v3.3.3
- Updated faker v33.3.1 -> v35.2.0
- Updated filelock v3.16.1 -> v3.17.0
- Updated fsspec v2024.12.0 -> v2025.2.0
- Updated griffe v1.5.4 -> v1.5.6
- Updated identify v2.6.5 -> v2.6.6
- Updated marshmallow v3.25.1 -> v3.26.1
- Updated mkdocs-material v9.5.49 -> v9.6.2
- Updated mkdocstrings v0.27.0 -> v0.28.0
- Updated mkdocstrings-python v1.13.0 -> v1.14.4
- Updated mypy v1.14.1 -> v1.15.0
- Updated numpy v2.2.1 -> v2.2.2
- Updated phonenumbers v8.13.52 -> v8.13.54
- Updated pre-commit v4.0.1 -> v4.1.0
- Updated prompt-toolkit v3.0.48 -> v3.0.50
- Updated psycopg v3.2.3 -> v3.2.4
- Updated psycopg-binary v3.2.3 -> v3.2.4
- Updated pymdown-extensions v10.14 -> v10.14.3
- Updated pypdf v5.1.0 -> v5.2.0
- Updated pytz v2024.2 -> v2025.1
- Updated ruff v0.9.1 -> v0.9.4
- Updated types-pytz v2024.2.0.20241221 -> v2025.1.0.20250204
- Updated tzdata v2024.2 -> v2025.1
- Updated virtualenv v20.28.1 -> v20.29.1
Fixes #4339
---------
Co-authored-by: Wes Appler <[email protected]>1 parent 4061333 commit 8c9018c
File tree
10 files changed
+1154
-584
lines changed- docs/setup
- administrators
- deployment/production
- requirements
10 files changed
+1154
-584
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 102 | + | |
109 | 103 | | |
110 | 104 | | |
111 | 105 | | |
112 | | - | |
113 | 106 | | |
114 | 107 | | |
115 | 108 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | | - | |
172 | | - | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
| |||
0 commit comments