Skip to content

Commit

Permalink
Merge pull request #137 from lsst-dm/u/echarles/update_deps
Browse files Browse the repository at this point in the history
updated deps & made a mypy fix
  • Loading branch information
eacharles authored Nov 19, 2024
2 parents 3b4f202 + 0edf3af commit f60720d
Show file tree
Hide file tree
Showing 6 changed files with 1,589 additions and 1,278 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,7 +9,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.7.4
hooks:
- id: ruff
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
aiosqlite
asgi-lifespan
coverage[toml]
greenlet==3.0.3 # Pin back to allow playwright 1.47
greenlet
httpx
mypy
pre-commit
Expand Down
Loading

0 comments on commit f60720d

Please sign in to comment.