Skip to content

Commit ff9d493

Browse files
committed
chore: update our dependencies
1 parent 52d1a6d commit ff9d493

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.1.7
14+
rev: v0.1.8
1515
hooks:
1616
- id: ruff-format
1717
- id: ruff

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ build-backend = "hatchling.build"
5151
[tool.rye]
5252
managed = true
5353
dev-dependencies = [
54-
"ruff>=0.1.3",
54+
"ruff>=0.1.8",
5555
"pytest>=7.4.3",
56-
"pytest-asyncio>=0.21.1",
56+
"pytest-asyncio>=0.23.2",
5757
"pytest-cov>=4.1.0",
5858
"twine>=4.0.2",
5959
]
@@ -64,9 +64,9 @@ docs = [
6464
"furo>=2023.9.10",
6565
"sphinx-autobuild>=2021.3.14",
6666
"sphinx-copybutton>=0.5.2",
67-
"pygments>=2.16.1",
68-
"towncrier>=23.6.0",
69-
"sphinxcontrib-towncrier>=0.3.2a0",
67+
"pygments>=2.17.2",
68+
"towncrier>=23.11.0",
69+
"sphinxcontrib-towncrier>=0.4.0a0",
7070
]
7171

7272
[tool.hatch.metadata]

0 commit comments

Comments
 (0)