Skip to content

Commit

Permalink
Bumps dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 11, 2024
1 parent 981965a commit 7c0b5f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: detect-private-key
# See https://github.com/prettier/prettier/issues/15742 for the fork reason
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
rev: "v3.4.2"
hooks:
- id: prettier
types_or:
Expand All @@ -41,13 +41,13 @@ repos:
- id: codespell
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.8.2'
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ installer = "uv"

[tool.hatch.envs.hatch-static-analysis]
# https://hatch.pypa.io/latest/config/internal/static-analysis/
dependencies = [ "ruff ~= 0.6" ]
dependencies = [ "ruff ~= 0.8" ]
config-path = "none"

[tool.hatch.envs.hatch-test]
Expand Down Expand Up @@ -117,7 +117,7 @@ python = [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "
[tool.hatch.envs.typing]
detached = true
dependencies = [
"mypy ~= 1.11",
"mypy ~= 1.13",
"httpx",
]

Expand Down

0 comments on commit 7c0b5f2

Please sign in to comment.