Commit cb06e1f
committed
Bump the locked versions of eight dev and test dependencies
Refreshes only uv.lock; the declared ranges in pyproject.toml are unchanged,
so this affects CI and contributor environments, not what users install.
- cryptography 46.0.7 -> 50.0.0
- pillow 12.1.1 -> 12.3.0
- pyjwt 2.10.1 -> 2.13.0
- pytest 8.4.2 -> 9.1.1
- python-dotenv 1.1.1 -> 1.2.3
- python-multipart 0.0.22 -> 0.0.32
- starlette 0.49.1 -> 1.6.0
- urllib3 2.6.3 -> 2.7.0
These are the pins Dependabot currently has open alerts against. The
individual Dependabot PRs for them were closed unmerged, which leaves
Dependabot treating each target version as already handled, so they are
bumped here by hand with `uv lock --upgrade-package`.
Starlette 1.x makes `Request` generic over its state type, so one test
handler now parametrizes its `ServerRequestContext` annotation instead of
narrowing `ctx.request` from `Any` with `isinstance`, which pyright reports
as `Request[Unknown]`.1 parent e8b9486 commit cb06e1f
2 files changed
Lines changed: 162 additions & 164 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1405 | 1405 | | |
1406 | 1406 | | |
1407 | 1407 | | |
1408 | | - | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
1409 | 1411 | | |
1410 | 1412 | | |
1411 | 1413 | | |
| |||
0 commit comments