Dependabot continues to give us problems for Python in various repositories, with [an assortment of problems](https://github.com/opensafely-core/job-server/issues/5812#issuecomment-4566530038). We could move our Python updates to our own `update-dependencies` action, as we [have for job-server](https://github.com/opensafely-core/job-server/blob/cbf66314db8535a38d19597e41c313721ebd3bcf/.github/workflows/update-python-dependencies.yml).
Dependabot continues to give us problems for Python in various repositories, with an assortment of problems.
We could move our Python updates to our own
update-dependenciesaction, as we have for job-server.