Skip to content

Commit

Permalink
Python dependency bumps, incl Django sec release
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Jan 16, 2025
1 parent e117178 commit 01d06f9
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.0'
rev: 'v0.9.1'
hooks:
- id: ruff
- id: ruff-format
6 changes: 3 additions & 3 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pytest-django==4.9.0
pytest-mock==3.14.0
pytest==8.3.4
requests-mock==1.12.1
ruff==0.9.0
uv==0.5.16
watchfiles==1.0.3 # required for `granian --reload`
ruff==0.9.1
uv==0.5.18
watchfiles==1.0.4 # required for `granian --reload`
Loading

0 comments on commit 01d06f9

Please sign in to comment.