Skip to content

Commit

Permalink
Update most test/lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 8e47cf2 commit 15f85d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: name-tests-test
args: [--pytest-test-first]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1 # must match pyproject.toml
rev: v0.6.8 # must match pyproject.toml
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -31,7 +31,7 @@ repos:
hooks:
- id: clevercsv-standardize
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
args: ["--ignore", "stats_website/.snippets"]
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@ rich = ["rich", "rich-argparse>=1"]
dev = [
"typeshed-stats[rich]",
"MarkDown==3.7",
"mkdocs==1.6.0",
"mkdocs-macros-plugin==1.0.5",
"mkdocs-material==9.5.31",
"mkdocstrings==0.25.2",
"mkdocstrings-python==1.10.8",
"mkdocs==1.6.1",
"mkdocs-macros-plugin==1.2.0",
"mkdocs-material==9.5.39",
"mkdocstrings==0.26.1",
"mkdocstrings-python==1.11.1",
"beautifulsoup4>=4,<5",
"covdefaults==2.3.0",
"coverage==7.6.1",
"Markdown>=3,<4",
"pytest==8.3.2",
"pytest==8.3.3",
"pytest-antilru==2.0.0",
"pytest-asyncio==0.23.8",
"pytest-asyncio==0.24.0",
"pytest-dependency==0.6.0",
"pytest-mock==3.14.0",
"pytest-subtests==0.13.1",
"mypy==1.11.1",
"types-beautifulsoup4==4.12.0.20240511",
"types-Markdown==3.6.0.20240316",
"mypy==1.11.2",
"types-beautifulsoup4==4.12.0.20240907",
"types-Markdown==3.7.0.20240822",
]

[tool.hatch.version]
Expand Down

0 comments on commit 15f85d6

Please sign in to comment.