Update development dependencies

This commit is contained in:
Justin Mayer 2023-11-12 13:38:30 +01:00
commit 39ff56a082
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ repos:
- id: forbid-new-submodules
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.5
hooks:
- id: ruff
- id: ruff-format

View file

@ -80,7 +80,7 @@ dev = [
"BeautifulSoup4>=4.12.2",
"jinja2>=3.1.2",
"lxml>=4.9.3",
"markdown>=3.5",
"markdown>=3.5.1",
"typogrify>=2.0.7",
"sphinx>=7.1.2",
"sphinxext-opengraph>=0.9.0",
@ -91,10 +91,10 @@ dev = [
"pytest>=7.4.3",
"pytest-cov>=4.1.0",
"pytest-sugar>=0.9.7",
"pytest-xdist>=3.3.1",
"pytest-xdist>=3.4.0",
"tox>=4.11.3",
"invoke>=2.2.0",
"ruff>=0.1.3",
"ruff>=0.1.5",
"tomli>=2.0.1; python_version < \"3.11\"",
]