Locks DRF version to 3.14, updates other dependencies (#6200)

This commit is contained in:
Trenton H 2024-03-27 09:13:02 -07:00 committed by GitHub
parent 4af8070450
commit c4153b6fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 297 additions and 297 deletions

View file

@ -47,7 +47,7 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.3'
rev: 'v0.3.4'
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror