Skip to content

Commit 5c42b3c

Browse files
committed
pin versions for dependency extras
1 parent be31009 commit 5c42b3c

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,20 @@ classifiers = [
5858

5959
[project.optional-dependencies]
6060
tests = [
61-
'pytest',
62-
'pytest-asyncio',
63-
'pytest-cov',
64-
'python-dotenv',
65-
'pytest-mock',
61+
'pytest~=8.4',
62+
'pytest-asyncio~=1.2',
63+
'pytest-cov~=7.0',
64+
'python-dotenv~=1.2',
65+
'pytest-mock~=3.15',
6666
]
6767
docs = [
68-
'sphinx',
69-
'sphinxcontrib_trio',
70-
'sphinxcontrib-websupport',
71-
'typing-extensions',
72-
'furo',
73-
'sphinx-copybutton',
68+
'sphinx~=8.1',
69+
'sphinx-copybutton~=0.5.0',
70+
'sphinxcontrib-trio~=1.1',
71+
'sphinxcontrib-websupport~=2.0',
72+
'furo~=2025.9',
7473
]
75-
dev = ['ruff==0.14.3', 'discord.py', 'pyright', 'pre-commit']
74+
dev = ['ruff==0.14.3', 'discord.py~=2.6', 'pyright~=1.1.407', 'pre-commit~=4.3']
7675
speed = ['orjson']
7776

7877
[project.urls]

0 commit comments

Comments
 (0)