Commit 85c35e6
authored
chore(deps): update uv lock and python version (#1579)
Currently there are
[40](https://github.com/DiamondLightSource/blueapi/security/dependabot)
dependency security alert.
[python-copier#issue-339](DiamondLightSource/python-copier-template#339)
should be prioritised to enable renovate.
Changes in the PR:
1. Change python-version to `3.14`
2. Update all `uv.lock` file
3. Add `httpx2` to dev dependences for [Deprecation
Warning](https://github.com/Kludex/starlette/blob/main/starlette/testclient.py#L46)
4. Upgrade to latest ophyd-async Which has the changed to use
[ADWriterFactory](https://blueskyproject.io/ophyd-async/main/explanations/decisions/0016-ad-writer-factory.html)
5. Change HTTP_422_UNPROCESSABLE_ENTITY to
[HTTP_422_UNPROCESSABLE_CONTENT](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/422)
as the previous is deprecated1 parent 40c1cdc commit 85c35e6
11 files changed
Lines changed: 3412 additions & 2155 deletions
File tree
- src/blueapi/service
- tests
- system_tests
- unit_tests
- core
- service
- worker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
25 | 17 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 18 | | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
37 | | - | |
| 25 | + | |
38 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
| |||
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments