Update dependencies

This commit is contained in:
James Hilliard
2025-09-22 18:03:35 -06:00
committed by Brett Rowan
parent 2bd031b33d
commit 5f0e1da938
2 changed files with 492 additions and 482 deletions

View File

@@ -5,13 +5,13 @@ ci:
- generate-docs - generate-docs
repos: repos:
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 2.1.2 rev: 2.2.1
hooks: hooks:
- id: poetry-check - id: poetry-check
- id: poetry-lock - id: poetry-lock
- id: poetry-install - id: poetry-install
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: check-yaml - id: check-yaml
@@ -23,7 +23,7 @@ repos:
exclude: ^mkdocs\.yml$ exclude: ^mkdocs\.yml$
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 25.1.0 rev: 25.9.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort

968
poetry.lock generated

File diff suppressed because it is too large Load Diff