Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Just regular maintenance, a bit overdue.

There's a small incompatibility with latest `mypy` and the stale version
of `django-stubs`. Running mypy 1.12 or 1.13 crashes entirely. If we
upgrade `django-stubs`, then a single method (`Trip.search_trips()`)
which *should* return `QuerySet[Trip]` is marked as returning `Any`.
  • Loading branch information
DavidCain committed Dec 7, 2024
1 parent 5eb72f0 commit 848b0c1
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 447 deletions.
Loading

0 comments on commit 848b0c1

Please sign in to comment.